What is 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)
- Web Forms
Web Pages
It is a Simplest ASP.NET model. It is Similar to PHP
and classic ASP.
MVC (Model View Controller)
MVC separates web applications into 3 different
components:
- Models for data
- Views for display
- Controllers for input
Web Forms
The traditional ASP.NET event driven development
model:
Lot of Articles and tutorials related to ASP.NET and C#
No comments:
Post a Comment