ElastiCache as an ASP.NET Session Store
Guide to using AWS ElastiCache with RedisSessionStateProvider for scalable, shared ASP.NET session state, eliminating sticky sessions.
Guide to using AWS ElastiCache with RedisSessionStateProvider for scalable, shared ASP.NET session state, eliminating sticky sessions.
A developer shares his career transition from JetBrains to Microsoft's NuGet team, while continuing to maintain the MyGet package management service.
Explores the improved build process for ASP.NET 5 (vNext) projects, highlighting self-contained builds and simplified setup compared to traditional .NET.
Guide to adding Microsoft Application Insights to ASP.NET web apps using Visual Studio 2015 for server-side monitoring.
A tutorial on setting up a high-performance image processing service using the open-source Image Resizer library and Microsoft Azure.
A developer's plan to share key takeaways from Microsoft TechEd Europe 2014, covering sessions on Windows Server, SCOM, ASP.NET, and PowerShell.
A CTO's perspective on Microsoft's vNEXT platform, analyzing its impact on development approaches and future .NET frameworks.
Analysis of .NET vNext's BYOT (Bring Your Own Tool) approach, enabling development on non-Windows platforms like Mac and Ubuntu.
Optimizing ASP.NET vNext package restore speed by configuring NuGet feeds in the project's NuGet.config file.
Building a Web Forms app integrated with Office 365 using the Exchange REST API to display email stats with gauges.
A guide to securing ASP.NET websites against common vulnerabilities like CSRF and XSS, covering code, configuration, and testing best practices.
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.
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.