<?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>Comment Feed for Help Related to CSharp Coding (TechOff on Channel 9)</title><atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/forums/techoff/452729-help-related-to-csharp-coding/rss/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url><title>Comment Feed for Help Related to CSharp Coding (TechOff on Channel 9)</title><link>http://channel9.msdn.com/forums/TechOff/452729-Help-Related-to-CSharp-Coding/</link></image><description>Help Related to CSharp Coding</description><link>http://channel9.msdn.com/forums/TechOff/452729-Help-Related-to-CSharp-Coding/</link><language>en-us</language><pubDate>Tue, 13 Jan 2009 05:33:26 GMT</pubDate><lastBuildDate>Tue, 13 Jan 2009 05:33:26 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3599.6114, Culture=neutral, PublicKeyToken=null)</generator><item><title>Re: Re: Re: Re: Re: Help Related to CSharp Coding</title><description>&lt;P&gt;I don't know about it. Thanks for telling me. (I've learnt to evade from names that I believe to be error_prone when coding, so haven't got chance to see it before.)&lt;BR&gt;&lt;BR&gt;But this doesn't prevent the name be a poor choice, does it? ;)&lt;/P&gt;</description><comments></comments><link>http://channel9.msdn.com/forums/TechOff/452729-Help-Related-to-CSharp-Coding/?CommentID=452955</link><pubDate>Tue, 13 Jan 2009 05:33:26 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/452729-Help-Related-to-CSharp-Coding/?CommentID=452955</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/452955/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I don't know about it. Thanks for telling me. (I've learnt to evade from names that I believe to be error_prone when coding, so haven't got chance to see it before.)But this doesn't prevent the name be a poor choice, does it? ;)</evnet:previewtext><dc:creator>cheong</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/452955/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Re: Re: Help Related to CSharp Coding</title><description>&lt;P&gt;Yes, but C# is compiled to IL (like other managed&amp;nbsp;languages does too), it's not like you'll use the&amp;nbsp;C# source file directly&amp;nbsp;in VB, you'll use the compiled&amp;nbsp;assembly, in which the "operators"&amp;nbsp;are converted to methods with&amp;nbsp;&lt;STRONG&gt;op_&lt;/STRONG&gt;%special_name% name&amp;nbsp;format (and I don't imagine the compiler teams will change the name&amp;nbsp;it in such a way that it will break if you use Operator), and thats what languages like VB or others use. Just saying.... :)&lt;/P&gt;</description><comments></comments><link>http://channel9.msdn.com/forums/TechOff/452729-Help-Related-to-CSharp-Coding/?CommentID=452930</link><pubDate>Tue, 13 Jan 2009 03:30:03 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/452729-Help-Related-to-CSharp-Coding/?CommentID=452930</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/452930/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Yes, but C# is compiled to IL (like other managed&amp;nbsp;languages does too), it's not like you'll use the&amp;nbsp;C# source file directly&amp;nbsp;in VB, you'll use the compiled&amp;nbsp;assembly, in which the "operators"&amp;nbsp;are converted to methods with&amp;nbsp;op_%special_name% name&amp;nbsp;format (and I don't&amp;#8230;</evnet:previewtext><dc:creator>Ion Todirel</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/452930/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Re: Help Related to CSharp Coding</title><description>True (otherwise C# won't let him compile it) but it IS a keyword in case insensitive languages like VB.NET. (That's the reason I said "in the future")&lt;BR&gt;&lt;BR&gt;Someone writing programs that add reference to your module will probably thank him for this... and I suspect there's other similar poorly chosen names hiding in the modules...</description><comments></comments><link>http://channel9.msdn.com/forums/TechOff/452729-Help-Related-to-CSharp-Coding/?CommentID=452926</link><pubDate>Tue, 13 Jan 2009 03:02:13 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/452729-Help-Related-to-CSharp-Coding/?CommentID=452926</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/452926/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>True (otherwise C# won't let him compile it) but it IS a keyword in case insensitive languages like VB.NET. (That's the reason I said "in the future")Someone writing programs that add reference to your module will probably thank him for this... and I suspect there's other similar poorly chosen names hiding in the modules...</evnet:previewtext><dc:creator>cheong</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/452926/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Help Related to CSharp Coding</title><description>Operator is not a keyword, &lt;STRONG&gt;o&lt;/STRONG&gt;perator is</description><comments></comments><link>http://channel9.msdn.com/forums/TechOff/452729-Help-Related-to-CSharp-Coding/?CommentID=452923</link><pubDate>Tue, 13 Jan 2009 02:30:55 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/452729-Help-Related-to-CSharp-Coding/?CommentID=452923</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/452923/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Operator is not a keyword, operator is</evnet:previewtext><dc:creator>Ion Todirel</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/452923/Trackback.aspx</trackback:ping></item><item><title>Re: Help Related to CSharp Coding</title><description>// Offender suspect from&amp;nbsp;Operator.drawHistogram()&lt;BR&gt;&lt;BR&gt;form.pb_color.Image = bmp;&lt;BR&gt;&lt;BR&gt;I'd advise remove all reference to Form1 in Operator class before debugging...&lt;BR&gt;&lt;BR&gt;P.S.:&amp;nbsp;Something deep inside me&amp;nbsp;have a feeling&amp;nbsp;that naming a class with a&amp;nbsp;keyword is asking for trouble in the future...</description><comments></comments><link>http://channel9.msdn.com/forums/TechOff/452729-Help-Related-to-CSharp-Coding/?CommentID=452740</link><pubDate>Mon, 12 Jan 2009 09:26:11 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/452729-Help-Related-to-CSharp-Coding/?CommentID=452740</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/452740/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>// Offender suspect from&amp;nbsp;Operator.drawHistogram()form.pb_color.Image = bmp;I'd advise remove all reference to Form1 in Operator class before debugging...P.S.:&amp;nbsp;Something deep inside me&amp;nbsp;have a feeling&amp;nbsp;that naming a class with a&amp;nbsp;keyword is asking for trouble in the future...</evnet:previewtext><dc:creator>cheong</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/452740/Trackback.aspx</trackback:ping></item></channel></rss>