<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msforge.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>Brain.WriteLine(); - All Comments</title><link>http://msforge.net/blogs/paki/default.aspx</link><description>Ivan Pavlović, MVP For Visual C#</description><dc:language>en</dc:language><generator>CommunityServer 2008 (Build: 30417.1769)</generator><item><title>buy a foreclosed house</title><link>http://msforge.net/blogs/paki/archive/2007/11/20/EventBroker-implementation-in-C_2300_-full-source-code.aspx#2298</link><pubDate>Wed, 27 Aug 2008 16:25:13 GMT</pubDate><guid isPermaLink="false">eac9713b-2f02-402a-9a4f-ffef465a45c7:2298</guid><dc:creator>buy a foreclosed house</dc:creator><description>&lt;p&gt;Apparently, Republicans thought all along that the budget surplus of 1990s was hard earned money of 200K plus income crowd, while the Democrats thought that was hard earned money of ordinary folks (my view also). A resolution of that conflict does not&lt;/p&gt;
&lt;img src="http://msforge.net/aggbug.aspx?PostID=2298" width="1" height="1"&gt;</description></item><item><title>Ultracet.</title><link>http://msforge.net/blogs/paki/archive/2008/01/13/sastanak-net-user-grupe-odr-a-e-se-17-01-2007-u-18-30.aspx#2188</link><pubDate>Sat, 28 Jun 2008 08:07:52 GMT</pubDate><guid isPermaLink="false">eac9713b-2f02-402a-9a4f-ffef465a45c7:2188</guid><dc:creator>Ultracet.</dc:creator><description>&lt;p&gt;Ultracet addiction. Ultracet.&lt;/p&gt;
&lt;img src="http://msforge.net/aggbug.aspx?PostID=2188" width="1" height="1"&gt;</description></item><item><title>re: Event Broker Implementation in C# - Full Source Code and Examples</title><link>http://msforge.net/blogs/paki/archive/2007/11/20/EventBroker-implementation-in-C_2300_-full-source-code.aspx#2183</link><pubDate>Tue, 24 Jun 2008 06:28:02 GMT</pubDate><guid isPermaLink="false">eac9713b-2f02-402a-9a4f-ffef465a45c7:2183</guid><dc:creator>Mike Brown</dc:creator><description>&lt;p&gt;You do not have to do the locking and stuff...just initialize the static value in place. The C# specification verifies that the initializer for static member variables will only be called once and that is as part of the Class (not object) initialization.&lt;/p&gt;
&lt;p&gt;If you want more control over the order of initialization (e.g. one of your static fields has a reliance on another), you can explicitly declare a static initializer.&lt;/p&gt;
&lt;p&gt;Other than that looks good.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msforge.net/aggbug.aspx?PostID=2183" width="1" height="1"&gt;</description></item><item><title>re: Event Broker Implementation in C# - Full Source Code and Examples</title><link>http://msforge.net/blogs/paki/archive/2007/11/20/EventBroker-implementation-in-C_2300_-full-source-code.aspx#2123</link><pubDate>Sat, 07 Jun 2008 10:01:21 GMT</pubDate><guid isPermaLink="false">eac9713b-2f02-402a-9a4f-ffef465a45c7:2123</guid><dc:creator>Paki</dc:creator><description>&lt;p&gt;You are right :) I made a mistake by marking all methods static. As you said, in order to follow Singleton pattern all methods should be just public&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msforge.net/aggbug.aspx?PostID=2123" width="1" height="1"&gt;</description></item><item><title>re: Kulendayz - Osijek</title><link>http://msforge.net/blogs/paki/archive/2008/06/06/kulendayz-osijek.aspx#2122</link><pubDate>Sat, 07 Jun 2008 09:28:43 GMT</pubDate><guid isPermaLink="false">eac9713b-2f02-402a-9a4f-ffef465a45c7:2122</guid><dc:creator>Paki</dc:creator><description>&lt;p&gt;Jos pojma nemam, smislicu neku temu sada za vikend&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msforge.net/aggbug.aspx?PostID=2122" width="1" height="1"&gt;</description></item><item><title>re: Kulendayz - Osijek</title><link>http://msforge.net/blogs/paki/archive/2008/06/06/kulendayz-osijek.aspx#2119</link><pubDate>Fri, 06 Jun 2008 13:08:24 GMT</pubDate><guid isPermaLink="false">eac9713b-2f02-402a-9a4f-ffef465a45c7:2119</guid><dc:creator>janko</dc:creator><description>&lt;p&gt;Idemo, obavezno!!&lt;/p&gt;
&lt;p&gt;E, o cemu ces pricati?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msforge.net/aggbug.aspx?PostID=2119" width="1" height="1"&gt;</description></item><item><title>re: Event Broker Implementation in C# - Full Source Code and Examples</title><link>http://msforge.net/blogs/paki/archive/2007/11/20/EventBroker-implementation-in-C_2300_-full-source-code.aspx#2059</link><pubDate>Mon, 02 Jun 2008 10:48:24 GMT</pubDate><guid isPermaLink="false">eac9713b-2f02-402a-9a4f-ffef465a45c7:2059</guid><dc:creator>Mark R</dc:creator><description>&lt;p&gt;Great example - thanks for posting this. One question, though...&lt;/p&gt;
&lt;p&gt;Why have you made all methods on EventBroker static? If you are following the Singleton pattern shouldn&amp;#39;t just the &amp;#39;Instance&amp;#39; method be static and then all the rest be instance methods? &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msforge.net/aggbug.aspx?PostID=2059" width="1" height="1"&gt;</description></item><item><title>re: Event Broker Implementation in C# - Full Source Code and Examples</title><link>http://msforge.net/blogs/paki/archive/2007/11/20/EventBroker-implementation-in-C_2300_-full-source-code.aspx#1742</link><pubDate>Thu, 01 May 2008 10:02:41 GMT</pubDate><guid isPermaLink="false">eac9713b-2f02-402a-9a4f-ffef465a45c7:1742</guid><dc:creator>zmajcek</dc:creator><description>&lt;p&gt;@Evgeyny&lt;/p&gt;
&lt;p&gt;Could you pls describe the problem which you are trying to solve using &amp;quot;Event Broker&amp;quot; pattern.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msforge.net/aggbug.aspx?PostID=1742" width="1" height="1"&gt;</description></item><item><title>re: Event Broker Implementation in C# - Full Source Code and Examples</title><link>http://msforge.net/blogs/paki/archive/2007/11/20/EventBroker-implementation-in-C_2300_-full-source-code.aspx#1737</link><pubDate>Wed, 30 Apr 2008 17:00:40 GMT</pubDate><guid isPermaLink="false">eac9713b-2f02-402a-9a4f-ffef465a45c7:1737</guid><dc:creator>Paki</dc:creator><description>&lt;p&gt;Hi Evgeyny, have you had a chance to check out proposed solution?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msforge.net/aggbug.aspx?PostID=1737" width="1" height="1"&gt;</description></item><item><title>re: Event Broker Implementation in C# - Full Source Code and Examples</title><link>http://msforge.net/blogs/paki/archive/2007/11/20/EventBroker-implementation-in-C_2300_-full-source-code.aspx#1731</link><pubDate>Tue, 29 Apr 2008 17:38:48 GMT</pubDate><guid isPermaLink="false">eac9713b-2f02-402a-9a4f-ffef465a45c7:1731</guid><dc:creator>admin</dc:creator><description>&lt;p&gt;Hi Evgeyny,&lt;/p&gt;
&lt;p&gt;Create new solution in VS 2005, create new projects with the same names and add existing cs files into new projects. Add references and compile. Solution should build without problem. If you have any issues please post comments here&lt;/p&gt;
&lt;p&gt;Thank you!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msforge.net/aggbug.aspx?PostID=1731" width="1" height="1"&gt;</description></item><item><title>re: Event Broker Implementation in C# - Full Source Code and Examples</title><link>http://msforge.net/blogs/paki/archive/2007/11/20/EventBroker-implementation-in-C_2300_-full-source-code.aspx#1730</link><pubDate>Tue, 29 Apr 2008 15:46:19 GMT</pubDate><guid isPermaLink="false">eac9713b-2f02-402a-9a4f-ffef465a45c7:1730</guid><dc:creator>Evg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I need to implement event broker pattern, after short googeling i found yor post.&lt;/p&gt;
&lt;p&gt;The soruce u wrote is for VS 2008, and i use VS 2005 .NET 2.0 .&lt;/p&gt;
&lt;p&gt;what can u suggest me??&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;
&lt;p&gt;Evgeny&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msforge.net/aggbug.aspx?PostID=1730" width="1" height="1"&gt;</description></item><item><title>re: MS Forge Video</title><link>http://msforge.net/blogs/paki/archive/2008/04/26/ms-forge-video.aspx#1715</link><pubDate>Mon, 28 Apr 2008 13:00:29 GMT</pubDate><guid isPermaLink="false">eac9713b-2f02-402a-9a4f-ffef465a45c7:1715</guid><dc:creator>Paki</dc:creator><description>&lt;p&gt;Cao Vlado!&lt;/p&gt;
&lt;p&gt;Hvala na komentarima :) Posto nisam pravio ovu animaciju, samo cu proslediti komentare na pravu adresu pa cemo videti kako ce da izgleda sledeca verzija&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msforge.net/aggbug.aspx?PostID=1715" width="1" height="1"&gt;</description></item><item><title>re: MS Forge Video</title><link>http://msforge.net/blogs/paki/archive/2008/04/26/ms-forge-video.aspx#1706</link><pubDate>Sat, 26 Apr 2008 17:09:34 GMT</pubDate><guid isPermaLink="false">eac9713b-2f02-402a-9a4f-ffef465a45c7:1706</guid><dc:creator>lamaniobra</dc:creator><description>&lt;p&gt;Konacno nesto na ovom forumu gde i ja mogu da budem od koristi.&lt;/p&gt;
&lt;p&gt;Obzirom da si mi pomogao (ili bar pokazao inicijativu), da i ja tebi dam sugestiju(e):&lt;/p&gt;
&lt;p&gt;Moras da:&lt;/p&gt;
&lt;p&gt;- sredis animaciju kamere&lt;/p&gt;
&lt;p&gt;- sredis model (preuglasto)&lt;/p&gt;
&lt;p&gt;- sredis sejding (ovde i nemas sejdiranja)&lt;/p&gt;
&lt;p&gt;- stavis okluzne (Zaustavi na 27 sekundi i pogledaj kako ti se napravila senka izmedju dva zidica. E, takva senka treba da bude i u svim podnozjima slova)&lt;/p&gt;
&lt;p&gt;- smanjis malcice grain i stavis motion blur (grejn manje vise, ali mb obevezno, da bi izgubio ono treperenje. I to, ne smes da ga stavis u postu, nego moras da izrenderujes 3d sa njim, jer imas pomake napred nazad, a to nece proci u postu)&lt;/p&gt;
&lt;p&gt;- usporis malo sve, ako zelis (a zelis) da se podsetimo FallOut-a 2&lt;/p&gt;
&lt;p&gt;- stavis neku pozadinu (stavi sve u jednu ogromnu kuglu i na nju nalepi neki hdri, ma ne moras ni hdri...samo da bude nesto)&lt;/p&gt;
&lt;p&gt;Hehe...koja kanonada. Jbg. Nadam se da necu nikoga da uvredim. U krajnjem slucaju, samo mu stavi MB i ima da zapeva. &lt;/p&gt;
&lt;p&gt;Pozdrav,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Vladimir&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msforge.net/aggbug.aspx?PostID=1706" width="1" height="1"&gt;</description></item><item><title>Pečevi i dodaci za MSForge server</title><link>http://msforge.net/blogs/paki/archive/2008/03/31/raspevani-programer.aspx#1585</link><pubDate>Tue, 01 Apr 2008 18:36:22 GMT</pubDate><guid isPermaLink="false">eac9713b-2f02-402a-9a4f-ffef465a45c7:1585</guid><dc:creator>Brain.WriteLine();</dc:creator><description>&lt;p&gt;Danas sam stigao da posle dugo, dugo vremena zakrpim jedan od najdosadnijih bagova koji smo imali na&lt;/p&gt;
&lt;img src="http://msforge.net/aggbug.aspx?PostID=1585" width="1" height="1"&gt;</description></item><item><title>re: Raspevani programer</title><link>http://msforge.net/blogs/paki/archive/2008/03/31/raspevani-programer.aspx#1578</link><pubDate>Mon, 31 Mar 2008 21:20:15 GMT</pubDate><guid isPermaLink="false">eac9713b-2f02-402a-9a4f-ffef465a45c7:1578</guid><dc:creator>janko</dc:creator><description>&lt;p&gt;- Muzicar, ha?&lt;/p&gt;
&lt;p&gt;- Ovaj, nisam, nisam?&lt;/p&gt;
&lt;p&gt;- A, nisi, jel?&lt;/p&gt;
&lt;p&gt;- Pa jeeesam..&lt;/p&gt;
&lt;p&gt;- Jesi?&lt;/p&gt;
&lt;p&gt;- pa nisam, mislim.. programiram tu i tamo...&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msforge.net/aggbug.aspx?PostID=1578" width="1" height="1"&gt;</description></item></channel></rss>