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
Ajax
ASP.NET
Atlas
Azure
Commerce Server
Community News
Data
IIS7
jQuery
Link Listing
LINQ
MVC
NuGet
Security
Silverlight
SQL Server
Talks
Tips and Tricks
Visual Studio
Web API
Web Forms
Windows Phone
WPF
WPF/E
News
Navigation
Home
Blogs
Archives
May 2013 (1)
April 2013 (8)
March 2013 (2)
February 2013 (1)
January 2013 (5)
December 2012 (5)
November 2012 (4)
October 2012 (4)
September 2012 (2)
August 2012 (3)
July 2012 (3)
June 2012 (3)
April 2012 (4)
March 2012 (1)
February 2012 (2)
January 2012 (4)
December 2011 (3)
November 2011 (1)
October 2011 (1)
September 2011 (4)
August 2011 (2)
June 2011 (1)
May 2011 (7)
April 2011 (2)
March 2011 (5)
February 2011 (5)
January 2011 (6)
December 2010 (10)
November 2010 (7)
October 2010 (5)
September 2010 (10)
August 2010 (8)
July 2010 (10)
June 2010 (7)
May 2010 (9)
April 2010 (12)
March 2010 (6)
February 2010 (8)
January 2010 (8)
December 2009 (4)
November 2009 (4)
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
April 2007 - Posts
30
Comments
IIS 7.0 Beta3 Ships with a Go-Live License
by
ScottGu
This week we shipped IIS 7.0 Beta 3 as part of the Windows "Longhorn" Server release. IIS 7.0 is the biggest release of IIS in the history of the product, and brings with it major improvements to the Microsoft web-server stack. This article and this blog...
Filed under:
ASP.NET
,
.NET
,
IIS7
,
Community News
44
Comments
Javascript Intellisense in Visual Studio "Orcas"
by
ScottGu
In February I did a blog post called My "First Look at Orcas" Presentation . It provided a good summary of some of the cool web development features coming with Visual Studio "Orcas". If you haven't had a chance to read it, I recommend checking it out...
Filed under:
ASP.NET
,
Visual Studio
,
.NET
,
Atlas
27
Comments
Public Hotfix Patch for VS "Index was outside the bounds of the array" Publish Website Issue
by
ScottGu
Two weeks ago I posted about the availability of a public hotfix patch for some ASP.NET 2.0 compilation issues. You can read about this patch in my post here . In the comments of that post several people asked about an issue they've encountered with Visual...
Filed under:
ASP.NET
,
Visual Studio
,
.NET
,
Community News
66
Comments
New "Orcas" Language Feature: Query Syntax
by
ScottGu
Last month I started a series of posts covering some of the new VB and C# language features that are coming as part of the Visual Studio and .NET Framework "Orcas" release. Here are pointers to the first three posts in my series: Automatic Properties...
Filed under:
ASP.NET
,
.NET
,
LINQ
,
Data
19
Comments
Update of SQL Server Database Publishing Toolkit for Web Hosting
by
ScottGu
A few months ago I posted about the new SQL Server Database Publishing Hosting Toolkit built and published by the SQL Server team. You can read about what it offers and how to use it in these previous two blog posts of mine: Recipe: Deploying a SQL Database...
Filed under:
ASP.NET
,
.NET
,
SQL Server
,
Community News
23
Comments
Working with Data in ASP.NET 2.0
by
ScottGu
A ton of great articles and tutorials on working with data in ASP.NET 2.0 applications has been published recently. This post highlights a few of them: Working with Data in ASP.NET 2.0 Tutorial Series Scott Mitchell recently finished writing his multi...
Filed under:
ASP.NET
,
.NET
,
Data
,
Community News
55
Comments
Public Hotfix Patch Available for ASP.NET Compilation Issues
by
ScottGu
Over the last year we've found and fixed a few ASP.NET 2.0 compilation bugs that people have reported running into. The cause of these bugs is varied - but the root cause usually is related to having projects structured with particular cross page circular...
Filed under:
ASP.NET
,
Visual Studio
,
.NET
,
Community News
80
Comments
New "Orcas" Language Feature: Lambda Expressions
by
ScottGu
Last month I started a series of posts covering some of the new VB and C# language features that are coming as part of the Visual Studio and .NET Framework "Orcas" release. Here are the first two posts in the series: Automatic Properties, Object Initializer...
Filed under:
ASP.NET
,
.NET
,
LINQ
,
Data
30
Comments
Tip/Trick: Enabling SSL on IIS 7.0 Using Self-Signed Certificates
by
ScottGu
SSL enables browsers to communicate with a web-server over a secure channel that prevents eavesdropping, tampering and message forgery. You should always use SSL for login pages where users are entering usernames/passwords, as well as for all other sensitive...
Filed under:
ASP.NET
,
IIS7
,
Security
,
Tips and Tricks
53
Comments
JSON Hijacking and How ASP.NET AJAX 1.0 Avoids these Attacks
by
ScottGu
Recently some reports have been issued by security researchers describing ways hackers can use the JSON wire format used by most popular AJAX frameworks to try and exploit cross domain scripts within browsers. Specifically, these attacks use HTTP GET...
Filed under:
ASP.NET
,
.NET
,
Atlas
,
Security
More Posts
Next page »