Click here to Skip to main content
15,886,815 members
Please Sign up or sign in to vote.
1.33/5 (2 votes)
Hi, guys. I want to learn how to build websites. To be more specific, I want to learn how to build fully featured all kind of websites like business websites, forums, social webs, and on-line stores. I've been teaching myself C# for about 18 months. What should I learn because its a bit confusing for me. I know about HTML and CSS for styling but what about programming languages? Which leanguage is used to make the website interactive? I know that JavaScritp, but on the other hand i hear about ASP.NET.
What is ASP.net? If I could use C# to build any kind of website I want, what's the point of learning JavaScript? hmmmmm. Don't get it:(
Please explain to me what it is about?
Posted

1 solution

A good website can be created when you use a combination of all of the items you have listed in your question and more.
ASP.Net pages will use html and css. You will like to use JavaScript for making the UI more usable.

C# will run on the server side to do processing of data or business logic while JavaScript will be running in the browser to make the client experience of the site more friendly.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900