0
What should I learn to start ASP.NET? Is it better than HTML5?
As I really like to create web pages, I searched about what languages I should to know to start.
1 Antwort
+ 1
Well, if you do not know anything about web development, you can start looking for information on how it works, what languages and frameworks are most used, etc.
First of all, web applications uses the client-server model, which divides an application in Front-End and Back-End. There are different ways of working, for example, on the Front-End, it is about the design and you use the languages for the structure of the document (HTML5), the presentation (CSS) and if you want effects (JavaScript)
On the Back-End is where all the information is processed (that is why the languages are: PHP, ASP, JSP, Python, etc.) and to store information in databases (SQL)
I hope this is helpfull
You can find more information here
https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/How_the_Web_works
https://developer.mozilla.org/en-US/docs/Learn