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
December 2005 - Posts
10
Comments
Cool SQL Server and SQL Express Command-Line Utility
by
ScottGu
Brad on my team recently pointed me at a cool command-line SQL/SQL Express utility that might be useful for people to keep in the tool chest. It is free and you can download it here . It includes a useful doc-file that walks-through the various commands...
60
Comments
Logging ASP.NET Application Shutdown Events
by
ScottGu
Someone on a listserv recently asked whether there was a way to figure out why and when ASP.NET restarts application domains. Specifically, he was looking for the exact cause of what was triggering them on his application in a production shared hosted...
5
Comments
Customizing Web Deployments with MSBuild
by
ScottGu
Douglas Rohm has written up a great article on customizing web builds using MSBuild and the Visual Studio 2005 Web Deployment project . Among other cool things in the article, he walks-through the source code for how to automatically base build-numbers...
7
Comments
Disk Based Output Caching Feature Now Available for ASP.NET 2.0
by
ScottGu
Dmitry continues to crank out cool ASP.NET utilities you can use. A little earlier today he posted a Disk-based Output Caching Module for ASP.NET 2.0 complete with full source code. There are two big advantage this module provides over the built-in in...
11
Comments
CSS Code Generator and some Cool ASP.NET UI Design Templates you can use
by
ScottGu
Paschal has a cool post on some CSS layout generators out on the web today. I've been getting into CSS more lately for a site template I've been working on in my free time (which unfortunately hasn't been much lately), and one of the things I'm always...
1
Comments
Using the Free CLR Profiler with the ASP.NET 2.0 WebDev Web-Server (aka Cassini)
by
ScottGu
K. Scott Allen has made some great blog posts the last few months. Yesterday he posted a new blog entry on how to use the free Microsoft CLR Profiler that is now available for download to analyze ASP.NET 2.0 applications running in the built-in VS web...
7
Comments
"CSS Properties Window" Download Available for VS 2005
by
ScottGu
One of the process things we've been doing on our team lately has been to provide an opportunity for team members to spend time building and shipping personal projects that enhance the core shipping products. On the updated www.asp.net site that we launched...
0
Comments
Grid and Flow Modes in VS 2005 and Visual Web Developer
by
ScottGu
One of the changes made between VS 2003 and VS 2005 was to change the default page layout mode in the WYSIWYG designer from "Grid" to "Flow" mode. Mike Pope has a good post that talks about how to enable and still use 2D grid-layout mode if you prefer...
133
Comments
Sending Email with System.Net.Mail
by
ScottGu
.NET 2.0 includes much richer Email API support within the System.Net.Mail code namespace. I've seen a few questions from folks wondering about how to get started with it. Here is a simple snippet of how to send an email message from “sender@foo.bar.com...
33
Comments
How To Share Authentication Cookies across ASP.NET V1.1 and ASP.NET V2.0 Applications
by
ScottGu
ASP.NET V1.0 introduced a powerful forms-authentication model that provides the infrastructure plumbing necessary to issue authentication tickets to incoming browsers as http cookies, and then automatically decrypt them on each request so that you can...
More Posts
« Previous page
-
Next page »