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
August 2007 - Posts
35
Comments
August 30th Links: ASP.NET, ASP.NET AJAX, IIS7, Visual Studio, Silverlight, .NET
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 Recreating the Google Analytics Table as an ASP.NET GridView : Matt Berseth has...
Filed under:
ASP.NET
,
Visual Studio
,
.NET
,
Community News
,
Silverlight
,
Link Listing
77
Comments
LINQ to SQL (Part 8 - Executing Custom SQL Expressions)
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
,
Visual Studio
,
.NET
,
LINQ
,
SQL Server
73
Comments
LINQ to SQL (Part 7 - Updating our Database using Stored Procedures)
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
,
Visual Studio
,
.NET
,
LINQ
,
Data
37
Comments
Public Hotfix Patch Available for VS 2005 F5 Debugging Performance Issue with ASP.NET
by
ScottGu
Over the last year we've seen several people report having performance problems when using F5 to run/debug ASP.NET 2.0 applications using Visual Studio 2005. The problem in theses cases typically wasn't with building the project, but rather that it sometimes...
Filed under:
ASP.NET
,
Visual Studio
,
.NET
,
Tips and Tricks
31
Comments
Using ASP.NET AJAX Control Extenders in VS 2008
by
ScottGu
Over the last few weeks I've blogged about the new VS 2008 JavaScript Intellisense and VS 2008 JavaScript Debugging features in Beta 2. I've also posted about how both ASP.NET AJAX 1.0 and ASP.NET AJAX 3.5 are supported with VS 2008 , as well as how you...
Filed under:
ASP.NET
,
Visual Studio
,
.NET
,
Atlas
83
Comments
LINQ to SQL (Part 6 - Retrieving Data Using Stored Procedures)
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
,
SQL Server
76
Comments
The asp:ListView control (Part 1 - Building a Product Listing Page with Clean CSS UI)
by
ScottGu
One of the new controls in ASP.NET 3.5 that I think will be very popular is the <asp:ListView> control. The ListView control supports the data editing, insertion, deleting, paging and sorting semantics of higher-level controls like the GridView...
Filed under:
ASP.NET
,
Visual Studio
,
.NET
,
LINQ
,
Data
28
Comments
Great New ASP.NET 2.0 Data Tutorials Published
by
ScottGu
Over the last year Scott Mitchell has written 75 awesome data access tutorials covering ASP.NET 2.0 and VS 2005. You can read all of them for free on the www.asp.net site (VB and C# versions are provided for each tutorial). Earlier this week we published...
Filed under:
ASP.NET
,
Visual Studio
,
.NET
,
LINQ
,
Data
,
SQL Server
,
Community News
15
Comments
Details on my speaking events in London, Omaha, and Las Vegas
by
ScottGu
Several people have sent me mail asking what conferences I'll be speaking at over the next few months. Below are a few events where I'll be covering ASP.NET, LINQ, VS 2008 and Silverlight content: MIX:UK 07 Conference in London on September 11th and 12th...
Filed under:
ASP.NET
,
.NET
,
Talks
,
Community News
,
Silverlight
69
Comments
Using LINQ to XML (and how to build a custom RSS Feed Reader with it)
by
ScottGu
One of the big programming model improvements 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 Query...
Filed under:
ASP.NET
,
Visual Studio
,
.NET
,
LINQ
,
Data
More Posts
Next page »