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

ottit
ottit
10.7 هزار بار بازدید - 2 سال پیش - #ottit Asp.Net
#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
2 سال پیش در تاریخ 1401/07/20 منتشر شده است.
10,799 بـار بازدید شده
... بیشتر