Click here to Skip to main content
15,895,709 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am new to web application development.

I am trying to understand the languages and in which order should I learn?

What I have tried:

I recently learned HTMl5 and CSS3. Now I am starting with Javascript, but I am feeling Javascript is a bit dry.

I want to know what are the languages I need to learn(front end, back end, and Database)
please give me a brief idea of the language their hierarchy.
Posted
Updated 14-Oct-19 22:33pm

Javascript (and its various successor frameworks) runs in the client side (the browser) and is used for displaying and collecting information from the user. C#, VB.NET, PHP are used in the server side for handling the database part of persisting customer/user data. Microsoft's ASP.NET uses C#/VB.NET on the server and provides a very comprehensive solution. PHP and MySQL are also a popular choice.
 
Share this answer
 
Here is a tutorial site where you will find a lot of stuff about web development.
W3Schools Online Web Tutorials[^]
 
Share this answer
 

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