ASP.NET Session State Partitioning
Explains how to implement ASP.NET Session State Partitioning to scale session storage across multiple servers using a custom resolver.
Explains how to implement ASP.NET Session State Partitioning to scale session storage across multiple servers using a custom resolver.
A tutorial on creating an ASP.NET handler to preview Word (.docx) files as HTML using OpenXML and LINQ to XML.
Guide on using AJAX UserControls in SharePoint MOSS 2007 with SmartPart and AJAX Control Toolkit.
Explains a common ASP.NET DataPager issue where paging fails after the first PostBack and provides a lifecycle-based solution.
Microsoft releases ASP.NET 3.5 Extensions CTP preview, featuring AJAX improvements, MVC framework, Dynamic Data, and Silverlight support.
A tutorial on using LINQ (Language Integrated Query) in C# to query and process files from the filesystem, demonstrated with a photo album example.
A guide to configuring ASP.NET session state for load-balanced web servers using the ASP.NET state server.
Explains how to use ASP.NET's CacheItemRemovedCallback delegate to centralize and log cache item removal events for better cache management.
A guide to improving ASP.NET application performance by removing unnecessary HTTP modules from the pipeline via Web.config.
A guide to fixing TFS Team Build failures for ASP.NET websites by modifying solution files and managing source control.
A technical guide on implementing security trimming for ASP.NET 2.0 sitemaps using web.config and authorization rules.
A 2007 linkdump of project methodology templates for Visual Studio Team System (VSTS), including RUP, Scrum, and Macroscope.
How to use .htaccess-like mod_rewrite syntax for URL rewriting in ASP.NET applications with a custom library.
Author shares their experience passing the Microsoft .NET Framework 2.0 Web-based Client Development exam to become a Microsoft Certified Technology Specialist.
A developer shares a custom ASP.NET SendMailControl for sending templated emails, similar to built-in controls like PasswordRecovery.
Explains ASP.NET 2.0's Event Validation security feature, a common error it causes, and provides a recommended code fix.
Explores using asynchronous programming in ASP.NET to build scalable applications, based on a session by Jeff Prosise.
A developer's recap of Day 1 at the Belgium Developer & IT Pro Days conference in Ghent, covering sessions on Visual Studio tools, ASP.NET threading, and OpenXML.
Guide on exporting ASP.NET web parts as .webpart files and importing them into Windows SharePoint Services sites.
A guide to running Zend Framework on IIS using a custom 404 error page for URL rewriting, avoiding the need for paid ISAPI filters.