High performance image processing with Image Resizer and Azure
A tutorial on setting up a high-performance image processing service using the open-source Image Resizer library and Microsoft Azure.
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.
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.
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.