ScottGu's Blog
Scott Guthrie lives in Seattle and builds a few products for Microsoft
-
ASP.NET Connections Conference in Orlando from April 2nd-5th
The east-coast ASP.NET Connections conference is coming up in Orlando from April 2nd-5th this year. I'll be speaking there along with a ton of other great speakers. There are 37 dedicated ASP.NET breakout talks at the event (click here to see the session list).
-
ASP.NET 2.0 Starter Kit: The eBay Selling Starter Kit
The eBay Selling Starter Kit for ASP.NET 2.0 provides a fully-functional sample that enables you to build a custom application to list items, monitor auctions, integrate eBay search and perform inventory maintenance.
-
VS 2003->VS 2005 Web Application and VS 2005 Web Site->Web Application Migration Tutorials Live
May 8th Update: The final release of the VS 2005 Web Application Project is now live. You can learn more about it here.
-
Cool Utility to Use Multiple IIS Sites on Windows XP
Gabe forwarded me a pointer to a cool utility he worked on which enables you to define and switch between multiple sites with IIS on Windows XP -- which out of the box only allows you to define one site (note: you can have multiple applications underneath the site -- but only one unique port or hostname combination). The utility allows you to define multiple sites, and then quickly switch which site is "active" at a particular time.
-
Great ASP.NET 2.0 Site Navigation Tutorial Series
Scott Mitchell has written a really great tutorial series on the new ASP.NET 2.0 Site Navigation system and features.
-
Building Composite Controls in ASP.NET
A few weeks back I blogged about the new CompositeControl base class introduced with ASP.NET 2.0.
-
Cool Video Tutorial Introduction to Building a DAL using CodeSmith
I've heard lots of people rave about CodeSmith in the past.
-
MSBuild Community Tasks Project for VS 2005
David Yack posted a great pointer to a community project where you can find a long list of cool MSBuild Custom Tasks that you can use within your VS 2005 build environments. You should be able to use these with both the VS 2005 Web Deployment Project and with the VS 2005 Web Application Project option in VS 2005 when building ASP.NET 2.0 projects.
-
Visual Studio 2005 Web Deployment Project Update
In addition to releasing the VS 2005 Web Application Project this past Friday, we also released an update to the VS 2005 Web Deployment Project -- which provides additional build support for pre-compiling and configuration changes with applications. Here is a pointer to an old tutorial I wrote about it.
-
A few ASP.NET 2.0 GridView Sorting Tips and Tricks
I saw a few interesting posts today that talked about ways to implement some sorting tips and tricks with the ASP.NET 2.0 GridView: