Asp.Net MVC Tutorial in Telugu – What is the difference between ASP.Net (.aspx) and ASP.MVC – ottit



Asp.Net MVC Tutorial in Telugu – What is the difference between ASP.Net (.aspx) and ASP.MVC – ottit

Asp.Net MVC Tutorial in Telugu - What is the difference between ASP.Net (.aspx) and ASP.MVC - ottit

#ottit
Asp.Net MVC Tutorial in Telugu – What is the difference between ASP.Net and ASP.MVC – ottit
@ottit
Why MVC?
What is MVC?
What are the differences between ASP.Net (.aspx) and ASP.Net MVC?
Architectural Design Pattern commonly used for developing Web Applications (WebSite)
MVC divides (de-couples )the entire application logic into three layer i.e.M-V-C
ASP.Net is
Heavy-Weight – ASP.Net Server Controls
Code-Behind –
Life – Cycle Methods (skippable but for logics few life Cycle methods are important)
Any request raised towards page only – which is not realistic.
URLs are not SEO friendly
Response from page – Response type need to be changed according client application requirement

There is no ViewState in MVC
There is no CodeBehind in MVC
There is no Server Controls in MVC

Comments are closed.