0
votes
2answers
245 views
Unit-Testing local and global resources in asp.net mvc
I have a class that wraps the GetGlobalResourceObject and GetLocalResourceObjet so they can be used easily in MVC. The model validation classes then load the error messages dynamically from resour …
2
votes
5answers
118 views
asp.net mvc different validation rules for different actions
Hello,
What is the best practice for validating my model for different actions, for example, different validation rules for creating and deleting?
Thanks!
Clarification: I t …
1
vote
How to RedirectToAction in ASP.NET MVC without losing request data
I use TempData as well, the problem as I understand it, with your solution Deeno is that if the user was to refresh the page after posting invalid data they would receive a "Would you like to resu …
7
votes
Multiple languages in an ASP.NET MVC application?
I found this resource to be very helpful
http://blog.eworldui.net/post/2008/05/ASPNET-MVC---Localizatio …
