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 Forms
Windows Phone
WPF
WPF/E
News
Navigation
Home
Blogs
Archives
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
Browse by Tags
All Tags
»
Tips and Tricks
(
RSS
)
.NET
ASP.NET
Atlas
Community News
Data
IIS7
LINQ
Security
Silverlight
SQL Server
Talks
Visual Studio
WPF
WPF/E
Search and Navigation Tips/Tricks with Visual Studio
by
ScottGu
This is the twenty-seventh in a series of blog posts I’m doing on the VS 2010 and .NET 4 release. Today’s blog post continues on from the Debugging Tips post I did last week, and covers some useful searching and navigation tips/tricks you can take advantage...
Filed under:
Visual Studio
,
.NET
,
Tips and Tricks
Debugging Tips with Visual Studio 2010
by
ScottGu
This is the twenty-sixth in a series of blog posts I’m doing on the VS 2010 and .NET 4 release. Today’s blog post covers some useful debugging tips that you can use with Visual Studio. My friend Scott Cate (who has blogged dozens of great VS tips...
Filed under:
Visual Studio
,
.NET
,
Tips and Tricks
Tip/Trick: Fix Common SEO Problems Using the URL Rewrite Extension
by
ScottGu
Search engine optimization (SEO) is important for any publically facing web-site. A large % of traffic to sites now comes directly from search engines, and improving your site’s search relevancy will lead to more users visiting your site from search...
Filed under:
ASP.NET
,
.NET
,
IIS7
,
Tips and Tricks
Tip/Trick: Increase your VS screen real estate by disabling HTML Navigation Bar
by
ScottGu
Below is a tip/trick I twittered via my Twitter account earlier today. A number of people seemed interested in – so I thought i'd blog it here too. HTML Navigation Bar in VS 2008 By default, when you are in HTML source-editing mode with VS 2008...
Filed under:
ASP.NET
,
Visual Studio
,
.NET
,
Tips and Tricks
Tip/Trick: Creating and Using Silverlight and WPF User Controls
by
ScottGu
One of the fundamental design goals of Silverlight and WPF is to enable developers to be able to easily encapsulate UI functionality into re-usable controls. You can implement new custom controls by deriving a class from one of the existing Control classes...
Filed under:
Visual Studio
,
.NET
,
Tips and Tricks
,
WPF
,
Silverlight
Tip/Trick: Hard Drive Speed and Visual Studio Performance
by
ScottGu
People often ask me at conferences for PC hardware recommendations. Specifically - "what type of machine do you recommend I get for doing development with Visual Studio?" and/or "your laptop seems really fast, what type is it?" Some of my recommendations...
Filed under:
ASP.NET
,
Visual Studio
,
.NET
,
Tips and Tricks
Tip/Trick: Building a ToJSON() Extension Method using .NET 3.5
by
ScottGu
Earlier this year I blogged about a new language extensibility feature of C# and VB called "Extension Methods". Extension methods allow developers to add new methods to the public contract of an existing CLR type, without having to sub-class it or recompile...
Filed under:
ASP.NET
,
Visual Studio
,
.NET
,
LINQ
,
Tips and Tricks
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
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
July 4th Links: ASP.NET, ASP.NET AJAX, Visual Studio, Silverlight and IIS7
by
ScottGu
I've fallen behind on my weekly link-listing series - apologies for the delay. ASP.NET ASP.NET RSSToolkit 2.0 Released : One of the cool projects for ASP.NET 2.0 that was released last year was this free RSS Toolkit - which makes consuming and exposing...
Filed under:
ASP.NET
,
Visual Studio
,
.NET
,
Atlas
,
Tips and Tricks
,
Silverlight
More Posts
Next page »