Easy Testing Of Your Web.Config Transformations
A guide to locally testing web.config transformations in ASP.NET projects using MSBuild commands and Visual Studio's preview feature.
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.
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.
A developer expresses gratitude for community votes that secured their speaking slot at the MIX11 conference in Las Vegas.
A developer's experience volunteering at Colorado Springs Give Camp, building websites and donation tracking for non-profits.
Explores using Templify and NuGet to automate repetitive setup tasks for new ASP.NET MVC projects, saving time and effort.
A developer's 2010 year-in-review, highlighting top ASP.NET MVC blog posts, open-source contributions, and conference presentations.
Slides from a 2010 VISUG session on building rich web applications using ASP.NET MVC and jQuery as an alternative to Silverlight.