Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Drew Miller
Dev'r for CodePlex
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Go
Tags
asp.net mvc
automation
codeplex
firefox
TDD
Archives
April 2008 (1)
February 2008 (1)
December 2007 (3)
November 2007 (1)
September 2007 (2)
Browse by Tags
All Tags
»
asp.net mvc
(RSS)
Sorry, but there are no more tags available to filter with.
Sunday, April 20, 2008 8:29 PM
Organizing Legacy Pages Into Controllers, Actions and Views
I've been asked to refactor a number of run-of-the-mill ASP.NET pages to use ASP.NET MVC. Here is part of the application's file structure: ~/UserAccount/ /Login.aspx /Register.aspx /UpdateProfle.aspx /UserProfile.aspx The Login.aspx page has already
Posted by
Drew Miller
|
1 Comments
Filed under:
asp.net mvc
Sunday, December 23, 2007 10:53 PM
How To Create an HTML Helper for ASP.NET MVC
If you've spent some time with ASP.NET MVC (part of the recently released ASP.NET 3.5 Extensions Preview ), you've probably done something like this in a view: <% = Html.ActionLink( "TheLinkText" , new { controller = "TheController"
Posted by
Drew Miller
|
6 Comments
Filed under:
asp.net mvc