ASP.NET MVC - Issuing multiple 301 Redirects
A technical guide on implementing multiple 301 redirects in an ASP.NET MVC application to preserve SEO rankings during a site migration.
A technical guide on implementing multiple 301 redirects in an ASP.NET MVC application to preserve SEO rankings during a site migration.
Explains the Identity Map pattern in Entity Framework v4, a key ORM concept for preventing duplicate object instances and ensuring data consistency.
Explains ambiguous ampersands in HTML, detailing character references and validity rules in HTML4 vs. HTML5 specifications.
A curated list of essential RSS feeds for frontend developers, covering JavaScript, web standards, and large-scale web application development.
A deep dive into HTML5 fundamentals, browser parsing rules, and how understanding them can lead to more maintainable markup.
A technical guide on using latches (CountDownLatch, dispatch_semaphore_t) to write unit tests for multi-threaded code that executes on background queues.
Explains how to implement auto-retry for concurrent commands in CQRS using the ncqrs framework to handle ConcurrencyExceptions.
Analysis of CSS vendor prefixes' failures and proposals for new web standards strategies to address bloat and compatibility issues.
A developer recounts how a spare OS partition saved his presentation after a critical disk failure, highlighting the importance of backup strategies.
Security flaw exposes database passwords on 1% of CMS sites due to text editor backup files being publicly accessible.
A VB.NET code snippet for retrieving a logged-in user's full display name from Active Directory in an ASP.NET application using Windows Authentication.
MyGet now supports publishing symbol packages for private feeds via SymbolSource.org integration, enabling easier debugging of NuGet packages.
A discussion on the practical value of HTML semantics, focusing on accessibility and the real-world impact of semantic markup on screen readers.
A guide to using the ImportImages.php script for bulk uploading images to a MediaWiki installation, covering both Windows and Linux.
A beginner's guide to starting a Django web project, covering project structure, core files, and initial setup.
A technical guide explaining how to install and boot Windows 8 directly from a Virtual Hard Disk (VHD) on a Windows 7 machine.
A programmer shares their excitement about receiving three classic computer science books: Introduction to Algorithms, SICP, and The Pragmatic Programmer.
Argues that PostgreSQL's advanced features and data guarantees make it a superior choice over NoSQL databases for many applications.
A technical guide on rewriting WCF OData service base URLs to work correctly behind a load balancer or reverse proxy.
Heroku's Maker's Day is a weekly policy giving engineers a full day of uninterrupted, meeting-free time to focus on deep work and boost productivity.