View Full Version : How ASP.NET works?
  
hirephpexpert
09-01-2012, 02:40 AM
I want to know that how ASP.NET works and What are the benefits of ASP.NET?
annahussy
09-03-2012, 03:35 AM
ASP.net is the new version of ASP and its a framework that we use to create web pages and web application with the use of compiled language such as VB and C#. It is very useful tool for creating dynamic and rich website and web application. It support all programming language and its also run any platform.
charlesth
09-04-2012, 03:26 AM
Basically an ASP.NET page just looks as a normal HTML page. An ASP.NET page has the extension .aspx when a browser sends a request an ASP.NET page to the server, the server carries out the any code in the page, before the result is sent back to the browser.
-	In long application ASP.NET can decrease the amount of coding
-	In ASP.NET your application is safe and secure
 
Powered by vBulletin® Version 4.2.4 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.