Quick and easy OWIN pipeline hooks
Explains how to use OWIN pipeline hooks with extension methods to execute code before and after requests, including examples like timing and logging.
Explains how to use OWIN pipeline hooks with extension methods to execute code before and after requests, including examples like timing and logging.
A technical guide explaining how to write OWIN middleware components in C# using five different implementation methods.
Introducing SaasKit, a .NET toolkit for building multi-tenant SaaS applications, focusing on simplifying tenant identification.
How to configure HttpClient in .NET to route requests through Fiddler for debugging, including handling localhost.
Fixes Mac decompression issues with DotNetZip by changing ASP.Net response content type from application/zip to application/octet-stream.
Fixes Mac decompression issues with DotNetZip by changing response content type from application/zip to application/octet-stream.
A guide to migrating an old ASP.NET WebForms app from Forms-Based Authentication to modern Claims-Based Authentication using Thinktecture IdentityServer.
A developer shares their experience and study resources for passing the Microsoft 70-486 ASP.NET MVC 4 Web Applications certification exam.
Guide to customizing the deployment process for ASP.NET apps on Windows Azure Web Sites, including running unit tests during deployment.
Announces v1.1.0 of a MongoDB session state provider for ASP.NET, updating to the latest C# driver with breaking change fixes.
A guide to implementing centralized logging for a multi-application .NET project using Elmah for exceptions and NLog for diagnostics.
A guide to securing ASP.NET Web APIs using OAuth2 and Windows Azure Access Control Service for modern app authentication.
A guide to enabling GZip and Deflate compression for ASP.NET Web API responses to improve performance and reduce data size.
A quick guide to adding PATCH method support to the ASP.NET Web API HttpClient with a custom extension method.
A developer troubleshoots a .NET 4.0 issue on Azure VMs where HttpUtility methods fail during Application_Start, highlighting the need for sysadmin-level maintenance.
A guide to locally testing web.config transformations in ASP.NET projects using MSBuild commands and Visual Studio's preview feature.
Author shares excitement about being invited to join the ASPInsiders, a group of experts providing feedback on ASP.NET technologies.
Slides and demo code for a TechDays Belgium 2012 presentation on implementing real-time web features using SignalR.
Explains a subtle bug in .NET where static reference types can cause unintended data persistence across web requests, with a fix.
A technical tutorial on using SignalR, an ASP.NET library, to create a real-time web application for broadcasting slide deck navigation.