A link to Virtual Path Providers
The first week of the month is when I usually start working on the MSDN Magazine Cutting Edge column. This month I was supposed to write about ASP.NET virtual path providers--that neat feature that allows you plug your own custom pseudo file system into ASP.NET. In this way, the runtime retrieves the source code of the requested resource asking your provider instead of going down to the physical file system. Designed to allow the next version of SharePoint to be built on top of ASP.NET 2.0, virtual path providers let you--for example--put most of your web site in a MDF database.
So I was just going to write such an article, but a quick search with Google--you never know what's in the Web--found this recently published article. It's just great, well written and insightful. To cut an otherwise long story short, I changed the topics being covered in the June 2006 issue of MSDN Magazine. Victor, great job!