Securing the ASP.NET MVC Web.config
A guide to securing the ASP.NET MVC Web.config file, covering custom errors, cookie security, and removing revealing HTTP headers.
A guide to securing the ASP.NET MVC Web.config file, covering custom errors, cookie security, and removing revealing HTTP headers.
A comprehensive guide to implementing favicons and related icons for modern websites, covering various devices and platforms with ASP.NET MVC examples.
Quick guide on setting up Unity IOC container for ASP.NET MVC using NuGet and dependency injection.
Quick guide to setting up Unity IOC container for ASP.NET MVC dependency injection using NuGet.
Tutorial on using Exchange REST API with Office 365 development, focusing on fetching email data via ASP.NET MVC.
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.