I am a beginner level C# programmer and I would like to learn ASP.NET once I become proficient with C#. I recently saw a job listing for ASP.NET developers that needs proficiency in HTML5, CSS, and JavaScript. My question is, why would a person who is proficient in JavaScript should choose to learn ASP.NET? Is JavaScript a prerequisite for learning ASP.NET? Also, if a person is good with JavaScript and some of its frameworks, can't he/she build all kinds of websites without knowing ASP.NET? Thank you.
I apologize if this question has already been asked.
Jay Krishna ReddyPosted Aug 4, 2020, 7:23 AM
Varun SetiaPosted Aug 4, 2020, 4:18 AM
Jayakumar VinayagamPosted Aug 4, 2020, 4:08 AM
HTML5, CSS, Javascript - this skills highly recommend building any kind of browser-based application and it equally treats the server-side code(asp.net+c#) in recent days. we can also build the mobile application these skills with the help of the mobile support framework.
Jenith ThakkarPosted Aug 4, 2020, 3:38 AM
Like if you want to show some page and do some opeartion from client side that time you can do it using Javascript
Asp.Net is a server side platform which required to do operation on server side and store or retrive data from any storage or file system If there's any portal where you want to do some some authentication or authorization that time you required server side language
In place of Asp.Net you can use Node js as a javascript server side language
but Asp.Net provides you more benefits like to avoid session hijacking, Form Authentication, Windows authentication, IIS authentication
Thank you