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 (2)
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
July 2007 - Posts
114
Comments
LINQ to SQL Debug Visualizer
by
ScottGu
Probably the biggest programming model improvement being made in .NET 3.5 is the work being done to make querying data a first class programming concept. We call this overall querying programming model "LINQ", which stands for .NET Language Integrated...
Filed under:
ASP.NET
,
Visual Studio
,
.NET
,
LINQ
,
Data
,
SQL Server
66
Comments
Enabling Vertical Split View in VS 2008
by
ScottGu
Last week I blogged about the new HTML web designer and CSS support in VS 2008 . In it I talked about the new "split-view" feature that allows you to see both the HTML source and the Design View of a page at the same-time, and easily have any changes...
Filed under:
ASP.NET
,
Visual Studio
,
.NET
56
Comments
ASP.NET AJAX in .NET 3.5 and VS 2008
by
ScottGu
In the past I've blogged about the JavaScript and AJAX improvements with VS 2008 JavaScript Intellisense and VS 2008 JavaScript debugging . Below are a few notes about some of the ASP.NET AJAX runtime features coming as part of the VS 2008 and .NET 3...
Filed under:
ASP.NET
,
Visual Studio
,
.NET
,
Atlas
88
Comments
Nice VS 2008 Code Editing Improvements
by
ScottGu
I've blogged in the past about some of the text editor improvements in VS 2008 that have been made for JavaScript intellisense and CSS style intellisense . Recently I was looking over the shoulder of someone writing some code, and saw them using some...
Filed under:
ASP.NET
,
Visual Studio
,
.NET
,
LINQ
388
Comments
VS 2008 and .NET 3.5 Beta 2 Released
by
ScottGu
I'm very pleased to announce that the Beta 2 release of VS 2008 and .NET 3.5 Beta2 is now available for download. You can download the Visual Studio 2008 product here . You can alternatively download the smaller VS 2008 Express Editions here . VS 2008...
Filed under:
ASP.NET
,
Visual Studio
,
.NET
,
LINQ
,
Atlas
,
WPF
93
Comments
VS 2008 Web Designer and CSS Support
by
ScottGu
One of the big features that web developers will quickly discover with VS 2008 is its dramatically improved HTML designer, and the rich CSS support it brings. VS 2008 now uses the same web designer that ships with Microsoft's new Expression Web product...
Filed under:
ASP.NET
,
Visual Studio
,
.NET
143
Comments
First Look at IronRuby
by
ScottGu
Over the last few years we've been working to make .NET and the CLR a great environment for dynamic languages. About 14 months ago we formed a dedicated group within my team that has been focused on adding richer CLR runtime support for dynamic languages...
Filed under:
.NET
90
Comments
VS 2008 JavaScript Debugging
by
ScottGu
A few weeks ago I blogged about the new JavaScript Intellisense support in VS 2008 . One of the other JavaScript features that I'm sure will be popular in VS 2008 is the much-improved support for JavaScript debugging. This is enabled in both the free...
Filed under:
ASP.NET
,
Visual Studio
,
.NET
,
Atlas
180
Comments
LINQ to SQL (Part 5 - Binding UI using 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 easily model relational databases...
Filed under:
ASP.NET
,
Visual Studio
,
.NET
,
LINQ
,
Data
,
SQL Server
156
Comments
LINQ to SQL (Part 4 - Updating our Database)
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 easily model relational databases...
Filed under:
ASP.NET
,
Visual Studio
,
.NET
,
LINQ
,
Data
,
SQL Server
More Posts
Next page »