ImageResizer Fluent Extensions
Introducing a Fluent API for the ImageResizer .NET library, simplifying image transformation requests with a clean, expressive syntax.
Introducing a Fluent API for the ImageResizer .NET library, simplifying image transformation requests with a clean, expressive syntax.
A guide to configuring .NET applications and IIS SMTP server to send email using Amazon SES, including setup steps and configuration examples.
A guide to automating web performance metrics collection in .NET using BrowserMob Proxy and Selenium for ongoing monitoring.
A guide to fixing silent packaging failures for .NET web projects on build servers without Visual Studio by copying missing MSBuild targets.
Explains a subtle bug in .NET where static reference types can cause unintended data persistence across web requests, with a fix.
A guide for .NET developers on using IIS's SMTP feature to safely test email delivery code locally without sending real emails.
A 2012 blog post about LibMinecraft, a .NET library for Minecraft servers/clients, and PartyCraft, a server based on it.
A curated list of essential resources for learning Domain-Driven Design (DDD), including books, guides, sample code, and videos.
Explains why the author chose the Dapper micro ORM for the public-facing part of the fabrik project, focusing on performance and efficient data modeling.
A developer's curated list of resources, links, and videos for learning the CQRS (Command Query Responsibility Segregation) architectural pattern and Event Sourcing.
Update to a .NET tool for importing UK postcode geographic data from Ordnance Survey, fixing changes in the source file structure.
Explains how to use CacheEntryChangeMonitor in .NET to manage complex cache dependencies and automate cache invalidation.
A tutorial on setting up and using the Riak NoSQL database with a .NET client library, including installation and configuration steps.
A guide to implementing a custom StructureMap IResourceFactory for dependency injection in WCF Web API services, enabling proper constructor injection.
Updates to a .NET app for importing Ordnance Survey's 1:50000 Scale Gazetteer geographic dataset into SQL Server with spatial data support.
A technical guide on programmatically scaling .NET applications on Windows Azure using management certificates and a custom command-line tool.
A guide on integrating Windows Azure AppFabric Access Control Service for federated authentication in the Orchard .NET CMS.
Guide to SharePoint 2010 performance: disposal patterns for SPWeb and SPSite objects to avoid memory leaks.
A technical guide on converting and loading UK postcode geographic data into SQL Server using a .NET library for spatial queries.
A guide on configuring MongoDB to run as a Windows service, including command setup and troubleshooting tips.