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
November 2009 (1)
October 2009 (7)
September 2009 (6)
August 2009 (6)
July 2009 (3)
June 2009 (3)
May 2009 (2)
April 2009 (2)
March 2009 (2)
February 2009 (1)
January 2009 (2)
December 2008 (2)
November 2008 (5)
October 2008 (5)
September 2008 (4)
July 2008 (1)
June 2008 (2)
May 2008 (4)
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
My Blog in Spanish
My Blog in Portuguese
December 2005 - Posts
56
Comments
ASP.NET 2.0 Profile Feature
by
ScottGu
K. Scott Allen recently published a good post on the new ASP.NET 2.0 Profile system. The profile system provides an easy way to store and retrieve properties about users on your sites -- both logged-in and anonymous. It can save you time and effort in...
97
Comments
Making a List, Checking it Twice (Cool Ajax Sample App with ASP.NET 2.0 and Atlas)
by
ScottGu
In case you haven’t checked out the new Atlas preview release yet (which given that it shipped a few days ago and almost everyone is on vacation this week is very likely), you might want to consider finding some time to-do so when you get a chance and...
9
Comments
ASP.NET 2.0 Control Adapter Architecture
by
ScottGu
November 2006 Update : I've posted two detailed tutorial walkthroughs that discuss the ASP.NET CSS Control Adapters and how to use them in much more detail. You can check them out here and here . I'd also recommend checking out my ASP.NET Tips...
31
Comments
Upcoming Releases of Useful ASP.NET 2.0 Things
by
ScottGu
A few people have asked me about what else is coming down the road in terms of downloads and other releases for ASP.NET 2.0. Here is a non-exhaustive brain-dump of a few things coming out in the near future that we've been working on: - Major Update to...
43
Comments
VS 2003->VS 2005 Web Application Project Upgrade Tutorials Now Live
by
ScottGu
I blogged on Friday about the first preview build of the VS 2005 Web Application Project support being released . This weekend I wrote and published both the C# and VB migration tutorials that walkthrough step-by-step how to use this new web project model...
8
Comments
Free Microsoft Learning Online Course Available on ASP.NET 2.0
by
ScottGu
Brad from the Microsoft Learning team just pointed me at a cool offer. Basically it allows you to take a 3-hour ASP.NET 2.0 Training course for free if you register for it before January 4th (note: you then have up to 90 days after you register to take...
1
Comments
How to Solve Beta Install Related Package Load Failures with VS 2005
by
ScottGu
Right after VS 2005 shipped, a lot of people ran into "Package Load Errors" when trying to install and run the final release of the product. These are often the result of having some left-over VS 2005 Beta or CTP bits that weren't uninstalled completely...
2
Comments
Cross-Page Navigation Techniques in ASP.NET
by
ScottGu
Ting (one of the key guys on the ASP.NET Team) has posted an awesome blog post detailing all of the different techniques for doing Cross-Page navigation in ASP.NET, including: client-side redirects, server-side redirects, the new ASP.NET 2.0 cross-page...
0
Comments
Tip to Handle Complex Data-binding Expressions in ASP.NET
by
ScottGu
Fritz Onion has posted a good tip on how to handle complex data-binding expressions (for both ASP.NET V1.1 and ASP.NET V2.0). This is a technique that I've used too, and it can help simplify your code quite a bit. You can read all about it here . Hope...
30
Comments
First Preview Download of VS 2005 Web Application Project Model Now Available
by
ScottGu
May 8th Update : The final release of the VS 2005 Web Application Project is now live. You can learn more about it here I wrote last week about a new web project model option we are going to make available for VS 2005 (you can read the original post here...
More Posts
Next page »