ASP.NET MVC introduced the concept of ‘areas’ within a web app.
They’re a great way to split a large app into different sections that handle different logic, for example you might have an admin area that has some authorization and handles all of the back end content management for the app. You can [...]
The ‘areas’ feature of ASP.NET MVC 2 (as of preview 2), provides an easy way to separate sections of an application, so controllers and views can be grouped together.
There are a couple of issues an issue with this though, that would be great to be ironed out for the final release. Firstly, there is [...]
This message (‘A value is required’) is the default validation error message that gets displayed with ASP.NET MVC 2 (preview 2 at the time of writing). The message shows up for each column in the model that fails validation when submitting a form.
The problem I came across was that if you have a column [...]
-
Calendar
May 2012 M T W T F S S « Mar 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 -
Meta

