Is there a good full sample application which highlights the new f开发者_运维技巧eatures of ASP.NET MVC v2 (as opposed to the initial release of ASP.NET MVC)?You mean apart from ScottGu\'s? There is a
I\'m trying to read buddy class metadata information for usage outside of the normal asp.net mvc 2 validation process.I thought it would be as simple as saying:
MicrosoftMvcJQueryValidation.js is used by ASP.NET MVC 2 for client side validation. Having problems with this file just not working properly and wondering if I have the wrong version.
I\'ve got a model with a DateOfBirth property on it, and in the view that uses that model, I\'ve got a textbox:
I\'m trying to get setup using the DataAnnotations validator in ASP.Net MVC 2.0 Beta, but with the following model:
I read a lot of post, and i dont see my mystake. Can some body help me please. There is my global.asax
I\'ve been following this guide from MSDN about \"Creating an ASP.NET MVC Areas Application Using Multiple Projects\". Since ASP.NET MVC 2.0 is just preview one would imagine there to be some bugs.
I have a basic MVC 2 beta app where I am trying to implement a custom Identity and Principal classes.
I\'m using a generated class as a model, and I wish to add DataAnnotation attributes to some of its properties. As it\'s a generated code, I don\'t want to add the annotations directly. Is there anoth
ASP.NET MVC 2 Beta was just released and I\'m a bit confused as to what is required to run it. Does it require .NET 4?