MVC Tutorial

ASP.NET MVC History

ASP .Net MVC History developed by Microsoft. It is a specially developed framework to develop web applications.ASP .Net MVC is lightweight as compare to ASP .Net web form. Please read more details on MVC new features of the MVC Framework.Microsoft had introduced ASP.NET MVC in .Net 3.5.Here, We will discuss the different versions of MVC …

ASP.NET MVC History Read More »

MVC Architecture

The MVC architectural pattern has existed for a long time in software engineering. All most all languages use MVC with slight variation, but conceptually it remains the same. Let’s understand the MVC architecture supported in ASP.NET. MVC Architecture This article will describe the ASP .Net MVC architecture. We already discussed the basics of the MVC …

MVC Architecture Read More »

MVC Framework Introduction

The Model-View-Controller/MVC framework is an architectural pattern that separates an application into three main logical components Model, View, and Controller. Hence the abbreviation MVC. Each architecture component is built to handle specific development aspects of an application. MVC separates the business logic and presentation layer from each other. It was traditionally used for desktop graphical …

MVC Framework Introduction Read More »