<?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>alex barberis &#187; dotnet</title>
	<atom:link href="http://alexbarberis.com/category/dotnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexbarberis.com</link>
	<description>my personal "blog"</description>
	<lastBuildDate>Sun, 29 Aug 2010 21:11:41 +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>Speed up those .NET User Controls</title>
		<link>http://alexbarberis.com/2007/01/09/speed-up-those-net-user-controls/</link>
		<comments>http://alexbarberis.com/2007/01/09/speed-up-those-net-user-controls/#comments</comments>
		<pubDate>Tue, 09 Jan 2007 05:44:53 +0000</pubDate>
		<dc:creator>Alex Barberis</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[dotnet]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://www.alexbarberis.com/2007/01/09/speed-up-those-net-user-controls/</guid>
		<description><![CDATA[I found an interesting article on Rob Gruen&#8217;s blog that helped speed up the loading time of a user control. Apparently adding the following lines to the constructor of your user control resolves some deadlock in the framework related to a timeout looking for a new version I guess&#8230; This problem seems to be specific [...]]]></description>
			<content:encoded><![CDATA[<p>I found an interesting article on <a onclick="window.open(this.href); return false;" href="http://blogs.msdn.com/robgruen/archive/2004/07/21/190600.aspx">Rob Gruen&#8217;s</a> blog that helped speed up the loading time of a user control. Apparently adding the following lines to the constructor of your user control resolves some deadlock in the framework related to a timeout looking for a new version I guess&#8230; This problem seems to be specific to hosting user controls in IE.</p>
<p>I&#8217;ve been using this for a while now and it seems to work well. A full explanation is available on his <a onclick="window.open(this.href); return false;" href="http://blogs.msdn.com/robgruen/archive/2004/07/21/190600.aspx">site</a>.</p>
<p><!-- code formatted by http://manoli.net/csharpformat/ --></p>
<div class="csharpcode">
<pre><span class="lnum">   1:  </span>System.Configuration.ConfigurationSettings.GetConfig(<span class="str">"simple text"</span>)</pre>
<pre><span class="lnum">   2:  </span><span class="kwrd">Dim</span> a() <span class="kwrd">As</span> <span class="kwrd">String</span> = Environment.GetCommandLineArgs()</pre>
<pre> </pre>
</div>
<p>Enjoy!</p>

	<div style="">
		<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-text="Speed up those .NET User Controls" data-url="http://alexbarberis.com/2007/01/09/speed-up-those-net-user-controls/"  data-via="plexi">Tweet</a>
	</div>
	<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>]]></content:encoded>
			<wfw:commentRss>http://alexbarberis.com/2007/01/09/speed-up-those-net-user-controls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
