<?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; asp.net</title>
	<atom:link href="http://jack-fx.com/net/tag/asp-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>How to Enable the ASP.NET Ajax script loader</title>
		<link>http://jack-fx.com/net/2009/11/24/how-to-enable-the-asp-net-ajax-script-loader/</link>
		<comments>http://jack-fx.com/net/2009/11/24/how-to-enable-the-asp-net-ajax-script-loader/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 00:36:27 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[asp.net ajax]]></category>
		<category><![CDATA[Don]]></category>
		<category><![CDATA[loader]]></category>
		<category><![CDATA[meta data]]></category>
		<category><![CDATA[Microsoft AJAX]]></category>
		<category><![CDATA[plug ins]]></category>
		<category><![CDATA[quot]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[script code]]></category>
		<category><![CDATA[script loader]]></category>
		<category><![CDATA[script loading]]></category>
		<category><![CDATA[script names]]></category>
		<category><![CDATA[Sys]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2009/11/24/how-to-enable-the-asp-net-ajax-script-loader/</guid>
		<description><![CDATA[An important feature of the script loader is the separation of the script meta-data from the script code itself. The meta-data can include the name of the script, its dependencies, instructions on how to figure out if it’s already loaded, its debug and release URL patterns and a declaration of the lazy components and plug-ins [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2009/11/24/how-to-enable-the-asp-net-ajax-script-loader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build your own FaceBook applications with ASP.NET, ASP.NET MVC, WinForms or Silverlight !</title>
		<link>http://jack-fx.com/net/2009/11/17/build-your-own-facebook-applications-with-asp-net-asp-net-mvc-winforms-or-silverlight/</link>
		<comments>http://jack-fx.com/net/2009/11/17/build-your-own-facebook-applications-with-asp-net-asp-net-mvc-winforms-or-silverlight/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 01:33:45 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[architectural improvements]]></category>
		<category><![CDATA[asp.net mvc]]></category>
		<category><![CDATA[assembly]]></category>
		<category><![CDATA[asynchronous interface]]></category>
		<category><![CDATA[CodePlex]]></category>
		<category><![CDATA[databinding]]></category>
		<category><![CDATA[dll]]></category>
		<category><![CDATA[FaceBook]]></category>
		<category><![CDATA[release v3]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[WinForm]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2009/11/17/build-your-own-facebook-applications-with-asp-net-asp-net-mvc-winforms-or-silverlight/</guid>
		<description><![CDATA[Another great project in codeplex: http://facebooktoolkit.codeplex.com/ This toolkit is provided as a Facebook Client Library similar to Facebook&#8217;s PHP Client Library or Facebook&#8217;s JavaScript library. The goal is to enable .NET developers to quickly and easily leverage the various features of the Facebook Platform. This toolkit has evolved over time with input from the community [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2009/11/17/build-your-own-facebook-applications-with-asp-net-asp-net-mvc-winforms-or-silverlight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changes in asp.net MVC Preview 2</title>
		<link>http://jack-fx.com/net/2009/10/09/changes-in-asp-net-mvc-preview-2/</link>
		<comments>http://jack-fx.com/net/2009/10/09/changes-in-asp-net-mvc-preview-2/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 08:22:02 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[asp.net mvc]]></category>
		<category><![CDATA[HTTP POST]]></category>
		<category><![CDATA[JsonResult]]></category>
		<category><![CDATA[ModelBindingContext]]></category>
		<category><![CDATA[ModelType]]></category>
		<category><![CDATA[MvcHtmlString]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/16/changes-in-asp-net-mvc-preview-2</guid>
		<description><![CDATA[Helpers now return an MvcHtmlString object In order to take advantage of the new HTML-encoding expression syntax in ASP.NET 4, the return type of the HTML helpers is now MvcHtmlString instead of a string. Note that if you use ASP.NET MVC 2 and the new helpers with ASP.NET 3.5, you will not be able to [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2009/10/09/changes-in-asp-net-mvc-preview-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>new in asp.net ajax 4.0</title>
		<link>http://jack-fx.com/net/2009/09/22/new-in-asp-net-ajax-4-0/</link>
		<comments>http://jack-fx.com/net/2009/09/22/new-in-asp-net-ajax-4-0/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 01:00:51 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[ajax 4.0. asp.net ajax]]></category>
		<category><![CDATA[scriptManager]]></category>
		<category><![CDATA[UpdatePanel]]></category>
		<category><![CDATA[webform]]></category>
		<category><![CDATA[WebForms]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/11/new-in-asp-net-ajax-4-0</guid>
		<description><![CDATA[“ASP.NET AJAX is alright, but it is way too server-centric for serious client-side development…”, One of the more common misconceptions with ASP.NET AJAX is that it has always been a server-centric framework and offered little to no value for purely client-side JavaScript development. One of the primary objectives of this presentation is to show how [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2009/09/22/new-in-asp-net-ajax-4-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft AJAX CDN</title>
		<link>http://jack-fx.com/net/2009/09/17/microsoft-ajax-cdn/</link>
		<comments>http://jack-fx.com/net/2009/09/17/microsoft-ajax-cdn/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 08:25:31 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[CDN]]></category>
		<category><![CDATA[Microsoft AJAX]]></category>
		<category><![CDATA[Microsoft AJAX CDN]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/8/microsoft-ajax-cdn</guid>
		<description><![CDATA[Earlier today the ASP.NET team launched a new Microsoft Ajax CDN (Content Delivery Network) service that provides caching support for AJAX libraries (including jQuery and ASP.NET AJAX).&#160; The service is available for free, does not require any registration, and can be used for both commercial and non-commercial purposes. What does a CDN provide? Content delivery [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2009/09/17/microsoft-ajax-cdn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Links 2009-6-22</title>
		<link>http://jack-fx.com/net/2009/06/22/links-2009-6-22/</link>
		<comments>http://jack-fx.com/net/2009/06/22/links-2009-6-22/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 07:26:12 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/4/links-2009-6-22</guid>
		<description><![CDATA[Windows 7/VS 2010 stuff VS2010 Beta 1 &#8211; It&#8217;s Better on Metal, Julie Lerman Windows 7 RC Training Kit for Developer, Robert Muehsig PowerShell stuff Windows Event Log in PowerShell &#8211; Part II, PowerShell Team &#160; Software TestDriven.Net 2.22 RTM &#8211; What’s New? &#8211; Jamie Cansdale announces the RTM release of TestDriven.NET 2.22 which includes [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2009/06/22/links-2009-6-22/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

