<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ASP Experts &#187; Tips and Tricks</title>
	<atom:link href="http://www.aspexperts.com/tag/tips-and-tricks/feed" rel="self" type="application/rss+xml" />
	<link>http://www.aspexperts.com</link>
	<description>.net programming, mssql, c#, vb.net....</description>
	<lastBuildDate>Fri, 03 Feb 2012 19:26:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Search and Navigation Tips/Tricks with Visual Studio</title>
		<link>http://www.aspexperts.com/search-and-navigation-tipstricks-with-visual-studio</link>
		<comments>http://www.aspexperts.com/search-and-navigation-tipstricks-with-visual-studio#comments</comments>
		<pubDate>Tue, 24 Aug 2010 07:24:57 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[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 of within Visual Studio.&#160; These tips were ones that my friend Scott Cate (who has blogged dozens of great VS tips and tricks here ) recently recommended to me as good tips that most developers using Visual Studio don’t seem to know about (even though most have been in the product for awhile).&#160; Hopefully this post will help you discover them if you aren’t already taking advantage of them.&#160; They are all easy to learn, and can help save you a bunch of time. Ctrl + i - Incremental...(<a href="http://weblogs.asp.net/scottgu/archive/2010/08/24/search-and-navigation-tips-tricks-with-visual-studio.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7601788" width="1" height="1">]]></description>
			<content:encoded><![CDATA[<p>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 of within Visual Studio.&#160; These tips were ones that my friend Scott Cate (who has blogged dozens of great VS tips and tricks here ) recently recommended to me as good tips that most developers using Visual Studio don’t seem to know about (even though most have been in the product for awhile).&#160; Hopefully this post will help you discover them if you aren’t already taking advantage of them.&#160; They are all easy to learn, and can help save you a bunch of time. Ctrl + i &#8211; Incremental&#8230;(<a href="http://weblogs.asp.net/scottgu/archive/2010/08/24/search-and-navigation-tips-tricks-with-visual-studio.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7601788" width="1" height="1"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/search-and-navigation-tipstricks-with-visual-studio/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debugging Tips with Visual Studio 2010</title>
		<link>http://www.aspexperts.com/debugging-tips-with-visual-studio-2010</link>
		<comments>http://www.aspexperts.com/debugging-tips-with-visual-studio-2010#comments</comments>
		<pubDate>Thu, 19 Aug 2010 04:48:46 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[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.&#160; My friend Scott Cate (who has blogged dozens of great VS tips and tricks here ) recently highlighted these to me as good tips that most developers using Visual Studio don’t seem to know about (even though most have been in the product for awhile).&#160; Hopefully this post will help you discover them if you aren’t already taking advantage of them.&#160; They are all easy to learn, and can help save you a bunch of time. Run to Cursor (Ctrl + F10) Often I see people debugging applications by hitting a breakpoint early in their application, and then repeatedly...(<a href="http://weblogs.asp.net/scottgu/archive/2010/08/18/debugging-tips-with-visual-studio-2010.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7597055" width="1" height="1">]]></description>
			<content:encoded><![CDATA[<p>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.&#160; My friend Scott Cate (who has blogged dozens of great VS tips and tricks here ) recently highlighted these to me as good tips that most developers using Visual Studio don’t seem to know about (even though most have been in the product for awhile).&#160; Hopefully this post will help you discover them if you aren’t already taking advantage of them.&#160; They are all easy to learn, and can help save you a bunch of time. Run to Cursor (Ctrl + F10) Often I see people debugging applications by hitting a breakpoint early in their application, and then repeatedly&#8230;(<a href="http://weblogs.asp.net/scottgu/archive/2010/08/18/debugging-tips-with-visual-studio-2010.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7597055" width="1" height="1"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/debugging-tips-with-visual-studio-2010/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tip #104:  Did you know … How to view text for the ‘hint’ buttons on the Publish Web Dialog?</title>
		<link>http://www.aspexperts.com/tip-104-did-you-know-%e2%80%a6-how-to-view-text-for-the-%e2%80%98hint%e2%80%99-buttons-on-the-publish-web-dialog</link>
		<comments>http://www.aspexperts.com/tip-104-did-you-know-%e2%80%a6-how-to-view-text-for-the-%e2%80%98hint%e2%80%99-buttons-on-the-publish-web-dialog#comments</comments>
		<pubDate>Mon, 26 Apr 2010 20:00:00 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[One-Click Publish]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[publish]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[vb.net]]></category>
		<category><![CDATA[VS 2010]]></category>
		<category><![CDATA[VSTS]]></category>
		<category><![CDATA[VWD]]></category>
		<category><![CDATA[Web Deployment]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[After the Beta 2 release of Visual Studio 2010, the Publish Web Dialog was modified to include two information buttons associated with the Service URL and Site/application text boxes. (See Figure 1) Figure 1 – New information (‘hint’) buttons (see circled...(<a href="http://blogs.msdn.com/webdevelopertips/archive/2010/04/26/tip-104-did-you-know-how-to-view-text-associated-with-the-hint-informational-buttons-on-the-publish-web-dialog.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7461184" width="1" height="1">]]></description>
			<content:encoded><![CDATA[<p>After the Beta 2 release of Visual Studio 2010, the Publish Web Dialog was modified to include two information buttons associated with the Service URL and Site/application text boxes. (See Figure 1) Figure 1 – New information (‘hint’) buttons (see circled&#8230;(<a href="http://blogs.msdn.com/webdevelopertips/archive/2010/04/26/tip-104-did-you-know-how-to-view-text-associated-with-the-hint-informational-buttons-on-the-publish-web-dialog.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7461184" width="1" height="1"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/tip-104-did-you-know-%e2%80%a6-how-to-view-text-for-the-%e2%80%98hint%e2%80%99-buttons-on-the-publish-web-dialog/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tip/Trick: Fix Common SEO Problems Using the URL Rewrite Extension</title>
		<link>http://www.aspexperts.com/tiptrick-fix-common-seo-problems-using-the-url-rewrite-extension</link>
		<comments>http://www.aspexperts.com/tiptrick-fix-common-seo-problems-using-the-url-rewrite-extension#comments</comments>
		<pubDate>Tue, 20 Apr 2010 09:55:39 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[IIS7]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Search engine optimization (SEO) is important for any publically facing web-site.&#160; 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 engine queries.&#160; This can directly or indirectly increase the money you make through your site. This blog post covers how you can use the free Microsoft URL Rewrite Extension to fix a bunch of common SEO problems that your site might have.&#160; It takes less than 15 minutes (and no code changes) to apply 4 simple URL Rewrite rules to your site, and in doing so cause search engines to drive more visitors and traffic to your site.&#160; The techniques below work equally well with both ASP...(<a href="http://weblogs.asp.net/scottgu/archive/2010/04/20/tip-trick-fix-common-seo-problems-using-the-url-rewrite-extension.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7450768" width="1" height="1">]]></description>
			<content:encoded><![CDATA[<p>Search engine optimization (SEO) is important for any publically facing web-site.&#160; 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 engine queries.&#160; This can directly or indirectly increase the money you make through your site. This blog post covers how you can use the free Microsoft URL Rewrite Extension to fix a bunch of common SEO problems that your site might have.&#160; It takes less than 15 minutes (and no code changes) to apply 4 simple URL Rewrite rules to your site, and in doing so cause search engines to drive more visitors and traffic to your site.&#160; The techniques below work equally well with both ASP&#8230;(<a href="http://weblogs.asp.net/scottgu/archive/2010/04/20/tip-trick-fix-common-seo-problems-using-the-url-rewrite-extension.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7450768" width="1" height="1"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/tiptrick-fix-common-seo-problems-using-the-url-rewrite-extension/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tip#102: Did you know… How to specify tag specific formatting</title>
		<link>http://www.aspexperts.com/tip102-did-you-know%e2%80%a6-how-to-specify-tag-specific-formatting</link>
		<comments>http://www.aspexperts.com/tip102-did-you-know%e2%80%a6-how-to-specify-tag-specific-formatting#comments</comments>
		<pubDate>Thu, 25 Mar 2010 18:22:22 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[Deepak Verma]]></category>
		<category><![CDATA[Editor]]></category>
		<category><![CDATA[Formatting]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[vb.net]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>
		<category><![CDATA[visual Studio 2008 sp1]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>
		<category><![CDATA[VS2008]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Let’s see this with an example.&#160; I have the following html code on my page. Now if I format the document by selecting Edit –&#62; Format document (or Ctrl K, Ctrl D) The document becomes I want the content inside td should remain on the same line...(<a href="http://blogs.msdn.com/webdevelopertips/archive/2010/03/25/tip-102-did-you-know-how-to-specify-tag-specific-formatting.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7413222" width="1" height="1">]]></description>
			<content:encoded><![CDATA[<p>Let’s see this with an example.&#160; I have the following html code on my page. Now if I format the document by selecting Edit –&gt; Format document (or Ctrl K, Ctrl D) The document becomes I want the content inside td should remain on the same line&#8230;(<a href="http://blogs.msdn.com/webdevelopertips/archive/2010/03/25/tip-102-did-you-know-how-to-specify-tag-specific-formatting.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7413222" width="1" height="1"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/tip102-did-you-know%e2%80%a6-how-to-specify-tag-specific-formatting/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tip#101: Did you know… How to scope Theme</title>
		<link>http://www.aspexperts.com/tip101-did-you-know%e2%80%a6-how-to-scope-theme</link>
		<comments>http://www.aspexperts.com/tip101-did-you-know%e2%80%a6-how-to-scope-theme#comments</comments>
		<pubDate>Mon, 25 Jan 2010 20:22:00 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Anh Phan]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[vb.net]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>
		<category><![CDATA[visual Studio 2008 sp1]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Themes are a way to define properties of pages and controls, and can be used to provide consistent look across pages. There are several different levels of applying a theme to an individual control, a page, or an application. Control Level Define a named...(<a href="http://blogs.msdn.com/webdevelopertips/archive/2010/01/25/tip-101-did-you-know-how-to-scope-theme.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7322970" width="1" height="1">]]></description>
			<content:encoded><![CDATA[<p>Themes are a way to define properties of pages and controls, and can be used to provide consistent look across pages. There are several different levels of applying a theme to an individual control, a page, or an application. Control Level Define a named&#8230;(<a href="http://blogs.msdn.com/webdevelopertips/archive/2010/01/25/tip-101-did-you-know-how-to-scope-theme.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7322970" width="1" height="1"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/tip101-did-you-know%e2%80%a6-how-to-scope-theme/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tip#100: Did you know… How to view ASP.NET trace information?</title>
		<link>http://www.aspexperts.com/tip100-did-you-know%e2%80%a6-how-to-view-asp-net-trace-information</link>
		<comments>http://www.aspexperts.com/tip100-did-you-know%e2%80%a6-how-to-view-asp-net-trace-information#comments</comments>
		<pubDate>Sat, 19 Dec 2009 00:24:00 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Anh Phan]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[vb.net]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>
		<category><![CDATA[visual Studio 2008 sp1]]></category>
		<category><![CDATA[VSTS]]></category>
		<category><![CDATA[VWD]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[You can enable ASP.NET tracing either at an Application level or at a page level; see Tip# 77: Did you know… How to enable Page Level Tracing for your ASP.NET pages? for more information. With the tracing enabled, you can view the trace output in a trace...(<a href="http://blogs.msdn.com/webdevelopertips/archive/2009/12/18/tip-100-did-you-know-how-to-view-asp-net-trace-information.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7284138" width="1" height="1">]]></description>
			<content:encoded><![CDATA[<p>You can enable ASP.NET tracing either at an Application level or at a page level; see Tip# 77: Did you know… How to enable Page Level Tracing for your ASP.NET pages? for more information. With the tracing enabled, you can view the trace output in a trace&#8230;(<a href="http://blogs.msdn.com/webdevelopertips/archive/2009/12/18/tip-100-did-you-know-how-to-view-asp-net-trace-information.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7284138" width="1" height="1"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/tip100-did-you-know%e2%80%a6-how-to-view-asp-net-trace-information/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

