<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" media="screen" href="/App_Themes/default/rss.xslt"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:evnet="http://www.mscommunities.com/rssmodule/"><channel><title>Entries for Cory Nelson</title><atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/niners/phrostbyte/rss/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url><title>Entries for Cory Nelson</title><link>http://channel9.msdn.com/Niners/phrostbyte/</link></image><description>Entries, comments and threads posted by Cory Nelson</description><link>http://channel9.msdn.com/Niners/phrostbyte/</link><language>en-us</language><pubDate>Mon, 01 Aug 2005 01:55:59 GMT</pubDate><lastBuildDate>Mon, 01 Aug 2005 01:55:59 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3608.3122, Culture=neutral, PublicKeyToken=null)</generator><item><title>C# 3.0: What I Want [C# 3.0: What I Want]</title><description>One thing I really wished was in C# 2.0 way to specify a method
argument as "non-nullable".&amp;nbsp; Not having to manually check
arguments for null would be a big plus in reducing and simplifying code.&lt;br&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/92949-C-30-What-I-Want/'&gt;C# 3.0: What I Want&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/92949/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/92949-C-30-What-I-Want/</comments><link>http://channel9.msdn.com/forums/TechOff/92949-C-30-What-I-Want/</link><pubDate>Mon, 01 Aug 2005 01:55:59 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/92949-C-30-What-I-Want/</guid><evnet:views>4319</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/92949/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>One thing I really wished was in C# 2.0 way to specify a method
argument as "non-nullable".&amp;nbsp; Not having to manually check
arguments for null would be a big plus in reducing and simplifying code.&lt;br&gt;</evnet:previewtext><dc:creator>Cory Nelson</dc:creator><slash:comments>8</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/92949-C-30-What-I-Want/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/92949/Trackback.aspx</trackback:ping></item><item><title>.NET Gurus: Pinning a delegate for P/Invoke [.NET Gurus: Pinning a delegate for P/Invoke]</title><description>I'm attempting to P/Invoke a C library.&amp;nbsp; It requires me to pass a delegate which the library will store for later use.&lt;BR&gt;&lt;BR&gt;Because I do not use this delegate later in managed code it gets collected.&amp;nbsp; Easy enough to stop, but pinning it in one memory location is another story.&amp;nbsp; Is this possible?&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/26851-NET-Gurus-Pinning-a-delegate-for-PInvoke/'&gt;.NET Gurus: Pinning a delegate for P/Invoke&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/26851/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/26851-NET-Gurus-Pinning-a-delegate-for-PInvoke/</comments><link>http://channel9.msdn.com/forums/TechOff/26851-NET-Gurus-Pinning-a-delegate-for-PInvoke/</link><pubDate>Thu, 04 Nov 2004 13:49:57 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/26851-NET-Gurus-Pinning-a-delegate-for-PInvoke/</guid><evnet:views>6968</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/26851/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I'm attempting to P/Invoke a C library.&amp;nbsp; It requires me to pass a delegate which the library will store for later use.&lt;BR&gt;&lt;BR&gt;Because I do not use this delegate later in managed code it gets collected.&amp;nbsp; Easy enough to stop, but pinning it in one memory location is another story.&amp;nbsp; Is this possible?</evnet:previewtext><dc:creator>Cory Nelson</dc:creator><slash:comments>16</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/26851-NET-Gurus-Pinning-a-delegate-for-PInvoke/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/26851/Trackback.aspx</trackback:ping></item><item><title>Memory manager problem? [Memory manager problem?]</title><description>Hey guys,&amp;nbsp; there seems to be something horribly wrong with the Windows memory manager.&lt;br&gt;
&lt;br&gt;
See this source: http://dev.int64.org/memory.c&lt;br&gt;
It runs in 8sec on winxp, and 0.013sec in linux.&amp;nbsp; Even with my
1.5GiB of ram I thought maybe it wasn't able to expand the memory each
time but I made it use a fixed 10MiB heap it and performs just as
bad.&amp;nbsp; Any gurus care to comment?&lt;br&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/12813-Memory-manager-problem/'&gt;Memory manager problem?&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/12813/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/12813-Memory-manager-problem/</comments><link>http://channel9.msdn.com/forums/TechOff/12813-Memory-manager-problem/</link><pubDate>Tue, 13 Jul 2004 16:07:18 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/12813-Memory-manager-problem/</guid><evnet:views>6456</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/12813/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hey guys,&amp;nbsp; there seems to be something horribly wrong with the Windows memory manager.&lt;br&gt;
&lt;br&gt;
See this source: http://dev.int64.org/memory.c&lt;br&gt;
It runs in 8sec on winxp, and 0.013sec in linux.&amp;nbsp; Even with my
1.5GiB of ram I thought maybe it wasn't able to expand the memory each
time but I made it use a fixed 10MiB heap it and performs just as
bad.&amp;nbsp; Any gurus care to comment?&lt;br&gt;</evnet:previewtext><dc:creator>Cory Nelson</dc:creator><slash:comments>10</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/12813-Memory-manager-problem/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/12813/Trackback.aspx</trackback:ping></item></channel></rss>