<?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>Jack @ ASP.NET &#187; Code</title>
	<atom:link href="http://jack-fx.com/net/tag/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://jack-fx.com/net</link>
	<description>As a software developer, I still Focus on .NET, internet, asp.net, C# and so on. I</description>
	<lastBuildDate>Wed, 01 Feb 2012 14:47:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Visual Studio 2010 Pro Power Tools, It Is Free!</title>
		<link>http://jack-fx.com/net/2010/06/09/visual-studio-2010-pro-power-tools-it-is-free/</link>
		<comments>http://jack-fx.com/net/2010/06/09/visual-studio-2010-pro-power-tools-it-is-free/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 06:21:58 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[c amp]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[clipboard format]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[default colour]]></category>
		<category><![CDATA[developer productivity]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[information bar]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[nbsp]]></category>
		<category><![CDATA[VB]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2010/06/09/visual-studio-2010-pro-power-tools-it-is-free/</guid>
		<description><![CDATA[A set of extensions to Visual Studio Professional (and above) which improves developer productivity. Searchable Add Reference Dialog The new Add Reference dialog makes it faster and easier for you to find the reference that you are looking for and add it to your VB, C# or F# project.&#160; From the Solution Explorer, simply right [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2010/06/09/visual-studio-2010-pro-power-tools-it-is-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips and Tricks for the Visual Studio .NET IDE</title>
		<link>http://jack-fx.com/net/2010/01/22/tips-and-tricks-for-the-visual-studio-net-ide/</link>
		<comments>http://jack-fx.com/net/2010/01/22/tips-and-tricks-for-the-visual-studio-net-ide/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 05:53:34 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[block selection]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[code snippets]]></category>
		<category><![CDATA[cursor positions]]></category>
		<category><![CDATA[H. This]]></category>
		<category><![CDATA[Hide]]></category>
		<category><![CDATA[keyboard keys]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[R Ctrl]]></category>
		<category><![CDATA[tab]]></category>
		<category><![CDATA[Task]]></category>
		<category><![CDATA[vertical block]]></category>
		<category><![CDATA[window]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2010/01/22/tips-and-tricks-for-the-visual-studio-net-ide/</guid>
		<description><![CDATA[1. Record and play temporary macro Ctrl+Shift+R to record a new temporary macro. Press Ctrl+Shift+R to stop recording. Ctrl+Shift+P to play the recorded macro. This works similar to *recording* in Vim. If you think you are going to be repeating a set of keyboard keys, then record them once and play them each time after. [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2010/01/22/tips-and-tricks-for-the-visual-studio-net-ide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Interview Questions and Answers</title>
		<link>http://jack-fx.com/net/2010/01/19/asp-net-interview-questions-and-answers/</link>
		<comments>http://jack-fx.com/net/2010/01/19/asp-net-interview-questions-and-answers/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 01:18:06 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[code server]]></category>
		<category><![CDATA[data validation]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[server side code]]></category>
		<category><![CDATA[server transfer]]></category>
		<category><![CDATA[session objects]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2010/01/19/asp-net-interview-questions-and-answers/</guid>
		<description><![CDATA[1. Explain the differences between Server-side and Client-side code? Server-side code executes on the server. Client-side code executes in the client&#8217;s browser. 2. What type of code (server or client) is found in a Code-Behind class? Server-side code. Since code-behind is executed on the server. However, during the code-behind&#8217;s execution on the server, it can [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2010/01/19/asp-net-interview-questions-and-answers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Hack the ASP.NET Parser</title>
		<link>http://jack-fx.com/net/2009/12/04/how-to-hack-the-asp-net-parser/</link>
		<comments>http://jack-fx.com/net/2009/12/04/how-to-hack-the-asp-net-parser/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 09:41:48 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[abstraction]]></category>
		<category><![CDATA[asp.net parser]]></category>
		<category><![CDATA[BuildProviders]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[compliation]]></category>
		<category><![CDATA[context]]></category>
		<category><![CDATA[ControlBuilders]]></category>
		<category><![CDATA[ExpressionBuilders]]></category>
		<category><![CDATA[PageParserFilters]]></category>
		<category><![CDATA[parser]]></category>
		<category><![CDATA[quot]]></category>
		<category><![CDATA[repeater id]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[virtual path]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2009/12/04/how-to-hack-the-asp-net-parser/</guid>
		<description><![CDATA[The ASP.NET compliation system is pretty complex. There are all kinds of extensibility points, including BuildProviders, PageParserFilters, ControlBuilders, ExpressionBuilders and the list goes on. One unknown *feature* of the parser is it’s ability to generate code from something called an InstanceDescriptor. The parser has a special way of dealing with ITemplate properties so if we [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2009/12/04/how-to-hack-the-asp-net-parser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert a Web Site Project to a Web Application Project</title>
		<link>http://jack-fx.com/net/2009/11/04/convert-a-web-site-project-to-a-web-application-project/</link>
		<comments>http://jack-fx.com/net/2009/11/04/convert-a-web-site-project-to-a-web-application-project/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 04:26:59 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[default references]]></category>
		<category><![CDATA[Don]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[project assembly]]></category>
		<category><![CDATA[project dialog]]></category>
		<category><![CDATA[studio web site]]></category>
		<category><![CDATA[Verify]]></category>
		<category><![CDATA[WAP]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[web application]]></category>
		<category><![CDATA[web application project]]></category>
		<category><![CDATA[Web Site]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2009/11/04/convert-a-web-site-project-to-a-web-application-project/</guid>
		<description><![CDATA[Open and Verify your Visual Studio Web Site Project Before converting your WSP to a WAP, you should open it in Visual Studio and verify that is it working correctly.&#160; This will help prevent the need to research errors that have nothing to do with the conversion process. In the File menu, click Open Web [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2009/11/04/convert-a-web-site-project-to-a-web-application-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

