Skip to content
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

Closed
asadullahehsan opened this issue Dec 17, 2024 · 2 comments · Fixed by #37253
Labels
Content:Learn:JavaScript Learning area JavaScript docs good first issue A good issue for newcomers to get started with.

Comments

@asadullahehsan
Copy link
Contributor

asadullahehsan commented Dec 17, 2024

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:

Examples of popular server-side web languages include PHP, Python, Ruby, ASP.NET, and even JavaScript!

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?

ASP NET Core

MDN metadata

Page report details
@asadullahehsan asadullahehsan added the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label Dec 17, 2024
@github-actions github-actions bot added the Content:Learn:JavaScript Learning area JavaScript docs label Dec 17, 2024
@asadullahehsan asadullahehsan changed the title ASP.NET is not a server-side web language, it is a web framework that supports different languages like C#, F# and VB! ASP.NET is not a server-side web language, it is a web framework that supports the programming languages C#, F# and VB! Dec 17, 2024
@Josh-Cena Josh-Cena added good first issue A good issue for newcomers to get started with. and removed needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. labels Dec 17, 2024
@wbamberg
Copy link
Collaborator

It would also be fine IMO just to delete ASP.NET from the list, it doesn't aspire to be complete.

@asadullahehsan
Copy link
Contributor Author

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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants