Sign in
Joe Knows ASP.NET
Joe Cartano's blog on ASP.NET
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.NET
ASP.NET
ASP.NET MVC
ASP.NET MVC 3
Development
IIS
Joe Cartano
jquery
MVC
MVC RC
MVC RTM
NuGet
NUnit
PHP
Tooling
Visual Studio
Web
Web Platform Installer
Browse by Tags
MSDN Blogs
>
Joe Knows ASP.NET
>
All Tags
>
mvc
Tagged Content List
Blog Post:
Add the ASP.NET MVC 3 Code Templates to your application with Nuget
joecar1
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...
on
6 Jan 2011
Blog Post:
Visual Studio 2010 MVC 2 Upgrade Wizard
joecar1
(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...
on
14 Apr 2010
Blog Post:
Single Project Add View in ASP.Net MVC 2 Preview 2
joecar1
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...
on
15 Oct 2009
Blog Post:
ASP.Net MVC Shortcuts
joecar1
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...
on
1 Jun 2009
Blog Post:
Updated NUnit Templates for ASP.Net MVC 1.0 RTM
joecar1
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...
on
29 Apr 2009
Blog Post:
MVC Tooling Links
joecar1
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
on
30 Jan 2009
Blog Post:
ASP.Net MVC RC is live!
joecar1
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...
on
28 Jan 2009
Blog Post:
Autocomplete with ASP.Net MVC and JQuery
joecar1
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...
on
7 Jan 2009
Page 1 of 1 (8 items)