<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Alexey Zakharov's Blog - All Comments</title><link>http://weblogs.asp.net/alexeyzakharov/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Debug Build: 20510.895)</generator><item><title>Entity Framework - part 2</title><link>http://weblogs.asp.net/alexeyzakharov/archive/2008/09/18/enum-in-ado-net-entity-framework-v1.aspx#7238931</link><pubDate>Sun, 25 Oct 2009 16:05:28 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7238931</guid><dc:creator>שלמה גולדברג</dc:creator><description>&lt;p&gt;נמשיך בלימוד על Entity Framework. בפרק הזה נייצר את הישות הראשונה שלנו כמובן שנעשה זאת ידני - לאחר שנבין&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7238931" width="1" height="1"&gt;</description></item><item><title>re: Issues of Silverlight style system</title><link>http://weblogs.asp.net/alexeyzakharov/archive/2009/10/14/issues-of-silverlight-style-system.aspx#7233672</link><pubDate>Tue, 20 Oct 2009 09:26:35 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7233672</guid><dc:creator>Pete the Geek</dc:creator><description>&lt;p&gt;The best way of loading themes involves dynamic loading of styles from the server and parsing them into the App Resources. You are correct in that the order of loading must reflect the dependancies of one style on another and must occur before you load the root element of your application.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7233672" width="1" height="1"&gt;</description></item><item><title>Silverlight Cream for October 19, 2009 -- #711</title><link>http://weblogs.asp.net/alexeyzakharov/archive/2009/10/14/issues-of-silverlight-style-system.aspx#7233484</link><pubDate>Tue, 20 Oct 2009 04:40:08 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7233484</guid><dc:creator>Community Blogs</dc:creator><description>&lt;p&gt;In this Issue: Davide Zordan , SmartyP , Corey Schuman , Gavin Wignall ( 2 ), Jeff Paries , Vikram Pendse&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7233484" width="1" height="1"&gt;</description></item><item><title>re: Issues of Silverlight style system</title><link>http://weblogs.asp.net/alexeyzakharov/archive/2009/10/14/issues-of-silverlight-style-system.aspx#7232895</link><pubDate>Mon, 19 Oct 2009 09:42:26 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7232895</guid><dc:creator>Alexey</dc:creator><description>&lt;p&gt;Heh.. Silverlight is A BIG HACK =)&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7232895" width="1" height="1"&gt;</description></item><item><title>re: Issues of Silverlight style system</title><link>http://weblogs.asp.net/alexeyzakharov/archive/2009/10/14/issues-of-silverlight-style-system.aspx#7232805</link><pubDate>Mon, 19 Oct 2009 06:32:50 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7232805</guid><dc:creator>Rishi</dc:creator><description>&lt;p&gt;Understood, thanks. I'll try this and a relaying approach, though all this will remain hack'ish till it is rightfully addressed at the framework level. Hopefully, in SL4.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7232805" width="1" height="1"&gt;</description></item><item><title>re: Issues of Silverlight style system</title><link>http://weblogs.asp.net/alexeyzakharov/archive/2009/10/14/issues-of-silverlight-style-system.aspx#7232525</link><pubDate>Sun, 18 Oct 2009 17:05:20 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7232525</guid><dc:creator>brainbox</dc:creator><description>&lt;p&gt;We have our modular framework similar to prism. At first when we are loading shell we are trying to load all styles from resource dictionary which hold shared styles.&lt;/p&gt;
&lt;p&gt;We parse it with Linq to XML and try load every styles separately with xaml loader (try { xamlLoader.Load.... } catch { try this style later.. } &lt;/p&gt;
&lt;p&gt;When new module are loaded we try load the rest of styles again.&lt;/p&gt;
&lt;p&gt;Currently we loading them into dynamically created empty merged resource dictionary.&lt;/p&gt;
&lt;p&gt;The loading order matters. But we cant break it with such lazy loading manner.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7232525" width="1" height="1"&gt;</description></item><item><title>re: Issues of Silverlight style system</title><link>http://weblogs.asp.net/alexeyzakharov/archive/2009/10/14/issues-of-silverlight-style-system.aspx#7232515</link><pubDate>Sun, 18 Oct 2009 16:43:13 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7232515</guid><dc:creator>Rishi</dc:creator><description>&lt;p&gt;Sorry, you load the styles one-by-one into what/where? Is it the main resource dictionary or the root visual's resources collection? And I suppose in this case the order of loading would also matter, right?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7232515" width="1" height="1"&gt;</description></item><item><title>re: Issues of Silverlight style system</title><link>http://weblogs.asp.net/alexeyzakharov/archive/2009/10/14/issues-of-silverlight-style-system.aspx#7232122</link><pubDate>Sat, 17 Oct 2009 19:16:47 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7232122</guid><dc:creator>brainbox</dc:creator><description>&lt;p&gt;We have very dirty solution that works... We try load all styles one by one. If XamlLoader throws exception we skip them. Once new module are loaded we recheck styles that are still don't loaded. &lt;/p&gt;
&lt;p&gt;I haven't noticed any performance issues. But u know.. It looks like total rubbish =)&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7232122" width="1" height="1"&gt;</description></item><item><title>re: Issues of Silverlight style system</title><link>http://weblogs.asp.net/alexeyzakharov/archive/2009/10/14/issues-of-silverlight-style-system.aspx#7231267</link><pubDate>Fri, 16 Oct 2009 09:15:29 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7231267</guid><dc:creator>Rishi</dc:creator><description>&lt;p&gt;I know this is a big problem, something I'm also trying to get around. Now, I've not gone into it technically yet, but a possible solution could be to declare a static relay and then at runtime provide an implementation. Another solution is detailed in this post, which I like but I've not tested it yet. Have a look &lt;a rel="nofollow" target="_new" href="http://www.markusegger.com/Blog/Development.aspx?messageid=6dcea387-c4a8-4e69-a83b-06ab1b2c13c3"&gt;www.markusegger.com/.../Development.aspx&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7231267" width="1" height="1"&gt;</description></item><item><title>re: How to increase amount of silverlight duplex clients.</title><link>http://weblogs.asp.net/alexeyzakharov/archive/2009/04/17/how-to-increase-amount-of-silverlight-duplex-clients.aspx#7226201</link><pubDate>Fri, 09 Oct 2009 15:10:07 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7226201</guid><dc:creator>tyhugh2</dc:creator><description>&lt;p&gt;#amritpal &lt;/p&gt;
&lt;p&gt;Yes, I also am interested to know if ulimited polling is possible in a duplex wcf service? And also, if sockets are more of a reliable solution? Are sockets limited to a number of connections?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7226201" width="1" height="1"&gt;</description></item></channel></rss>