Posts Tagged ‘MVC Framework’

Links for December 15th 2008

Tuesday, December 16th, 2008

Links for December 15th 2008

Windows Azure
Windows Azure Training Kit

.Net
Array, Collection, IEnumerable Usage Guidelines
Loops, Conversions and Lambdas

ASP.Net
How <%# Bind %> Works
Introducing the ASP.NET MVC (Part 1) - The Model-View-Controller Pattern
DevAcademy 3 - Dan Amiga - ASP.NET Ajax Internals

SQL Server
SQL Server 2005 - Service Pack 3

Links for December 15th 2008

ASP.NET MVC Preview 3 Release

Wednesday, May 28th, 2008

ASP.NET MVC Preview 3 Release

Download Link.
Source Code

List Of Changes:
Changes to Controller Action Methods
Improved HTML Helper Methods
URL Routing Improvements

For further details visit this link.

ASP.NET MVC Preview 3 Release

ASP.Net MVC Framework Part - 1

Monday, December 10th, 2007

ASP.Net MVC Framework Part - 1

Now that ‘ASP.NET 3.5 Extensions Preview‘ is released, Iam planning to play a bit with the new ASP.Net MVC Framework. In the coming couple of weeks I will be looking into this new Framework and post some articles related to it. For this post I will just post some basics of MVC.

MVC - Model View Controller.

Using the MVC Framework, an application is divided into 3 components:
Model
View
Controller.

Model
Model is typically a database for most applications.

View
View is the UI.

Controller
Controller is the central component between Model and View. It is reponsible for manipulating Model, picking u the View to render.

You can download ‘ASP.NET 3.5 Extensions Preview‘ from here.

The system requirements are:
Operating Systems: Windows Server 2003; Windows Vista; Windows XP
.NET Framework 3.5
Visual Studio 2008 or Visual Web Developer 2008 Express Edition

ASP.Net MVC Framework Part - 1


Books 24x7