<?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</title>
	<atom:link href="http://jack-fx.com/net/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, 17 Mar 2010 00:21:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Microsoft will Increased Support of Client Development Through the jQuery JavaScript Library</title>
		<link>http://jack-fx.com/net/2010/03/17/microsoft-will-increased-support-of-client-development-through-the-jquery-javascript-library/</link>
		<comments>http://jack-fx.com/net/2010/03/17/microsoft-will-increased-support-of-client-development-through-the-jquery-javascript-library/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 00:21:11 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Dean Hachamovitch]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jquery javascript library]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[microsoft visual studio]]></category>
		<category><![CDATA[rich web applications]]></category>
		<category><![CDATA[scott guthrie]]></category>
		<category><![CDATA[software development kits]]></category>
		<category><![CDATA[Vice President Scott Guthrie]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2010/03/17/microsoft-will-increased-support-of-client-development-through-the-jquery-javascript-library/</guid>
		<description><![CDATA[Industry standards and innovation took center  stage at MIX10, as Microsoft Corp. made a series of announcements that  underscore the company’s commitment to interoperability and performance  on the Web. Dean Hachamovitch, general manager of Internet Explorer at  Microsoft, unveiled the Internet Explorer 9 Platform Preview including  expanded support for HTML5, [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2010/03/17/microsoft-will-increased-support-of-client-development-through-the-jquery-javascript-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get XmlEnumAttribute value for an Enum field in C#</title>
		<link>http://jack-fx.com/net/2010/03/16/get-xmlenumattribute-value-for-an-enum-field-in-c/</link>
		<comments>http://jack-fx.com/net/2010/03/16/get-xmlenumattribute-value-for-an-enum-field-in-c/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 06:57:17 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ConvertToString]]></category>
		<category><![CDATA[Enum]]></category>
		<category><![CDATA[info]]></category>
		<category><![CDATA[isdefined]]></category>
		<category><![CDATA[member field]]></category>
		<category><![CDATA[public enum]]></category>
		<category><![CDATA[public static string]]></category>
		<category><![CDATA[string version]]></category>
		<category><![CDATA[XmlEnumAttribute]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/?p=101</guid>
		<description><![CDATA[Sometimes, we have to convert an Enum back to its original Xml value, after google the solution, I fond it is not hard to implement, and share it here
Method

public static string ConvertToString(Enum e)
{
    // Get the Type of the enum
    Type t = e.GetType();
    // Get [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2010/03/16/get-xmlenumattribute-value-for-an-enum-field-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IIS7 FastCGI</title>
		<link>http://jack-fx.com/net/2010/03/12/iis7-fastcgi/</link>
		<comments>http://jack-fx.com/net/2010/03/12/iis7-fastcgi/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 05:30:59 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[application pool]]></category>
		<category><![CDATA[change notifications]]></category>
		<category><![CDATA[error data]]></category>
		<category><![CDATA[physical path]]></category>
		<category><![CDATA[termination signal]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/?p=99</guid>
		<description><![CDATA[FastCGI extension has a set of configuration settings that controls the behavior of FastCGI processes associated with the FastCGI process pool. This section lists all the settings supported by FastCGI and their format:
    * ExePath &#8211; The physical path to the process executable to use in the pool
    * [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2010/03/12/iis7-fastcgi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Issue with Auto-Generated Designer Files not Adding Controls: Hotfix available</title>
		<link>http://jack-fx.com/net/2010/03/08/issue-with-auto-generated-designer-files-not-adding-controls-hotfix-available/</link>
		<comments>http://jack-fx.com/net/2010/03/08/issue-with-auto-generated-designer-files-not-adding-controls-hotfix-available/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 01:32:17 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[aspx]]></category>
		<category><![CDATA[code generation]]></category>
		<category><![CDATA[control toolkit]]></category>
		<category><![CDATA[designer]]></category>
		<category><![CDATA[hotfix]]></category>
		<category><![CDATA[quot]]></category>
		<category><![CDATA[visualstudio]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2010/03/08/issue-with-auto-generated-designer-files-not-adding-controls-hotfix-available/</guid>
		<description><![CDATA[A hotfix is now available for issues most commonly described as &#34;Controls are not being recognized in the code-behind&#34; and &#34;Editing existing .aspx regenerates .aspx.designer.(cs), but most of the controls are now missing”. 
This hotfix can be downloaded from: http://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=27117
The update addresses the following Connect bugs: 
&#160;&#160;&#160; * Cannot embed standard asp.net controls in Ajax [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2010/03/08/issue-with-auto-generated-designer-files-not-adding-controls-hotfix-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VS 2010 Webinar Session Overviews</title>
		<link>http://jack-fx.com/net/2010/03/02/vs-2010-webinar-session-overviews/</link>
		<comments>http://jack-fx.com/net/2010/03/02/vs-2010-webinar-session-overviews/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 06:37:03 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Manager. Lab]]></category>
		<category><![CDATA[microsoft test]]></category>
		<category><![CDATA[mtlm]]></category>
		<category><![CDATA[productivity solution]]></category>
		<category><![CDATA[Studio]]></category>
		<category><![CDATA[Test]]></category>
		<category><![CDATA[test environments]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[testing architecture]]></category>
		<category><![CDATA[Visual]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/?p=93</guid>
		<description><![CDATA[Visual Studio 2010 is set to be released in April.  Microsoft has made significant investments to improve the “Testing”, “Architecture”, and “Developer” tools within Visual Studio to make it an even more powerful productivity solution.
VS 2010 Webinar Session Overviews: 



TITLE
DESCRIPTION


Full Testing Experience: Professional QA with Visual Studio 2010
Join us as we demonstrate the testing and [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2010/03/02/vs-2010-webinar-session-overviews/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Team Foundation Server (TFS) Power Tools 2010 Release Candidate are Available!</title>
		<link>http://jack-fx.com/net/2010/02/25/team-foundation-server-tfs-power-tools-2010-release-candidate-are-available/</link>
		<comments>http://jack-fx.com/net/2010/02/25/team-foundation-server-tfs-power-tools-2010-release-candidate-are-available/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 08:02:30 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Beta]]></category>
		<category><![CDATA[editor windows]]></category>
		<category><![CDATA[Foundation]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[release candidate version]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[shell extension]]></category>
		<category><![CDATA[studio clients]]></category>
		<category><![CDATA[Team]]></category>
		<category><![CDATA[windows shell]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2010/02/25/team-foundation-server-tfs-power-tools-2010-release-candidate-are-available/</guid>
		<description><![CDATA[With this release our Team Foundation Server 2010 Power Tools are now compatible with the Release Candidate version of the Visual Studio clients.
Changes from Beta2
· Fixes to customer reported bugs
· Team Members is now enabled
· Extended rules for the RC Best Practice Analyzer
The following are the Power Tools supported in this release.

Process Template Editor
Team Foundation [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2010/02/25/team-foundation-server-tfs-power-tools-2010-release-candidate-are-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Patch for Visual Studio 2010 RC Intellisense Crash Issue</title>
		<link>http://jack-fx.com/net/2010/02/17/patch-for-visual-studio-2010-rc-intellisense-crash-issue/</link>
		<comments>http://jack-fx.com/net/2010/02/17/patch-for-visual-studio-2010-rc-intellisense-crash-issue/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 01:04:52 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[bug patch]]></category>
		<category><![CDATA[code path]]></category>
		<category><![CDATA[Crash]]></category>
		<category><![CDATA[external input]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[input code]]></category>
		<category><![CDATA[pen]]></category>
		<category><![CDATA[tablet]]></category>
		<category><![CDATA[touch screen drivers]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2010/02/17/patch-for-visual-studio-2010-rc-intellisense-crash-issue/</guid>
		<description><![CDATA[Crash Symptom
If you are encountering frequent VS 2010 crashes when you are typing in the editor while Intellisense is popping up and/or being dismissed then you are running into this issue.
Why does the crash happen?
The most common cause of the crash happening is that you are running a machine that:

Is a Tablet PC (even if [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2010/02/17/patch-for-visual-studio-2010-rc-intellisense-crash-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET MVC 2 RC2 (Release Candidate 2) Released</title>
		<link>http://jack-fx.com/net/2010/02/08/asp-net-mvc-2-rc2-release-candidate-2-released/</link>
		<comments>http://jack-fx.com/net/2010/02/08/asp-net-mvc-2-rc2-release-candidate-2-released/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 04:46:00 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[asp.net mvc]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[lambda expressions]]></category>
		<category><![CDATA[model validation]]></category>
		<category><![CDATA[model view controller]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[MVC 2]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[RC2]]></category>
		<category><![CDATA[test driven development]]></category>
		<category><![CDATA[ui logic]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2010/02/08/asp-net-mvc-2-rc2-release-candidate-2-released/</guid>
		<description><![CDATA[ASP.NET MVC 2 is a framework for developing highly testable and maintainable Web applications by leveraging the Model-View-Controller (MVC) pattern. The framework encourages developers to maintain a clear separation of concerns among the responsibilities of the application – the UI logic using the view, user-input handling using the controller, and the domain logic using the [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2010/02/08/asp-net-mvc-2-rc2-release-candidate-2-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
