I have been away for a considerable time from using VS. Can someone point to a possible source. I have downloaded VS 2019 community but, I don't seem to add javascript support.
I have been away for a considerable time from using VS. Can someone point to a possible source. I have downloaded VS 2019 community but, I don't seem to add javascript support.
See Web Application Projects versus Web Site Projects in Visual Studio. It will help you very much with many questions you will have. I am constantly forgetting what the difference is between Web Application Projects and Web Site Projects. I am using VS 2017 so I am not sure how to do things using VS 2019 but you can create an empty website and add just HTML and CSS and such.
As for JavaScript, I am not sure what you are asking; normally it is in HTML files. You can create separate JavaScript files with a js extension. Can you be more specific about the difficulty you are having adding JavaScript support?
Focusing on JavaScript support, your best option is to include jQuery via NuGet then in a web page, drag a script file from solution explore into the head section of the web page. This will give you the ability to write script code.
Now in regards to native web apps, that statement needs clarification as there really is no native web apps per-say. We deal with responsive design rendering what the intended browser supports which is usually a subset of what is available to regular supported browsers.
5 people are following this question.