Browse by Tags

All Tags » ASP.NET (RSS)

Migrating ASP.NET MVC 2 applications to ASP.NET MVC 3 Preview 1

ASP.NET MVC 3 Preview 1 has just been released! More info on ScottGu's blog . Download ASP.NET MVC 3 Preview 1! I just finished up a preview of my ASP.NET MVC application conversion tool to support conversions from ASP.NET MVC 2 to ASP.NET MVC 3. The...

Creating Visual Studio projects that only contain static files

Have you ever wanted to create a Visual Studio project that only contained static files and didn’t contain any code? While working on ASP.NET MVC we had a need for exactly this type of project. Most of the projects in the ASP.NET MVC solution contain...

Migrating ASP.NET MVC 1.0 applications to ASP.NET MVC 2 RTM

ASP.NET MVC 2 RTM has just been released! More info on ScottGu's blog . 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 that I released...
Posted by Eilon | 43 comment(s)
Filed under: , ,

Migrating ASP.NET MVC 1.0 applications to ASP.NET MVC 2 Beta (updated!)

NOTE: There is an updated version of this tool that is compatible with ASP.NET MVC 2 RTM. Thanks to the great feedback I’ve received on my ASP.NET MVC conversion tool for ASP.NET MVC 2 Preview 2 I’ve updated it to support conversions to ASP.NET MVC 2...
Posted by Eilon | 14 comment(s)
Filed under: , ,

Migrating ASP.NET MVC 1.0 applications to ASP.NET MVC 2

NOTE: There is an updated version of this tool that is compatible with ASP.NET MVC 2 RTM. To help our customers adopt ASP.NET MVC 2 I built an application that helps upgrade Visual Studio 2008 solutions that use ASP.NET MVC 1.0 to use ASP.NET MVC 2 Preview...
Posted by Eilon | 39 comment(s)
Filed under: , ,

Introducing SmartyRoute: A smarty-ier way to do routing in ASP.NET applications

Inspired by ideas I have heard from people on my team (ideas that apparently I misunderstood!), I am introducing the new SmartyRoute, which provides a smarty-ier way to do routing in ASP.NET applications. The basic idea is that you can make a request...
Posted by Eilon | 8 comment(s)
Filed under: , ,

The String or the Cat: A New .NET Framework Library

For years applications have been built that accept user input. Most user input starts out as a string. Strings are a universal representation of arbitrary data coming into a computer. However, most data does not remain as a string for very long. User...
Posted by Eilon | 52 comment(s)
Filed under: , ,

ASP.NET MVC Release Candidate 2: I declare myself to be declarative!

Today is a happy day: we released ASP.NET MVC Release Candidate 2 . We're getting ever-so-close to the final (RTM/RTW) release of ASP.NET MVC - it won't be long! We think we fixed all the highest priority issues so that everyone out there can build ASP...
Posted by Eilon | 37 comment(s)
Filed under: , ,

Opening an ASP.NET MVC project without having ASP.NET MVC installed: The project type is not supported by this installation

Projects built with ASP.NET MVC are what are known as " flavored projects ." This means that instead of being an entirely new project type, ASP.NET MVC projects merely extend a different kind of existing project type. Specifically, the projects...
Posted by Eilon | 22 comment(s)
Filed under: , ,

Optimizing your route collection for URL generation in ASP.NET MVC (and more!)

If you're used ASP.NET MVC or ASP.NET Dynamic Data , you've using ASP.NET's new Routing feature. ASP.NET Routing is the feature that lets you easily create so-called "pretty" URLs. Pretty URLs are the ones that look the way you want them to...
Posted by Eilon | 5 comment(s)
Filed under: , ,
More Posts Next page »