TECHNOLOGY 

Published on
KembaraXtra-Computer Terms – ASP.NET:
ASP.NET is a framework within the Microsoft .NET platform designed for building dynamic web applications and XML-based web services. In this framework, web pages are executed on the server rather than in the client’s browser. After processing, the server generates markup such as HTML, WML, or XML that is sent to the user’s browser for display. ASP.NET uses a compiled and event-driven programming model that improves performance and reliability compared to earlier scripting technologies. It also separates application logic from the user interface, making development and maintenance easier. Developers can write server-side code using programming languages compatible with the .NET framework, such as Visual Basic .NET or C#. Applications built with ASP.NET benefit from the features of the common language runtime, including strong type safety, inheritance, interoperability between languages, version management, and integrated security mechanisms.


Picture
0 Comments