-
as seen on ASP.net Weblogs
- Search for 'ASP.net Weblogs'
Note: ASP.NET MVC 2 RTM isn’t yet released! But this tool will help you get your ASP.NET MVC 1.0 applications ready for when it is! I have updated the MVC App Converter to convert projects from ASP.NET MVC 1.0 to ASP.NET MVC 2 RTM. This should be last the last major change to the MVC App Converter…
>>> More
-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
Razor View Engine
The Razor view engine is a new view engine option for ASP.NET MVC that supports the Razor templating syntax. The Razor syntax is a streamlined approach to HTML templating designed with the goal of being a code driven minimalist templating approach that builds on existing C#, VB…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I had updated my app from MVC 1 to MVC 2. After that some pages throws PathTooLongException:
[PathTooLongException: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.]
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
what is differece between Asp.net MVC 1 and Asp.net MVC 2?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've been using ASP.NET MVC 1 for a while now, and am keen to take advantage of the improvements in MVC 2. Things like validation seem greatly improved, and strongly-typed HTML helper methods look great.
So, for those of you who have real-world practical experience of using ASP.NET MVC 1 and are…
>>> More