<?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; Tools</title>
	<atom:link href="http://www.aspexperts.com/tag/tools/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>Useful Visual Studio Extension &#8211; Web Essentials from Mads Kristensen</title>
		<link>http://www.aspexperts.com/useful-visual-studio-extension-web-essentials-from-mads-kristensen</link>
		<comments>http://www.aspexperts.com/useful-visual-studio-extension-web-essentials-from-mads-kristensen#comments</comments>
		<pubDate>Tue, 08 Nov 2011 01:03:02 +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[VS2010]]></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[programming]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Visual Studio 2010 is really extensible and that&#039;s allowed many folks on the team to try out new features for Web Development without having to rebuild Visual Studio itself. One of those &#34;playground&#34; extensions is called &#34; Web Essent...]]></description>
			<content:encoded><![CDATA[<p>Visual Studio 2010 is really extensible and that&#39;s allowed many folks on the team to try out new features for Web Development without having to rebuild Visual Studio itself. One of those &quot;playground&quot; extensions is called &quot; Web Essentials &quot; by Mads Kristensen. Mads handles HTML5 and CSS3 tools for our team. You might remember Mads from when we released the Web Standards Update a few months back. Web Essentials is Mads&#39; playground and it&#39;s pretty awesome. It&#39;s so awesome that I think you should check it out and then, *ahem*,&#160; leave a comment on this post encouraging Mads and gentle urging his boss(es) to get these features into the next version of Visual Studio. First, it adds a few nice touches to the&#8230;(<a href="http://feedproxy.google.com/~r/ScottHanselmanASPNET/~3/4r1g-eLPrR0/UsefulVisualStudioExtensionWebEssentialsFromMadsKristensen.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=8038111" width="1" height="1"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/useful-visual-studio-extension-web-essentials-from-mads-kristensen/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SlowCheetah &#8211; Web.config Transformation Syntax now generalized for any XML configuration file</title>
		<link>http://www.aspexperts.com/slowcheetah-web-config-transformation-syntax-now-generalized-for-any-xml-configuration-file</link>
		<comments>http://www.aspexperts.com/slowcheetah-web-config-transformation-syntax-now-generalized-for-any-xml-configuration-file#comments</comments>
		<pubDate>Tue, 23 Aug 2011 08:49:20 +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[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[Tools]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I did a post last year called If You&#039;re Using XCopy, You&#039;re Doing It Wrong that also included a video of my talk at Mix10 where I show how to deploy website with Web Deploy. One of the cooler not-very-well-known features is called Web.config Tr...]]></description>
			<content:encoded><![CDATA[<p>I did a post last year called If You&#39;re Using XCopy, You&#39;re Doing It Wrong that also included a video of my talk at Mix10 where I show how to deploy website with Web Deploy. One of the cooler not-very-well-known features is called Web.config Transformation. Once folks see it, then immediately want a general solution. First, from the previous post: You can right-click on your web.config and click &quot;Add Config Transforms.&quot; When you do this, you&#39;ll get a web.debug.config and a web.release.config. You can make a web.whatever.config if you like, as long as the name lines up with a configuration profile. These files are just the changes you want made, not a complete copy of your web.config. You might think you&#39;d want to use&#8230;(<a href="http://feedproxy.google.com/~r/ScottHanselmanASPNET/~3/f93ylyXk6rg/SlowCheetahWebconfigTransformationSyntaxNowGeneralizedForAnyXMLConfigurationFile.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7921857" width="1" height="1"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/slowcheetah-web-config-transformation-syntax-now-generalized-for-any-xml-configuration-file/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CoffeeScript, Sass and LESS support for Visual Studio and ASP.NET with the Mindscape Web Workbench</title>
		<link>http://www.aspexperts.com/coffeescript-sass-and-less-support-for-visual-studio-and-asp-net-with-the-mindscape-web-workbench</link>
		<comments>http://www.aspexperts.com/coffeescript-sass-and-less-support-for-visual-studio-and-asp-net-with-the-mindscape-web-workbench#comments</comments>
		<pubDate>Fri, 22 Jul 2011 22:06:37 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></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[Open Source]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[There&#039;s some really impressive stuff happening in the .NET Community lately. Folks are reaching outside their standard built-in tools and pulling inspiration from everywhere. It&#039;s been said that (some) Microsoft developers don&#039;t like to use...]]></description>
			<content:encoded><![CDATA[<p>There&#39;s some really impressive stuff happening in the .NET Community lately. Folks are reaching outside their standard built-in tools and pulling inspiration from everywhere. It&#39;s been said that (some) Microsoft developers don&#39;t like to use tools or technologies that aren&#39;t built in to Visual Studio. However, myself and others have been pushing the concept of LEGO blocks snapping together. Rather than thinking of Visual Studio as a giant single block, consider it as a small block amongst many others. Feel empowered to choose the technologies that work for you and discarding the ones that don&#39;t. I talked about this LEGO analogy in my DevDays keynote in The Netherlands earlier in the year . Snap in tools like the HTML5 Web&#8230;(<a href="http://feedproxy.google.com/~r/ScottHanselmanASPNET/~3/rpYSVwWhYcg/CoffeeScriptSassAndLESSSupportForVisualStudioAndASPNETWithTheMindscapeWebWorkbench.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7879777" width="1" height="1"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/coffeescript-sass-and-less-support-for-visual-studio-and-asp-net-with-the-mindscape-web-workbench/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DotPeek from JetBrains–Free .NET Decompiler</title>
		<link>http://www.aspexperts.com/dotpeek-from-jetbrains%e2%80%93free-net-decompiler</link>
		<comments>http://www.aspexperts.com/dotpeek-from-jetbrains%e2%80%93free-net-decompiler#comments</comments>
		<pubDate>Thu, 19 May 2011 12:32:06 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></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[programming]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Some years ago Lutz Roeder, a clever your guy at Microsoft built a decompiler for .NET assemblies and made it freely available to the developer community. (Reflector) A couple of years ago Red Gate Software acquired Reflector and earlier this year anno...]]></description>
			<content:encoded><![CDATA[<p>Some years ago Lutz Roeder, a clever your guy at Microsoft built a decompiler for .NET assemblies and made it freely available to the developer community. (Reflector) A couple of years ago Red Gate Software acquired Reflector and earlier this year announced that it would no longer be free. Due to the massive backlash of [...] Read More&#8230;&#8230;(<a href="http://feedproxy.google.com/~r/MSJoe/~3/dIKQ44PhdYA/">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7796453" width="1" height="1"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/dotpeek-from-jetbrains%e2%80%93free-net-decompiler/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Win7 Mobile Development Tools</title>
		<link>http://www.aspexperts.com/win7-mobile-development-tools</link>
		<comments>http://www.aspexperts.com/win7-mobile-development-tools#comments</comments>
		<pubDate>Thu, 23 Sep 2010 20:58:21 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></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[Mobile]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[vb.net]]></category>
		<category><![CDATA[Win7]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[If you haven’t installed the Visual Studio Mobile tools for building Win7 applications I would highly recommend you do so now via one of the following links: Main Site: http://developer.windowsphone.com/ FWLINK: Windows Phone Developer Tools The release notes can be found here: Release Notes Programming Resources: http://charlespetzold.com/phone/index.html Channel 9 Training: http://channel9.msdn.com/learn/courses/WP7TrainingKit/ Windows Phone Developer Forums: http://social.msdn.microsoft.com/Forums/en-US/windowsphone7series XNA Creators Club: http://creators.xna.com/en-US/ Pre-Requites: Uninstall any non-RTM versions of VS 2010. Thanks, –Mike Read More......(<a href="http://blogs.msdn.com/b/webdevtools/archive/2010/09/23/win7_2D00_mobile_2D00_development_2D00_tools.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7620254" width="1" height="1">]]></description>
			<content:encoded><![CDATA[<p>If you haven’t installed the Visual Studio Mobile tools for building Win7 applications I would highly recommend you do so now via one of the following links: Main Site: http://developer.windowsphone.com/ FWLINK: Windows Phone Developer Tools The release notes can be found here: Release Notes Programming Resources: http://charlespetzold.com/phone/index.html Channel 9 Training: http://channel9.msdn.com/learn/courses/WP7TrainingKit/ Windows Phone Developer Forums: http://social.msdn.microsoft.com/Forums/en-US/windowsphone7series XNA Creators Club: http://creators.xna.com/en-US/ Pre-Requites: Uninstall any non-RTM versions of VS 2010. Thanks, –Mike Read More&#8230;&#8230;(<a href="http://blogs.msdn.com/b/webdevtools/archive/2010/09/23/win7_2D00_mobile_2D00_development_2D00_tools.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7620254" width="1" height="1"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/win7-mobile-development-tools/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SmallestDotNet Update &#8211; Now with .NET 4 support and an includable JavaScript API</title>
		<link>http://www.aspexperts.com/smallestdotnet-update-now-with-net-4-support-and-an-includable-javascript-api</link>
		<comments>http://www.aspexperts.com/smallestdotnet-update-now-with-net-4-support-and-an-includable-javascript-api#comments</comments>
		<pubDate>Tue, 09 Feb 2010 05:44:03 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[VS2010]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Learning .NET]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Source Code]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[vb.net]]></category>
		<category><![CDATA[Windows Client]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[A few years back I wrote a post on the size of the .NET Framework . There&#39;s historically been a lot of confusion on the site of the .NET Framework. If you search around on the web for &#34;.NET Framework&#34; or &#34;.NET Framework Redistributable&#34; you&#39;ll often get a link to a 200 meg download. That download is the complete offline thing that developers redistribute when they want to install the .NET Framework on any kind of machine without an internet connection. The .NET 3.5 Client Profile is more like 28 megs and the .NET 4 Client Profile is a looking smaller that than, in fact. Back then I made this website, SmallestDotNet.com to help out. It&#39;ll sniff your browser&#39;s UserAgent and tell you want version of .NET you...(<a href="http://feedproxy.google.com/~r/ScottHanselmanASPNET/~3/fHEl4oH4Arc/SmallestDotNetUpdateNowWithNET4SupportAndAnIncludableJavaScriptAPI.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7339922" width="1" height="1">]]></description>
			<content:encoded><![CDATA[<p>A few years back I wrote a post on the size of the .NET Framework . There&#39;s historically been a lot of confusion on the site of the .NET Framework. If you search around on the web for &quot;.NET Framework&quot; or &quot;.NET Framework Redistributable&quot; you&#39;ll often get a link to a 200 meg download. That download is the complete offline thing that developers redistribute when they want to install the .NET Framework on any kind of machine without an internet connection. The .NET 3.5 Client Profile is more like 28 megs and the .NET 4 Client Profile is a looking smaller that than, in fact. Back then I made this website, SmallestDotNet.com to help out. It&#39;ll sniff your browser&#39;s UserAgent and tell you want version of .NET you&#8230;(<a href="http://feedproxy.google.com/~r/ScottHanselmanASPNET/~3/fHEl4oH4Arc/SmallestDotNetUpdateNowWithNET4SupportAndAnIncludableJavaScriptAPI.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7339922" width="1" height="1"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/smallestdotnet-update-now-with-net-4-support-and-an-includable-javascript-api/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2009 Blogged &#8211; Greatest Hits</title>
		<link>http://www.aspexperts.com/2009-blogged-greatest-hits</link>
		<comments>http://www.aspexperts.com/2009-blogged-greatest-hits#comments</comments>
		<pubDate>Fri, 01 Jan 2010 06:08:45 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[Speaking]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Africa]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[Back to Basics]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[channel9]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Musings]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Source Code]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[vb.net]]></category>
		<category><![CDATA[Win7]]></category>
		<category><![CDATA[Windows Client]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[While I (really) unplugged in December of 2009, you can access a nice calendar of all my 2009 posts (as well as other years) at this link . In 2008 I published a Greatest Hits post that I will keep updated, but here&#39;s a list of links to the posts I most enjoyed writing this last year. I hope you find some of them useful, and perhaps you missed one or two or you just started reading recently and this 2009 &#34;Greatest Hits&#34; Post will catch you up on the stuff I was thinking about this year. General Geekery Painful Reminder: Focus on Core Competencies (and Back Stuff Up) 10 Awesome Things I Remember About Computers FizzBin - The Technical Support Secret Handshake Paving my machine for a fresh 2009 - First-Pass Must-Haves Low Bandwidth...(<a href="http://feedproxy.google.com/~r/ScottHanselmanASPNET/~3/iNv4B5qlEnA/2009BloggedGreatestHits.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7296855" width="1" height="1">]]></description>
			<content:encoded><![CDATA[<p>While I (really) unplugged in December of 2009, you can access a nice calendar of all my 2009 posts (as well as other years) at this link . In 2008 I published a Greatest Hits post that I will keep updated, but here&#39;s a list of links to the posts I most enjoyed writing this last year. I hope you find some of them useful, and perhaps you missed one or two or you just started reading recently and this 2009 &quot;Greatest Hits&quot; Post will catch you up on the stuff I was thinking about this year. General Geekery Painful Reminder: Focus on Core Competencies (and Back Stuff Up) 10 Awesome Things I Remember About Computers FizzBin &#8211; The Technical Support Secret Handshake Paving my machine for a fresh 2009 &#8211; First-Pass Must-Haves Low Bandwidth&#8230;(<a href="http://feedproxy.google.com/~r/ScottHanselmanASPNET/~3/iNv4B5qlEnA/2009BloggedGreatestHits.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7296855" width="1" height="1"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/2009-blogged-greatest-hits/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

