<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Jack @ ASP.NET</title>
	<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>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Microsoft will Increased Support of Client Development Through the jQuery JavaScript Library</title>
		<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>
		<link>http://jack-fx.com/net/2010/03/17/microsoft-will-increased-support-of-client-development-through-the-jquery-javascript-library/</link>
			</item>
	<item>
		<title>Get XmlEnumAttribute value for an Enum field in C#</title>
		<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>
		<link>http://jack-fx.com/net/2010/03/16/get-xmlenumattribute-value-for-an-enum-field-in-c/</link>
			</item>
	<item>
		<title>IIS7 FastCGI</title>
		<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>
		<link>http://jack-fx.com/net/2010/03/12/iis7-fastcgi/</link>
			</item>
	<item>
		<title>Issue with Auto-Generated Designer Files not Adding Controls: Hotfix available</title>
		<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>
		<link>http://jack-fx.com/net/2010/03/08/issue-with-auto-generated-designer-files-not-adding-controls-hotfix-available/</link>
			</item>
	<item>
		<title>VS 2010 Webinar Session Overviews</title>
		<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>
		<link>http://jack-fx.com/net/2010/03/02/vs-2010-webinar-session-overviews/</link>
			</item>
	<item>
		<title>Team Foundation Server (TFS) Power Tools 2010 Release Candidate are Available!</title>
		<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>
		<link>http://jack-fx.com/net/2010/02/25/team-foundation-server-tfs-power-tools-2010-release-candidate-are-available/</link>
			</item>
	<item>
		<title>Patch for Visual Studio 2010 RC Intellisense Crash Issue</title>
		<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>
		<link>http://jack-fx.com/net/2010/02/17/patch-for-visual-studio-2010-rc-intellisense-crash-issue/</link>
			</item>
	<item>
		<title>ASP.NET MVC 2 RC2 (Release Candidate 2) Released</title>
		<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>
		<link>http://jack-fx.com/net/2010/02/08/asp-net-mvc-2-rc2-release-candidate-2-released/</link>
			</item>
</channel>
</rss>
