Protecting your ASP.NET Web API using OAuth2 and the Windows Azure Access Control Service
A guide to securing ASP.NET Web APIs using OAuth2 and Windows Azure Access Control Service for modern app authentication.
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.
Explores real-time web communication challenges and solutions like polling, long polling, and SignalR for server-to-client updates.
Announcement of achieving Umbraco Certified Developer level 2 certification, highlighting expertise in the ASP.NET CMS.
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.
Guide to integrating AutoMapper 2.0 with StructureMap for dependency injection, replacing static references with injectable services.
Part 8 of a series on SharePoint 2010 performance, focusing on managing ViewState to reduce page size and improve rendering.
A tutorial on implementing dependency injection in ASP.NET MVC 3 applications using Castle Windsor IoC container for controller and service registration.
Release of MvcSiteMapProvider 3.1.0 RC, a NuGet package for ASP.NET MVC with performance improvements and bug fixes.
Fixing ASP.NET DropDownList OnSelectedIndexChanged event not firing by enabling AutoPostBack.
A tutorial on using a Glimpse plugin to inspect Windows Identity Foundation (WIF) claims in an ASP.NET application for easier debugging.
A developer shares a custom ASP.NET session state store provider backed by MongoDB, including setup, configuration, and usage notes.
A technical guide on generating and downloading CSV files from an ASP page by querying a SQL database and setting HTTP headers.