Skip to main content

Posts

Showing posts with the label MVC

ASP.NET Web Forms Versus ASP.NET MVC

Hello Geeks .. Today we gonna talk about something , it maybe confusing for some Developers yet if you concentrate for little time to understand it , it will not be a problem anymore. In this post i'm gonna talk about Developing Under ASP.NET  WebForms Environment and Developing Under ASP.NET   MVC Environment. Most Common Questions About this task would be :  Which One Is better ? When I'm Planning A Project,Which One To Choose? Which One Provide Better Performance ? .. Etc Important Quote From  Wrox Professional ASP.NET  Book: Page : 1079 Ultimately, the most important thing to remember is that ASP.NET Web forms and ASP.NET MVC sit on top of ASP.NET proper. Think of it as (ASP.NET) is bigger than (Web forms) and (ASP.NET) > (ASP.NET MVC). There’s so much underneath both techniques that you can use either or both without fear. Many people find a hybrid model works for them, or they use a hybrid as they move from one model to the other. Pick th...

Introduction To Model-View-Controller (MVC)

Hello Geeks .. Today's Post is A little try to introduce the Model View Controller (MVC) . In this post i'm going to explain MVC in general and a Brief introduction to  ASP.NET  MVC ,So let's get started ... Historical Point :  Model-View-Controller has been an important architectural pattern in computer science. It's Original Name was  : Thing-Model-View-Editor Introduction in 1979 and It's been used in lots of frameworks since then. You Can find MVC in Java and C++ , On Mac and on Windows and other frameworks .