Custom error pages in ASP.NET MVC. Easy, right?
A guide to correctly implementing custom error pages (like 404) in ASP.NET MVC, addressing common pitfalls and SEO concerns.
A guide to correctly implementing custom error pages (like 404) in ASP.NET MVC, addressing common pitfalls and SEO concerns.
A guide on setting up and using the Windows Azure CDN to improve website performance by caching static content globally.
MvcSiteMapProvider 4.0 stable release for ASP.NET MVC offers dynamic navigation, SEO features, and improved dependency injection support.
Announcing the beta release of MvcSiteMapProvider v4 for ASP.NET MVC, featuring major architectural changes and improved dependency injection.
A technical comparison of serving static content (CSS, JS, images) in Nancy and ASP.NET MVC frameworks, highlighting key differences and configuration steps.
A technical tutorial comparing how to build a basic web application from scratch using both the Nancy framework and ASP.NET MVC.
A practical comparison series between the Nancy framework and ASP.NET MVC, covering core web development concepts.
Announcement of a temporary takeover of the @msdnbelux Twitter account to share content on ASP.NET, JavaScript, and Azure.
A developer's 2012 recap, listing his technical blog posts on JavaScript, .NET, Windows, and sharing his starred articles and GitHub repositories.
Explains UI composition for microservices using ASP.NET MVC and Razor Generator, with an e-commerce example.
A technical guide on programmatically generating dynamic XML sitemaps for search engines in ASP.NET MVC applications.
A guide to automatically injecting dynamic page metadata (title, description, keywords) in ASP.NET MVC using a custom action filter.
Introduces a custom ASP.NET MVC Action Filter that automatically checks for null view models and returns a 404, eliminating repetitive null-check code.
Explains how to implement the View Factory Pattern in ASP.NET MVC to separate view creation logic, improve testability, and simplify controllers.
A guide to creating and using a custom HTML Helper for generating checkbox lists in ASP.NET MVC, including model setup and usage.
Explains how to implement automatic ModelState validation in ASP.NET MVC using a custom ActionFilter to avoid repetitive code.
Explains how to implement content negotiation in ASP.NET MVC to return JSON, XML, or HTML based on client accept headers.
A guide to refactoring ASP.NET MVC controllers by replacing repetitive conditional logic with custom action filters and view results for cleaner code.
A guide to creating an ASP.NET MVC helper for integrating Twitter Bootstrap's Typeahead plugin for autocomplete functionality.
A technical tutorial on using Ext.NET's Razor view engine support to create a GridPanel with AJAX proxy for server-side data paging.