ScottGu's Blog
Scott Guthrie lives in Seattle and builds a few products for Microsoft
-
Cool MSDN ASP.NET 2.0 GridView Control Article
Dino Esposito has published a great article on customizing the ASP.NET 2.0 GridView control, and shows how you can use it to look like the Hotmail inbox:
-
Great New Advanced Article on ASP.NET 2.0 Master Pages
K. Scott Allen has an awesome blog and regularly publishes great articles on .NET topics (I've linked to a lot of them in the past).
-
Spell Checker Plug-in for VS 2005 for ASP.NET and HTML Pages
Mikhail from the Visual Studio Web Tools Team just published a cool free plug-in for VS 2005 (that he built in his free-time) that provides support for spell-checking HTML and ASP.NET page content within the VS 2005 IDE:
-
Atlas Control Toolkit (And Why It is Really Cool)
Earlier this week we released the April CTP refresh of Atlas (which, like the March CTP drop, supports a go-live license).
-
Source Code for the Built-in ASP.NET 2.0 Providers Now Available for Download
Today we released the source code for the built-in ASP.NET 2.0 Membership, Role Management, Site Navigation, Session State, Profile, Web Events, and Web Part Personalization providers (basically all of the built-in providers that ship in the .NET 2.0 Framework Redist). You can download them here, and learn more about the ASP.NET 2.0 Provider Model from this site here.
-
Credit Card Payment Processing with ASP.NET
Rick Strahl has published a excellent (and very comprehensive) new article on techniques to perform credit-card payment processing with ASP.NET. He also includes full source code examples (for both ASP.NET 1.1 and ASP.NET 2.0). You can check it out here.
-
Don’t run production ASP.NET Applications with debug=”true” enabled
One of the things you want to avoid when deploying an ASP.NET application into production is to accidentally (or deliberately) leave the <compilation debug=”true”/> switch on within the application’s web.config file.
-
XHTML Validation Module Checker for ASP.NET 2.0
Josh and Bruusi have a great .NET blog here.
-
App_Offline.htm and working around the "IE Friendly Errors" feature
I posted the slides+demos from my ASP.NET 2.0 Tips and Tricks talk online last week from the ASP.NET Connections Conference in Orlando. One of the new features I talked about was the "App_Offline.htm" feature in ASP.NET 2.0, which provides a super convenient way to bring down an ASP.NET application while you make changes to it (for example: updating a lot of content or making big changes to the site where you want to ensure that no users are accessing the application until all changes are done).
-
VS 2005 Web Application Project Release Candidate Now Available
May 8th Update: The final release of the VS 2005 Web Application Project is now live. You can learn more about it here.