Joe Knows ASP.NET

Joe Cartano's blog on ASP.NET

Browse by Tags

Tagged Content List
  • Blog Post: Add the ASP.NET MVC 3 Code Templates to your application with Nuget

    Before (Manual) ASP.NET MVC uses T4 templates to scaffold Views and Controllers through the Add View and Add Controller dialogs. A lot of people probably don’t know that these templates can be customized quite easily to generate whatever markup you prefer. Really, the only pain point is finding the code...
  • Blog Post: Visual Studio 2010 MVC 2 Upgrade Wizard

    (Cross post from Visual Web Developer team site: http://blogs.msdn.com/webdevtools/archive/2010/04/13/visual-studio-2010-mvc-2-upgrade-wizard.aspx ) Prior to the RTM release of Visual Studio 2010, the only way to upgrade an ASP.Net MVC 1 application to ASP.Net MVC 2 was to use Eilon Lipton’s tool...
  • Blog Post: Single Project Add View in ASP.Net MVC 2 Preview 2

    Cross Post from http://blogs.msdn.com/webdevtools/archive/2009/10/15/single-project-add-view-in-asp-net-mvc-2-preview-2.aspx Last week we released ASP.Net MVC 2 Preview 2 for Visual Studio 2008 Sp1. In the box support for single project areas is now included and the Add View tool has been modified...
  • Blog Post: ASP.Net MVC Shortcuts

    Here is a cross post from my team's blog: http://blogs.msdn.com/webdevtools Add Controller (Ctrl-M Ctrl-C) Add Controller is a simple dialog box that lets you quickly add controllers to ASP.Net MVC Applications. Right-Click the 'Controllers' folder or simply press Ctrl-M Ctrl-C to invoke this dialog...
  • Blog Post: Updated NUnit Templates for ASP.Net MVC 1.0 RTM

    Here is a cross post from my team's blog: http://blogs.msdn.com/webdevtools ASP.Net MVC 1.0 RTM has been out for a while and I noticed that people are still downloading an NUnit sample project I created for ASP.Net MVC Preview 3. Since then an AccountController class and a corresponding set of unit...
  • Blog Post: MVC Tooling Links

    Download MVC with the Web Platform Installer: http://blogs.msdn.com/webdevtools/archive/2009/01/30/asp-net-mvc-1-0-release-candidate-now-available-in-web-platform-installer.aspx
  • Blog Post: ASP.Net MVC RC is live!

    Check out the RC candidate for ASP.Net MVC Download: http://go.microsoft.com/fwlink/?LinkID=141184&clcid=0x409 Scottgu's blog: http://weblogs.asp.net/scottgu/archive/2009/01/27/asp-net-mvc-1-0-release-candidate-now-available.aspx Webtools (my team) blog: http://blogs.msdn.com/webdevtools...
  • Blog Post: Autocomplete with ASP.Net MVC and JQuery

    Recently I have seen a couple of posts describing how to implement autocomplete in an ASP.Net MVC application so I thought I would try it out. I got it working after a little trial and error so I thought I would try to outline my development process in hopes that the next person to try it out can save...
Page 1 of 1 (8 items)