<?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>blog.sallarp.com &#187; .NET</title>
	<atom:link href="http://blog.sallarp.com/tag/net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sallarp.com</link>
	<description>Code, Code, Revolution!</description>
	<lastBuildDate>Sat, 29 Oct 2011 21:26:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>KB961884 &#8211; Optimize startup time in ASP.NET</title>
		<link>http://blog.sallarp.com/kb961884-windowsxp-download/</link>
		<comments>http://blog.sallarp.com/kb961884-windowsxp-download/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 10:23:57 +0000</pubDate>
		<dc:creator>Björn Sållarp</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://blog.sallarp.com/?p=526</guid>
		<description><![CDATA[Per Bjurström wrote about this fix on his EPiServer blog a little while ago. Microsoft has a hotfix to improve startup after you compile your ASP.NET project. FIX: You experience very slow performance on an initial request to an ASP.NET Web site after you change the App_Code folder, the bin folder, or the Global.asax file [...]<p><a href="http://blog.sallarp.com/kb961884-windowsxp-download/">KB961884 &#8211; Optimize startup time in ASP.NET</a> is a post from: <a href="http://blog.sallarp.com">blog.sallarp.com</a></p>
]]></description>
		<wfw:commentRss>http://blog.sallarp.com/kb961884-windowsxp-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EPiServer property using ajax &#8211; ICallbackEventHandler</title>
		<link>http://blog.sallarp.com/episerver-property-ajax-icallbackeventhandler/</link>
		<comments>http://blog.sallarp.com/episerver-property-ajax-icallbackeventhandler/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 13:10:51 +0000</pubDate>
		<dc:creator>Björn Sållarp</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[EPiServer]]></category>
		<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://blog.sallarp.com/?p=499</guid>
		<description><![CDATA[This is the first part in a planned series of explaining techniques and examples of how you can create more advanced EPiServer properties by utilizing Ajax. In this first part we&#8217;re going &#8220;old skool&#8221; by implementing Ajax callbacks using ICallbackEventHandler (msdn). ICallbackEventHandler first showed up in .NET Framework 2.0 and when EPiServer 4 introduced .NET [...]<p><a href="http://blog.sallarp.com/episerver-property-ajax-icallbackeventhandler/">EPiServer property using ajax &#8211; ICallbackEventHandler</a> is a post from: <a href="http://blog.sallarp.com">blog.sallarp.com</a></p>
]]></description>
		<wfw:commentRss>http://blog.sallarp.com/episerver-property-ajax-icallbackeventhandler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO: Embedding javascript into a dll</title>
		<link>http://blog.sallarp.com/howto-embed-javascript-dll-getwebresourceurl/</link>
		<comments>http://blog.sallarp.com/howto-embed-javascript-dll-getwebresourceurl/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 10:44:53 +0000</pubDate>
		<dc:creator>Björn Sållarp</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://blog.sallarp.com/?p=500</guid>
		<description><![CDATA[Embedding javascript files into the dll is a good technique I use to make deployment of components easier. When creating properties or other controls that require javascript to work it&#8217;s much easier to write the code in a javscript file than to write it inline in the code as a string and then render the [...]<p><a href="http://blog.sallarp.com/howto-embed-javascript-dll-getwebresourceurl/">HOWTO: Embedding javascript into a dll</a> is a post from: <a href="http://blog.sallarp.com">blog.sallarp.com</a></p>
]]></description>
		<wfw:commentRss>http://blog.sallarp.com/howto-embed-javascript-dll-getwebresourceurl/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>KickApps SSO for EPiServer</title>
		<link>http://blog.sallarp.com/kickapps-sso-episerver/</link>
		<comments>http://blog.sallarp.com/kickapps-sso-episerver/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 12:48:43 +0000</pubDate>
		<dc:creator>Björn Sållarp</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[EPiServer]]></category>
		<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://blog.sallarp.com/?p=445</guid>
		<description><![CDATA[I&#8217;m involved with all of our major clients at Avantime and pretty much all of them are now starting to mention that they would like to include social networking in their intranets etc. Everyone is of course referring to Facebook and wants &#8220;their own Facebook&#8221;. There are few products available for social networking and even [...]<p><a href="http://blog.sallarp.com/kickapps-sso-episerver/">KickApps SSO for EPiServer</a> is a post from: <a href="http://blog.sallarp.com">blog.sallarp.com</a></p>
]]></description>
		<wfw:commentRss>http://blog.sallarp.com/kickapps-sso-episerver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First post, ever&#8230;</title>
		<link>http://blog.sallarp.com/first-post-ever/</link>
		<comments>http://blog.sallarp.com/first-post-ever/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 04:21:55 +0000</pubDate>
		<dc:creator>Björn Sållarp</dc:creator>
				<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[EPiServer]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://192.168.1.200:8080/blog/?p=10</guid>
		<description><![CDATA[Here I go, my first blog post ever! Why this late you might wonder, or: oh noes, another blog! Being a techy/nerdy guy I should have started a blog 4 years ago, before blogs were even cool or hot. I haven&#8217;t thought much of blogs in general, perhaps because too many people have blogs that [...]<p><a href="http://blog.sallarp.com/first-post-ever/">First post, ever&#8230;</a> is a post from: <a href="http://blog.sallarp.com">blog.sallarp.com</a></p>
]]></description>
		<wfw:commentRss>http://blog.sallarp.com/first-post-ever/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 13/41 queries in 0.052 seconds using disk
Object Caching 824/858 objects using disk

Served from: blog.sallarp.com @ 2012-02-05 04:26:42 -->
