ASP.NET MVC and the Managed Extensibility Framework (MEF)
A tutorial on using the Managed Extensibility Framework (MEF) to create a plugin-based, extensible ASP.NET MVC web application.
A tutorial on using the Managed Extensibility Framework (MEF) to create a plugin-based, extensible ASP.NET MVC web application.
Explains the AsyncController in ASP.NET MVC Futures for handling asynchronous requests to improve web server scalability.
Announcing upcoming tech conference sessions on PHP/Silverlight integration, ASP.NET MVC, and unit testing with mocking.
Explores the ASP.NET MVC Futures assembly, detailing features like donut caching and rendering action methods within views for developers.
Announcing MvcSiteMap, an open-source ASP.NET MVC sitemap provider for flexible navigation and security trimming.
A screencast demonstrating how to use Visual Studio tooling to build a CRUD interface with ASP.NET MVC in under 15 minutes.
A tutorial on building an offline-capable ASP.NET MVC notebook application using Google Gears for local data storage and synchronization.
Author announces and reflects on writing his first book, 'ASP.NET MVC 1.0 Quickly,' a hands-on guide for ASP.NET developers.
A tutorial on implementing form validation using the IDataErrorInfo interface in the ASP.NET MVC release candidate framework.
A developer updates the CarTrackr reference application to ASP.NET MVC 1.0 RC, detailing key changes like view type syntax and compile-time view validation.
A screencast tutorial on using jQuery and ASP.NET MVC to check username availability during user registration.
A developer's top 5 technical blog posts from 2008, focusing on PHPExcel, ASP.NET MVC, and Visual Studio profiling.
Final part of a series detailing the deployment of an ASP.NET MVC application (CarTrackr) to Windows Azure, covering challenges and solutions.
Part 4 of a series on migrating an ASP.NET MVC app to Windows Azure, focusing on implementing authentication using Windows Live ID.
Part 3 of a series on migrating an ASP.NET MVC app to Windows Azure, focusing on implementing cloud data storage with Azure Table Storage.
A technical guide on converting an ASP.NET MVC application into a cloud service on Windows Azure, focusing on project configuration and web role setup.
First part of a series on migrating an ASP.NET MVC car expense app to Microsoft Azure, covering architecture and planning.
Introduces MVC XForms, a new ASP.NET MVC UI framework on CodePlex for generating clean HTML forms based on the W3C XForms specification.
A tutorial on implementing partial page updates in ASP.NET MVC using jQuery and a custom action filter to switch master pages for Ajax requests.
A tutorial on creating a custom ASP.NET MVC ModelBinder to automatically bind Linq to SQL entities from URL parameters, reducing controller code.