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
September 2007 - Posts
42
Comments
IIS 7.0 Hits RC0 - Lots of cool new IIS7 Extensions Also Now Available
by
ScottGu
One of the products that my team builds that I am most proud of is IIS 7. IIS 7 is a *major* update of our web-server stack, and introduces a significantly new and improved extensibility, configuration, and administration architecture. I've blogged about...
Filed under:
ASP.NET
,
.NET
,
IIS7
31
Comments
September 23rd Links: VS, ASP.NET, ASP.NET AJAX, Silverlight, WPF
by
ScottGu
Here is the latest in my link-listing series . Also check out my ASP.NET Tips, Tricks and Tutorials page for links to popular articles I've done myself in the past. Visual Studio 11 Visual Studio 2005 IDE Tips and Tricks to Make You a More Productive...
Filed under:
ASP.NET
,
Visual Studio
,
Atlas
,
Community News
,
WPF
,
Silverlight
,
Link Listing
49
Comments
Tip/Trick: Automating Dev, QA, Staging, and Production Web.Config Settings with VS 2005
by
ScottGu
One of the questions I get asked fairly regularly is: "how can I can easily change different configuration settings in my web.config file based on whether my application is in a dev, qa, staging or production mode?" The most common scenario for this is...
Filed under:
ASP.NET
,
Visual Studio
,
.NET
,
Tips and Tricks
58
Comments
The C# ?? null coalescing operator (and using it with LINQ)
by
ScottGu
One of the subtle (but cool) language features of C# is the ?? "null coalescing" operator. This provides a nice, terse way to check whether a value is null, and if so return an alternate value. Simple Example Usages Several folks have blogged about the...
Filed under:
ASP.NET
,
Visual Studio
,
.NET
,
LINQ
30
Comments
VS 2008 Support to Treat HTML, CSS and JScript Validation issues as warnings instead of errors
by
ScottGu
One of the features that VS 2005 added was support for HTML source validation . This enabled you to validate your page markup against different HTML schemas and standards (XHTML Transitional/Strict, HTML 4.01, various browser types, etc). You could also...
Filed under:
ASP.NET
,
Visual Studio
,
.NET
35
Comments
September 16th Links: ASP.NET, ASP.NET AJAX, IIS7, Visual Studio, Silverlight
by
ScottGu
Here is the latest in my link-listing series . Also check out my ASP.NET Tips, Tricks and Tutorials page for links to popular articles I've done myself in the past. ASP.NET Creating a User Polling System with ASP.NET 2.0 : Scott Mitchell has written a...
Filed under:
ASP.NET
,
Visual Studio
,
.NET
,
Atlas
,
Community News
,
Silverlight
,
Link Listing
60
Comments
My Slides/Samples from MIX:UK - Building Silverlight Apps with .NET and Building ASP.NET Apps with VS 2008
by
ScottGu
The last two days I've been speaking at the the MIX:UK conference that was held this week in London. We had a sold out crowd of 500 people come to learn more about some of the new Microsoft web technologies. I gave 5 talks at the conference, including...
Filed under:
ASP.NET
,
Visual Studio
,
.NET
,
Talks
,
Community News
,
Silverlight
77
Comments
LINQ to SQL (Part 9 - Using a Custom LINQ Expression with the <asp:LinqDatasource> control)
by
ScottGu
Over the last few weeks I've been writing a series of blog posts that cover LINQ to SQL. LINQ to SQL is a built-in O/RM (object relational mapper) that ships in the .NET Framework 3.5 release, and which enables you to model relational databases using...
Filed under:
ASP.NET
,
.NET
,
LINQ
,
Data
271
Comments
Silverlight 1.0 Released and Silverlight for Linux Announced
by
ScottGu
Silverlight is a cross platform, cross browser plug-in that enables designers and developers to build rich media experiences and .NET based RIAs for the web. I first blogged about Silverlight back in May after we announced it at our MIX conference in...
Filed under:
.NET
,
Community News
,
Silverlight
More Posts