From f7e7b73ae9bb1e9230dd543c073d5d2ff083a61b Mon Sep 17 00:00:00 2001 From: Asadullah Ehsan <95845203+asadullahehsan@users.noreply.github.com> Date: Wed, 18 Dec 2024 11:36:53 +0500 Subject: [PATCH] Deleted ASP.NET from the list (#37253) * Deleted ASP.NET from the list According to issue https://github.com/mdn/content/issues/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 --------- Co-authored-by: wbamberg Co-authored-by: Joshua Chen --- .../learn/javascript/first_steps/what_is_javascript/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/learn/javascript/first_steps/what_is_javascript/index.md b/files/en-us/learn/javascript/first_steps/what_is_javascript/index.md index d4a396445324b46..b2026db4e85aaef 100644 --- a/files/en-us/learn/javascript/first_steps/what_is_javascript/index.md +++ b/files/en-us/learn/javascript/first_steps/what_is_javascript/index.md @@ -192,7 +192,7 @@ Client-side code is code that is run on the user's computer — when a web page In this module we are explicitly talking about **client-side JavaScript**. Server-side code on the other hand is run on the server, then its results are downloaded and displayed in the browser. -Examples of popular server-side web languages include PHP, Python, Ruby, ASP.NET, and even JavaScript! +Examples of popular server-side web languages include PHP, Python, Ruby, C#, and even JavaScript! JavaScript can also be used as a server-side language, for example in the popular Node.js environment — you can find out more about server-side JavaScript in our [Dynamic Websites – Server-side programming](/en-US/docs/Learn/Server-side) topic. ### Dynamic versus static code