ASP.NET MVC 2 introduces the concept of Areas. Areas provide a means of dividing a large web application into multiple projects, each of which can be developed in relative isolation. The goal of this feature is to help manage complexity when developing a large site by factoring the site into multiple projects, which get combined… Continue reading
Author: Nithin Mohan TK
ASP.NET MVC 2
ASP.NET MVC 2 is the next significant update of ASP.NET MVC. It is a compatible update to ASP.NET MVC 1 – so all the knowledge, skills, code, and extensions you already have with ASP.NET MVC continue to work and apply going forward. Like the ASP.NET MVC 1.0 , Microsoft also shipping the source code for… Continue reading
ASP.NET MVC 2: Model Validation by ScottGu
Today i came across an article by Scott Guthrie of Microsoft. It’s an excellent article on how we can do model validation with ASP.NET MVC 2.0 which is in release candidate now. ASP.NET MVC 1.0 what we lacks was there were n’t any inbuilt support for Client Side vailidation and Model State Validation provided by… Continue reading
Design Patterns in .NET
Introduction Design patterns are recurring solutions to software design problems you find again and again in real-world application development. Patterns are about design and interaction of objects, as well as providing a communication platform concerning elegant, reusable solutions to commonly encountered programming challenges There are so many design patterns available for Software application development, depending… Continue reading
Visual Studio 2010 Editions – What you need to know
Visual Studio 2010 is going to release on March or April 2010. And still People are a bit confused between the different editions of Visual Studio. Does a developer need Visual Studio professional (the main IDE to write code) or a Team Developer? A developer may need some testing or modelling capabilities only available in… Continue reading
New Visual Studio 2010 & .NET Framework 4 Launch Date
As per a microsoft personal, Visual Studio 2010 and .NET Framework 4 will launch on Monday, April 12, 2010 in all time zones. I will post more details soon..