Difference between ASP.NET
Webform and ASP.NET MVC ?
ASP.NET Webform :-
1)ASP.NET Web Form
follows a traditional event driven development model.
2)ASP.NET
Web Form has file-based URLs means file name exist in the URLs must have its
physically existence.
3)ASP.NET
Web Form has server controls.
4)ASP.NET Web Form follows
WebForm Syntax
5)ASP.NET Web Form has
Master Pages for consistent look and feels.
6)ASP.NET Web Form has
User Controls for code re-usability.
7)ASP.NET Web Form is not
Open Source.
ASP.NET MVC :-
1)ASP.NET MVC is a
lightweight and follow MVC pattern based
development model.
2)ASP.NET MVC has
route-based URLs means URLs are divided into controllers and actions and
moreover it is based on controller not on physical file.
3)ASP.NET MVC has html
helpers.
4)ASP.NET MVC follow
customizable syntax
5)ASP.NET MVC has Layouts
for consistent look and feels.
6)ASP.NET MVC has Partial
Views for code re-usability
7)ASP.NET Web MVC is an
Open Source.
No comments
Post a Comment