1.

What is ASP.net?

Answer»

Started in the 2000s, ASP.net is a widely USED web application framework which runs on Windows. It allows the development of applications, dynamic website, and web services. The biggest benefit of DESIGNING websites using ASP.net is the low cost and high speed. It also ANOTHER great benefit is its vast language support. ASP.net doesn’t need to be installed or configured separately unlike other platforms since it is built into the Windows environment.

Developers are widely using the framework since it allows building websites that are much faster and dynamic. The reason is the codes are compiled rather than interpreted. This means that the code is converted into object code which can be executed repeatedly by the .Net platform. The compilation process takes little time and happens only once unlike interpretation in which the code is read and interpreted every time it is being executed.

ASP.net is WRITTEN in OOP languages, i.e., Object Oriented Programming languages, such as VB.net and C#. This is the reason it is fast, easy to use and totally reliable.



Discussion

No Comment Found