Take mobile development to 70mph by writing an app to run on the in-dash on GM's infotainment platform!
Articles Written by David Talbot
Writing Custom MVC3 Form Widgets
MVC3 expands on the form component model found in earlier versions of MVC. Learn how to create custom form widgets in MVC3/Razor.
AJAX Using RESTful MVC3 Services and jQuery
REST is an approach to providing a highly efficient API that can be called by other applications or by your AJAX framework. David Talbot shows you how to use MVC3 to define REST services in your controllers to be called by jQuery AJAX requests in your view.
ASP.NET MVC3 Caching
ASP.NET MVC3bs partial views are powerful and efficient ways to add additional modularity to your web application. Adding the ability to cache these views can result in a dramatic reduction in latency and server resources if used correctly. Read on to learn more...
Hosting Considerations for MVC3
MVC3 is ready to go with go-live licensing right now. Learn what you need to know to get your MVC3 into production today with your existing .NET 4.0 capable host.
Layouts and Partial Views in Razor
Razor gives you powerful new tools to maximize your view's modularity and enhance code re-use.
