What is ASP.NET?
Yadagiri Reddy
Asp.Net : --> ASP.NET is a development framework for building web pages and web sites with HTML, CSS, JavaScript and server scripting. --> ASP.NET supports three different development models: --> Web Pages, MVC (Model View Controller), and Web Forms: 1. Web Pages (Single Pages Model) --> Simplest ASP.NET model. --> Similar to PHP and classic ASP. --> Built-in templates and helpers for database, video, graphics, social media and more. 2. MVC (Model View Controller) --> MVC separates web applications into 3 different components: --> Models for data --> Views for display --> Controllers for input 3. Web Forms (Event Driven Model) --> The traditional ASP.NET event driven development model: --> Web pages with added server controls, server events, and server code.
Active Server Pages/Differences between ASP 3.0 and ASP.NET. The most important difference between ASP and ASP.Net is that ASP uses interpreted VBScript or JScript, and ASP.net uses any .Net language (including VB.Net, C#, J#, etc.) compiled. ASP 3.0 left all its code in the front of the application
ASP.NET is an open source server-side Web application framework designed for Web development
http://www.san2debug.net/post/Evaluation-of-ASPNET-Versions-Part-1.aspx
Asp.net is a microsoft technology which are used to build Dynamic Websites.
ASP.NET is a specification developed by Microsoft to create dynamic Web applications, Web sites, and Web services. It is a part of .NET Framework. You can create ASP.NET applications in most of the .NET compatible languages, such as Visual Basic, C#, and J#. The ASP.NET compiles the Web pages and provides much better performance than scripting languages, such as VBScript
ASP.NET is an open source server-side Web application framework designed for Web development to produce dynamic Web pages. It was developed by Microsoft to allow programmers to build dynamic web sites, web applications and web services.
.net is a framework suports multiple languages like c#,j# and asp.net etc.Asp.net is a language for designing web pages,here asp stands for active server pages.
ASP.NET is a specification developed by Microsoft to create dynamic Web applications, Web sites, and Web services. It is a part of .NET Framework. You can create ASP.NET applications in most of the .NET compatible languages, such as Visual Basic, C#, and J#. The ASP.NET compiles the Web pages and provides much better performance than scripting languages, such as VBScript. The Web Forms support to create powerful forms-based Web pages. You can use ASP.NET Web server controls to create interactive Web applications. With the help of Web server controls, you can easily create a Web application.