-
Notifications
You must be signed in to change notification settings - Fork 22.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ASP.NET is not a server-side web language, it is a web framework that supports the programming languages C#, F# and VB! #37244
Labels
Content:Learn:JavaScript
Learning area JavaScript docs
good first issue
A good issue for newcomers to get started with.
Comments
It would also be fine IMO just to delete ASP.NET from the list, it doesn't aspire to be complete. |
Okay, I will delete it. |
asadullahehsan
added a commit
to asadullahehsan/content
that referenced
this issue
Dec 18, 2024
According to issue mdn#37244, I am going to delete ASP.NET from the list of server-side web programming languages.
wbamberg
added a commit
that referenced
this issue
Dec 18, 2024
* Deleted ASP.NET from the list According to issue #37244, I am going to delete ASP.NET from the list of server-side web programming languages. * Update files/en-us/learn/javascript/first_steps/what_is_javascript/index.md Co-authored-by: Joshua Chen <[email protected]> --------- Co-authored-by: wbamberg <[email protected]> Co-authored-by: Joshua Chen <[email protected]>
allan-bonadio
pushed a commit
to allan-bonadio/content
that referenced
this issue
Dec 25, 2024
* Deleted ASP.NET from the list According to issue mdn#37244, I am going to delete ASP.NET from the list of server-side web programming languages. * Update files/en-us/learn/javascript/first_steps/what_is_javascript/index.md Co-authored-by: Joshua Chen <[email protected]> --------- Co-authored-by: wbamberg <[email protected]> Co-authored-by: Joshua Chen <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Content:Learn:JavaScript
Learning area JavaScript docs
good first issue
A good issue for newcomers to get started with.
MDN URL
https://developer.mozilla.org/en-US/docs/Learn/JavaScript/First_steps/What_is_JavaScript
What specific section or headline is this issue about?
Server-side versus client-side code
What information was incorrect, unhelpful, or incomplete?
In the documents it is written that:
ASP.NET is NOT a language. It is a web framework which is used to build web apps and services using .NET and C#.
If I make an analogy, ASP.NET is like Express.js framework, .NET SDK is like Node.js runtime, and C# is the programming language like JavaScript.
What did you expect to see?
You may write C# instead of ASP.NET.
Do you have any supporting links, references, or citations?
https://dotnet.microsoft.com/en-us/apps/aspnet
https://dotnet.microsoft.com/en-us/learn/dotnet/what-is-dotnet
https://dotnet.microsoft.com/en-us/languages/csharp
Do you have anything more you want to share?
MDN metadata
Page report details
en-us/learn/javascript/first_steps/what_is_javascript
The text was updated successfully, but these errors were encountered: