C# Corner
Tech
News
Videos
Forums
Trainings
Books
Events
More
Interviews
Jobs
Live
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
Java
Learn iOS Programming
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
10
Reply
What is ASP.NET?
Yadagiri Reddy
11y
2.8k
0
Reply
Delete Row
Delete Column
Insert Link
×
Insert
Cancel
Embed YouTube Video
×
Width (%)
Height (%)
Insert
Cancel
Table Options
×
Rows
Columns
First row as header
Create Table
Insert Image
×
Selected file:
Alignment
Left
Center
Right
Select an image from your device to upload
Upload to Server
Cancel
Submit
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.
Prakash Lakshmanan
11y
1
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
Munesh Sharma
9y
0
ASP.NET is an open source server-side Web application framework designed for Web development
Keerthi Venkatesan
9y
0
http://www.san2debug.net/post/Evaluation-of-ASPNET-Versions-Part-1.aspx
Santhakumar Munuswamy
10y
0
Asp.net is a microsoft technology which are used to build Dynamic Websites.
Kiranteja Jallepalli
10y
0
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
Pankaj Kumar Choudhary
10y
0
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.
Kml Surani
10y
0
.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.
dk thakur
11y
0
.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.
dk thakur
11y
0
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.
Yadagiri Reddy
11y
0
What is ASP?
What is the basic difference between ASP and ASP.NET?
Message