+ 1
Can we use C# to create websites?
I need to create websites, so which programming language is best to start with?
2 Answers
+ 7
Yeah, with ASP.NET
But, you can also create websites using html, css, javascript and with some other backend languages
+ 1
For a start, make sure you master HTML, CSS and JavaScript. From there you can then shift to a web dev framework of your choice. In your situation you could make great use of ASP.NET which bases on the C# language. Pretty easy to learn.