<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://community.devpinoy.org/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>Nanoseconds Network - All Comments</title><link>http://community.devpinoy.org/blogs/cvega/default.aspx</link><description>Random technical stuffs</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP1 (Build: 31106.3070)</generator><item><title>Adderall.</title><link>http://community.devpinoy.org/blogs/cvega/archive/2007/06/30/11114.aspx#34891</link><pubDate>Wed, 10 Jun 2009 07:52:27 GMT</pubDate><guid isPermaLink="false">99090821-4da1-4a75-98c2-a35884625ff7:34891</guid><dc:creator>Adderall.</dc:creator><description>&lt;p&gt;Adderall alcohol. How while on adderall xr. Adderall.&lt;/p&gt;
&lt;img src="http://community.devpinoy.org/aggbug.aspx?PostID=34891" width="1" height="1"&gt;</description></item><item><title>Percocet.</title><link>http://community.devpinoy.org/blogs/cvega/archive/2007/06/30/11114.aspx#34882</link><pubDate>Mon, 08 Jun 2009 00:14:12 GMT</pubDate><guid isPermaLink="false">99090821-4da1-4a75-98c2-a35884625ff7:34882</guid><dc:creator>Percocet with other drugs.</dc:creator><description>&lt;p&gt;Percocet verses lortabs. Percocet high blood pressure. Percocet. Therapeutic range for percocet.&lt;/p&gt;
&lt;img src="http://community.devpinoy.org/aggbug.aspx?PostID=34882" width="1" height="1"&gt;</description></item><item><title>Buy vicodin.</title><link>http://community.devpinoy.org/blogs/cvega/archive/2007/06/30/11114.aspx#34871</link><pubDate>Fri, 05 Jun 2009 23:47:18 GMT</pubDate><guid isPermaLink="false">99090821-4da1-4a75-98c2-a35884625ff7:34871</guid><dc:creator>Vicodin withdrawal.</dc:creator><description>&lt;p&gt;Vicodin with no membership fees.&lt;/p&gt;
&lt;img src="http://community.devpinoy.org/aggbug.aspx?PostID=34871" width="1" height="1"&gt;</description></item><item><title>Amoxicillin no prior prescription.</title><link>http://community.devpinoy.org/blogs/cvega/archive/2006/04/07/2658.aspx#34865</link><pubDate>Thu, 04 Jun 2009 06:09:51 GMT</pubDate><guid isPermaLink="false">99090821-4da1-4a75-98c2-a35884625ff7:34865</guid><dc:creator>Amoxicillin and colds.</dc:creator><description>&lt;p&gt;Amoxicillin. Can greyhounds take amoxicillin. Amoxicillin and pregnancy.&lt;/p&gt;
&lt;img src="http://community.devpinoy.org/aggbug.aspx?PostID=34865" width="1" height="1"&gt;</description></item><item><title>Tramadol withdraw.</title><link>http://community.devpinoy.org/blogs/cvega/archive/2007/06/30/11114.aspx#34861</link><pubDate>Wed, 03 Jun 2009 23:46:57 GMT</pubDate><guid isPermaLink="false">99090821-4da1-4a75-98c2-a35884625ff7:34861</guid><dc:creator>Tramadol.</dc:creator><description>&lt;p&gt;Tramadol.&lt;/p&gt;
&lt;img src="http://community.devpinoy.org/aggbug.aspx?PostID=34861" width="1" height="1"&gt;</description></item><item><title>re: Linear Gradient Fill example for MASM</title><link>http://community.devpinoy.org/blogs/cvega/archive/2009/02/26/linear-gradient-fill-example-for-masm.aspx#34558</link><pubDate>Fri, 20 Mar 2009 04:59:53 GMT</pubDate><guid isPermaLink="false">99090821-4da1-4a75-98c2-a35884625ff7:34558</guid><dc:creator>modchip</dc:creator><description>&lt;p&gt;COOL!!!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.devpinoy.org/aggbug.aspx?PostID=34558" width="1" height="1"&gt;</description></item><item><title>MethodInfo.Invoke vs MethodCall Performance on DynamicMethods</title><link>http://community.devpinoy.org/blogs/cvega/archive/2009/02/13/using-cil-to-set-get-values-from-fields-and-properties.aspx#34402</link><pubDate>Mon, 16 Feb 2009 18:26:23 GMT</pubDate><guid isPermaLink="false">99090821-4da1-4a75-98c2-a35884625ff7:34402</guid><dc:creator>jakelite</dc:creator><description>&lt;p&gt;I posted a question on cvega &amp;rsquo;s article on using CIL getters and setters to speed up the execution&lt;/p&gt;
&lt;img src="http://community.devpinoy.org/aggbug.aspx?PostID=34402" width="1" height="1"&gt;</description></item><item><title>re: Using CIL to set/get values from fields and properties</title><link>http://community.devpinoy.org/blogs/cvega/archive/2009/02/13/using-cil-to-set-get-values-from-fields-and-properties.aspx#34398</link><pubDate>Mon, 16 Feb 2009 03:12:57 GMT</pubDate><guid isPermaLink="false">99090821-4da1-4a75-98c2-a35884625ff7:34398</guid><dc:creator>cvega</dc:creator><description>&lt;p&gt;@cruizer,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not exactly sure how NHibernate does it. &lt;/p&gt;
&lt;p&gt;However, given the fact the NHibernate is dependent in Castle.DynamicProxy, I think they are making a proxy-class of an entity class (that is also why Entity&amp;#39;s properties should be virtual for this to work) and then doing a DynamicMethod for creating an instance of that proxy through constructor:&lt;/p&gt;
&lt;p&gt;public class MyEntity {&lt;/p&gt;
&lt;p&gt; &amp;nbsp; public virtual string Name { get; set; }&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;// NHibernate runtime proxy:&lt;/p&gt;
&lt;p&gt;public class MyEntityNHProxy: MyEntity {&lt;/p&gt;
&lt;p&gt; &amp;nbsp;public MyEntityNHProxy(string name) {&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Name = name; // set value here...&lt;/p&gt;
&lt;p&gt; &amp;nbsp;}&lt;/p&gt;
&lt;p&gt; &amp;nbsp;// members are inherited. I&amp;#39;m not sure why&lt;/p&gt;
&lt;p&gt; &amp;nbsp;// they need members to be &amp;quot;virtual&amp;quot;.&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;-chris&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.devpinoy.org/aggbug.aspx?PostID=34398" width="1" height="1"&gt;</description></item><item><title>re: Using CIL to set/get values from fields and properties</title><link>http://community.devpinoy.org/blogs/cvega/archive/2009/02/13/using-cil-to-set-get-values-from-fields-and-properties.aspx#34397</link><pubDate>Mon, 16 Feb 2009 01:23:21 GMT</pubDate><guid isPermaLink="false">99090821-4da1-4a75-98c2-a35884625ff7:34397</guid><dc:creator>cruizer</dc:creator><description>&lt;p&gt;as always, great post here chris! :)&lt;/p&gt;
&lt;p&gt;i wonder though why they insisted on going with their own O/RM instead of leveraging an existing one like NHibernate. NHibernate probably does what your code does whenever it starts up, since there&amp;#39;s a momentary delay as it reads the .hbm.xml mappings, right?&lt;/p&gt;
&lt;p&gt;oh well...maybe they&amp;#39;re afraid of open source. personally i&amp;#39;m more afraid of the NIH syndrome that&amp;#39;s pervasive in the Microsoft community.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.devpinoy.org/aggbug.aspx?PostID=34397" width="1" height="1"&gt;</description></item><item><title>re: Using CIL to set/get values from fields and properties</title><link>http://community.devpinoy.org/blogs/cvega/archive/2009/02/13/using-cil-to-set-get-values-from-fields-and-properties.aspx#34395</link><pubDate>Sun, 15 Feb 2009 15:11:15 GMT</pubDate><guid isPermaLink="false">99090821-4da1-4a75-98c2-a35884625ff7:34395</guid><dc:creator>cvega</dc:creator><description>&lt;p&gt;@jakelite,&lt;/p&gt;
&lt;p&gt;DynamicMethod.Invoke should be faster (although I didn&amp;#39;t tested it yet). &lt;/p&gt;
&lt;p&gt;CreateDelegate method will only return a invokable delegate with DynamicMethod signature in it. When you call the delegate, it will then resolve the DynamicMethod back again to call DynamicMethod.Invoke.&lt;/p&gt;
&lt;p&gt;-c&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.devpinoy.org/aggbug.aspx?PostID=34395" width="1" height="1"&gt;</description></item><item><title>re: Using CIL to set/get values from fields and properties</title><link>http://community.devpinoy.org/blogs/cvega/archive/2009/02/13/using-cil-to-set-get-values-from-fields-and-properties.aspx#34392</link><pubDate>Sat, 14 Feb 2009 17:01:14 GMT</pubDate><guid isPermaLink="false">99090821-4da1-4a75-98c2-a35884625ff7:34392</guid><dc:creator>jakelite</dc:creator><description>&lt;p&gt;great article! one question though. what is the performance characteristics of calling dynamicMethod.Invoke as compared to using dynamicMethod.CreateDelegate and calling the delegate?&lt;/p&gt;
&lt;p&gt;perhaps something for a follow up blog post?&lt;/p&gt;
&lt;p&gt;cheers!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.devpinoy.org/aggbug.aspx?PostID=34392" width="1" height="1"&gt;</description></item><item><title>re: Setting-up your MASM32 development environment</title><link>http://community.devpinoy.org/blogs/cvega/archive/2009/01/24/setting-up-your-masm32-development-environment.aspx#34303</link><pubDate>Mon, 26 Jan 2009 02:03:54 GMT</pubDate><guid isPermaLink="false">99090821-4da1-4a75-98c2-a35884625ff7:34303</guid><dc:creator>CryptoKnight</dc:creator><description>&lt;p&gt;Great! This should get anyone started with just the right amount of info.&lt;/p&gt;
&lt;p&gt;Keep it up!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.devpinoy.org/aggbug.aspx?PostID=34303" width="1" height="1"&gt;</description></item><item><title>re: Setting-up your MASM32 development environment</title><link>http://community.devpinoy.org/blogs/cvega/archive/2009/01/24/setting-up-your-masm32-development-environment.aspx#34302</link><pubDate>Mon, 26 Jan 2009 01:46:01 GMT</pubDate><guid isPermaLink="false">99090821-4da1-4a75-98c2-a35884625ff7:34302</guid><dc:creator>modchip</dc:creator><description>&lt;p&gt;Very nice, detailed enough to get people started! Thanks, this will serve as a great reference (in case I forget). Hehehe.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.devpinoy.org/aggbug.aspx?PostID=34302" width="1" height="1"&gt;</description></item><item><title>re: An assembly language only blog</title><link>http://community.devpinoy.org/blogs/cvega/archive/2009/01/22/an-assembly-language-only-blog.aspx#34289</link><pubDate>Sat, 24 Jan 2009 13:18:41 GMT</pubDate><guid isPermaLink="false">99090821-4da1-4a75-98c2-a35884625ff7:34289</guid><dc:creator>cvega</dc:creator><description>&lt;p&gt;Yes you&amp;#39;re right :D&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.devpinoy.org/aggbug.aspx?PostID=34289" width="1" height="1"&gt;</description></item><item><title>re: An assembly language only blog</title><link>http://community.devpinoy.org/blogs/cvega/archive/2009/01/22/an-assembly-language-only-blog.aspx#34283</link><pubDate>Fri, 23 Jan 2009 03:08:07 GMT</pubDate><guid isPermaLink="false">99090821-4da1-4a75-98c2-a35884625ff7:34283</guid><dc:creator>cruizer</dc:creator><description>&lt;p&gt;wait a minute...all your blogs and posts are assembly related! you&amp;#39;ve already been doing this ;)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.devpinoy.org/aggbug.aspx?PostID=34283" width="1" height="1"&gt;</description></item></channel></rss>