ScottGu's Blog
Scott Guthrie lives in Seattle and builds a few products for Microsoft
Sign in
|
Join
Home
About
RSS
Atom
Comments RSS
Search
Tags
.NET
ASP.NET
Atlas
Commerce Server
Community News
Data
IIS7
Link Listing
LINQ
MVC
Security
Silverlight
SQL Server
Talks
Tips and Tricks
Visual Studio
WPF
WPF/E
News
<RECOMMENDED>
My ASP.NET 2.0 Tips, Tricks, Recipes and Gotchas Series
</RECOMMENDED>
<RECOMMENDED>
My Silverlight Tutorials and Links
</RECOMMENDED>
Navigation
Home
Blogs
Archives
May 2008 (1)
April 2008 (7)
March 2008 (6)
February 2008 (7)
January 2008 (8)
December 2007 (8)
November 2007 (9)
October 2007 (7)
September 2007 (9)
August 2007 (13)
July 2007 (12)
June 2007 (10)
May 2007 (9)
April 2007 (12)
March 2007 (9)
February 2007 (9)
January 2007 (12)
December 2006 (12)
November 2006 (14)
October 2006 (14)
September 2006 (15)
August 2006 (17)
July 2006 (17)
June 2006 (14)
May 2006 (17)
April 2006 (23)
March 2006 (12)
February 2006 (27)
January 2006 (35)
December 2005 (29)
November 2005 (17)
October 2005 (9)
September 2005 (8)
August 2005 (11)
June 2005 (1)
May 2005 (2)
April 2005 (4)
March 2005 (4)
February 2005 (1)
January 2005 (2)
November 2004 (9)
October 2004 (5)
December 2003 (4)
November 2003 (7)
October 2003 (15)
September 2003 (2)
May 2003 (2)
April 2003 (3)
March 2003 (2)
February 2003 (5)
Favorite Links
ScottGu.com
ASP.Net Home
Nikhil Kothari
DotNetSlackers
ASPAlliance
My Blog in Chinese
My Blog in French
October 2005 - Posts
17
Comments
Visual Studio 2005 Profiles and a Few Tweaks I like to Make
by
ScottGu
One of the new features in VS 2005 is the support for “profiles” in the IDE. Profiles provide the ability to define pre-set defaults for options, menus, key-bindings, and command-bars across the tool-set. VS 2005 ships with several built-in profiles out...
14
Comments
Online ASP.NET 2.0 and Visual Web Developer Video Training
by
ScottGu
MSDN has posted some good getting-started video material on ASP.NET 2.0 and Visual Web Developer. Highlighted today is a course on using the new data access features (including the new ObjectDatasource, GridView, and FormView controls). You can check...
6
Comments
Great Site Navigation,TreeView and Menu Content
by
ScottGu
Danny Chen on the ASP.NET product team has been blogging some really great content on the new Site Navigation, TreeView and Menu features in ASP.NET 2.0. Definitely worth checking out -- these features can save a lot of time with common web-site navigation...
167
Comments
How to add a Login, Roles and Profile system to an ASP.NET 2.0 app in only 24 lines of code
by
ScottGu
I’ve seen a few questions in the forums lately looking for examples on how to use the CreateUserWizard control to create new users in the ASP.NET 2.0 membership system, and then as part of the registration process assign the new user into custom roles...
6
Comments
Tons of MSDN Content on the new ASP.NET 2.0 Provider Model
by
ScottGu
This will all be linked heavily on MSDN starting tomorrow, but I got the ok to forward the already-live links tonight. :-) In addition to 120+ pages of good word-content, almost all of the below sections also provide working C# sample implementations...
0
Comments
Cassini V2 with source code available
by
ScottGu
Dmitry published V2 sources for the Cassini web-server a few weeks ago at: http://blogs.msdn.com/dmitryr/archive/2005/09/27/474534.aspx It is worth checking out if you want to see the new ASP.NET 2.0 hosting APIs in action, as well as how to build a web...
31
Comments
Web Hosting Upsize Tool for SQL Express
by
ScottGu
Brad and Polita on my team have been working on a cool tool for hosting providers that will enable developers to easily deploy and manage ASP.NET 2.0 database driven applications written using SQL Express on a hosted web-server. Once the tool is deployed...
2
Comments
Async Pages in ASP.NET 2.0
by
ScottGu
One of the cool new advanced features in ASP.NET 2.0 is support for pages that execute otherwise blocking operations asynchronously. This allows ASP.NET to re-use the worker thread while waiting for a completion (for example: calling a remote web-service...
62
Comments
App_Offline.htm
by
ScottGu
Update : A newer post about this can be found here . I was planning to break the news about the little-heard-of app_offline.htm feature in ASP.NET 2.0, but Erik beat me to it . J Basically, if you place a file with this name in the root of a web application...
More Posts