<?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; NET</title>
	<atom:link href="http://jack-fx.com/net/tag/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>Thu, 24 May 2012 14:08:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Setting an aspnet.config File per Application Pool</title>
		<link>http://jack-fx.com/net/2011/12/19/setting-an-aspnet-config-file-per-application-pool/</link>
		<comments>http://jack-fx.com/net/2011/12/19/setting-an-aspnet-config-file-per-application-pool/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 12:47:00 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[application pool]]></category>
		<category><![CDATA[aspnet]]></category>
		<category><![CDATA[lt xml]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[pool need]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[windows microsoft]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2011/12/19/setting-an-aspnet-config-file-per-application-pool/</guid>
		<description><![CDATA[The aspnet.config file is a little known config file which is supported by ASP.NET 2.0 and greater.&#160; Generally it lives in the root of the framework folder, for example: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet.config C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet.config C:\Windows\Microsoft.NET\Framework64\v2.0.50727\aspnet.config C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet.config This config file is further leveraged in ASP.NET 4.0 for concurrency and threading.&#160; For example, you can set maxConcurrentRequestsPerCPU, maxConcurrentThreadsPerCPU and requestQueueLimit, [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2011/12/19/setting-an-aspnet-config-file-per-application-pool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Globalization and Localization in ASP.NET</title>
		<link>http://jack-fx.com/net/2011/04/19/globalization-and-localization-in-asp-net/</link>
		<comments>http://jack-fx.com/net/2011/04/19/globalization-and-localization-in-asp-net/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 02:31:20 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[CurrentCulture]]></category>
		<category><![CDATA[dependent functions]]></category>
		<category><![CDATA[different cultures]]></category>
		<category><![CDATA[globalization and localization]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[spanish chile]]></category>
		<category><![CDATA[specific resources]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2011/02/04/globalization-and-localization-in-asp-net/</guid>
		<description><![CDATA[Internationalization involves Globalization and Localization. And the globalization is the process of designing applications that support different cultures. While localization is the process of customizing an application for a given culture. The format for the culture name is &#34;&#60;languagecode2&#62;-&#60;country/regioncode2&#62;&#34;, where &#60;languagecode2&#62; is the language code and &#60;country/regioncode2&#62; is the subculture code. Examples include es-CL for [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2011/04/19/globalization-and-localization-in-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NuGet</title>
		<link>http://jack-fx.com/net/2011/02/12/nuget/</link>
		<comments>http://jack-fx.com/net/2011/02/12/nuget/#comments</comments>
		<pubDate>Sat, 12 Feb 2011 02:05:12 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[class libraries]]></category>
		<category><![CDATA[dependency management]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[NuGet]]></category>
		<category><![CDATA[open source libraries]]></category>
		<category><![CDATA[open source package]]></category>
		<category><![CDATA[open source projects]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[source]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2011/02/12/nuget/</guid>
		<description><![CDATA[NuGet is a free, open source, package manager that makes it easy for you to find, install, and use open source libraries in your projects. It works with all .NET project types (including ASP.NET Web Forms, ASP.NET MVC, WPF, WinForms, Silverlight, and Class Libraries). NuGet enables developers who maintain open source projects (for example, .NET [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2011/02/12/nuget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Performance tuning tips for ASP.NET and IIS 7</title>
		<link>http://jack-fx.com/net/2010/09/06/performance-tuning-tips-for-asp-net-and-iis-7/</link>
		<comments>http://jack-fx.com/net/2010/09/06/performance-tuning-tips-for-asp-net-and-iis-7/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 01:51:23 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[webmaster]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[performance issue]]></category>
		<category><![CDATA[scenario results]]></category>
		<category><![CDATA[static file]]></category>
		<category><![CDATA[static files]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[website performance]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/?p=135</guid>
		<description><![CDATA[1. Browser caching In part 1, we looked at how it was possible to set an expiration header to any static file such as JavaScript and CSS files, so the browser would cache them for a long time and thereby optimize both for bandwidth and the number of requested files going from server to browser. [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2010/09/06/performance-tuning-tips-for-asp-net-and-iis-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optional Parameters in C# 4.0</title>
		<link>http://jack-fx.com/net/2010/08/24/optional-parameters-in-c-4-0-2/</link>
		<comments>http://jack-fx.com/net/2010/08/24/optional-parameters-in-c-4-0-2/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 03:56:08 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[attribute system]]></category>
		<category><![CDATA[doesn]]></category>
		<category><![CDATA[irrational fear]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[object interface]]></category>
		<category><![CDATA[optional parameters]]></category>
		<category><![CDATA[parameter]]></category>
		<category><![CDATA[position]]></category>
		<category><![CDATA[public api]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2010/08/24/optional-parameters-in-c-4-0-2/</guid>
		<description><![CDATA[Some members of the C# community were discussing optional parameters and the implications for future versions when optional parameter values change.&#160; In short, you need to realize that changing the value of optional parameters in a public API is a change that is observable at client code. The ramifications vary greatly, from “no big” to [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2010/08/24/optional-parameters-in-c-4-0-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FAQ in BlogEngine.NET</title>
		<link>http://jack-fx.com/net/2010/08/10/faq-in-blogengine-net/</link>
		<comments>http://jack-fx.com/net/2010/08/10/faq-in-blogengine-net/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 00:18:42 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[application level]]></category>
		<category><![CDATA[author section]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[virtual directory]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[wysiwyg editor]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2010/08/10/faq-in-blogengine-net/</guid>
		<description><![CDATA[Can BlogEngine.NET be installed within an existing website? Yes. Install it in its own folder and configure the directory it resides in as an application in IIS. Some hosting providers may not allow the level of trust used in BlogEngine.NET by default. If you receive an error similar to: &#8220;Parser Error Message: It is an [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2010/08/10/faq-in-blogengine-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problems with an External (non-ASP.NET) Root Cause</title>
		<link>http://jack-fx.com/net/2010/06/01/problems-with-an-external-non-asp-net-root-cause/</link>
		<comments>http://jack-fx.com/net/2010/06/01/problems-with-an-external-non-asp-net-root-cause/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 07:03:56 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[anti virus software]]></category>
		<category><![CDATA[black boxes]]></category>
		<category><![CDATA[Don]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[production]]></category>
		<category><![CDATA[production web servers]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[software anti virus]]></category>
		<category><![CDATA[virus attacks]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2010/06/01/problems-with-an-external-non-asp-net-root-cause/</guid>
		<description><![CDATA[Sometimes when you&#8217;re having trouble with an ASP.NET site, the problem turns out to not be ASP.NET itself. Here&#8217;s the top three issues and their causes. This category are for cases that were concluded because of external reasons and are outside of the control of support to directly affect. The sub categories are 3rd party [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2010/06/01/problems-with-an-external-non-asp-net-root-cause/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET 4 and Visual Studio 2010 Released</title>
		<link>http://jack-fx.com/net/2010/04/13/asp-net-4-and-visual-studio-2010-released/</link>
		<comments>http://jack-fx.com/net/2010/04/13/asp-net-4-and-visual-studio-2010-released/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 01:07:27 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[html markup]]></category>
		<category><![CDATA[model view controller]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[reusable applications]]></category>
		<category><![CDATA[Studio]]></category>
		<category><![CDATA[validation logic]]></category>
		<category><![CDATA[Visual]]></category>
		<category><![CDATA[visualization features]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2010/04/13/asp-net-4-and-visual-studio-2010-released/</guid>
		<description><![CDATA[ASP.NET 4 and Visual Studio 2010 are now available. ASP.NET 4 and Visual Studio 2010 include lots of new features and improvements that enable you to easily build, deploy and manage great Web sites and applications. Everything You Need to Build Better Websites Visual Studio 2010 Visual Studio 2010 makes it easier to edit, search, [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2010/04/13/asp-net-4-and-visual-studio-2010-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

