Ron Dameron Comparing Python and PowerShell DBA Scripting Just when it seemed that there were were no adequate scripting systems for DBAs that could access .NET, along came... 03 August 2007 11 min read
John Papa .NET 3.5 Language Enhancements LINQ may be getting the most attention in the forthcoming .NET 3.5, but there are also several new language features... 25 July 2007 12 min read
Gaidar Magdanurov Implementing Waiting Pages in ASP.NET The users of your application will be more likely to tolerate pauses in your application whilst processing goes on, if... 16 July 2007 17 min read
Dan Wahlin ASP.NET Master Pages Tips and Tricks Take a look at how you can increase productivity and reduce maintenance with your ASP.NET 2.0 website, as Dan Wahlin... 14 June 2007 13 min read
Francis Norton Implementing Real-World Data Input Validation using Regular Expressions Francis Norton shows how to use regular expressions to fulfil some real world data validation requirements, demonstrating techniques ranging from... 14 May 2007 12 min read
John Papa Gathering RSS Feeds using Visual Studio and RSS.NET If you would like to learn how to build and customize your very own Windows service to retrieve posts from... 04 May 2007 13 min read
Dan Wahlin Enhance your Website with ASP.NET AJAX Extensions Microsoft's ASP.NET AJAX Extensions provide developers with a quick and simple way to add AJAX functionality into any ASP.NET Website.... 01 May 2007 20 min read
Jesse Liberty and Alex Horovitz Getting Started with XAML See for yourself the flexibility of XAML, as Jesse Liberty and Alex Horovitz show you how to create an interactive... 16 March 2007 12 min read
Steven R. McCabe Exploring LINQ, SQLMetal and SqlTac If you're a .NET developer, working with or without a database on the back-end, your world is about to change.... 15 March 2007 23 min read
Gaidar Magdanurov A Complete URL Rewriting Solution for ASP.NET 2.0 Ever wondered whether it's possible to create neater URLS, free of bulky Query String parameters? Gaidar Magdanurov shows you how... 01 March 2007 16 min read
Jeff Hewitt Building Active Directory Wrappers in .NET The ability to authenticate .NET application users against Active Directory is a common requirement. Here, Jeff Hewitt demonstrates how to... 09 February 2007 18 min read
Jesse Liberty Controls Based Security in a Windows Forms Application Jesse Liberty demonstrates a role-based security architecture for Windows Forms applications that will allow you to restrict access to any... 22 January 2007 24 min read
Damon Armstrong Regular Expression Based Token Replacement in ASP.NET Damon Armstrong presents an extremely powerful and flexible token replacement mechanism for your ASP.NET applications. It is based on regular... 10 January 2007 23 min read
Chris Ullman Calling Cross Domain Web Services in AJAX The latest craze for mashups involves making cross-domain calls to Web Services from APIs made publicly available by companies such... 29 December 2006 19 min read
Damon Armstrong Token Replacement in ASP.NET Damon Armstrong describes an elegant way of performing dynamic string replacement in ASP.NET applications - one that will work in... 01 November 2006 14 min read
Mike Bloise Tracing memory leaks in .NET applications with ANTS Profiler With only 24 hrs to go to the release of his brand new C# 2005 CRM application, Mike Bloise encountered... 29 September 2006 8 min read
Damon Armstrong .NET Application Architecture: Logging SQL Exceptions in the Data Access Layer Damon Armstrong demonstrates an efficient way to capture and manage SQL exceptions in your .NET application, by adding a SQL... 11 September 2006 35 min read
Phil Wilson Using BITS to Upload Files with .NET Although FTP is commonly used to transfer files over the Internet, it's somewhat unfriendly to firewalls. Phil Wilson shows you... 04 September 2006 16 min read
Julian Skinner Asynchronous Processing in .NET Part 2 Julian Skinner presents an in-depth tutorial on thread synchronization in .NET, covering the most important Synchronization objects and including a... 18 August 2006 43 min read
Damon Armstrong .NET Application Architecture: the Data Access Layer Find out how to design a robust data access layer for your .NET applications.… 11 July 2006 14 min read