+ 3
ASP.Net & XML
What is ASP.Net and XML? What are their uses in web development? Because I only use html, css, js, jquery, php and mysql to build a website 🤔
6 Antworten
+ 3
btw thanks for the info @AlekSandar 😆
+ 2
To build a good website, one should include practise of ASP.Net, XML & AngularJS too?
+ 1
ASP.NET is programming language mainly used in the same context as PHP. XML is used to store some data and to transport it. XML has tags just like HTML which helps both user and machine to understand which informationa are stored.
+ 1
AngularJS is JavaScript framework so if you want to build good website you should have understanding of scripting languages HTML and CSS, JS. Then you have to know some programming language to do Back end part. You can achieve that with PHP or ASP.NET. Beside these you can also achive that with Python, Ruby on rails, Java, etc. When your website have Bac end part it can be considered as an web application.
+ 1
Alright, got it 😀 Thanks a lot 😁
+ 1
Youre welcome...happy to help if I can :D