<?xml version="1.0"?><rss version="2.0" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>VB.NET Key Points</title><link>http://www.greenvilledotnet.com/Default.aspx?tabid=56&amp;forumid=12&amp;scope=threads</link><description>Covers key points from each chapter</description><pubDate>2010-09-07T00:25:15Z</pubDate><lastBuildDate>2006-03-24T14:37:41Z</lastBuildDate><ttl>30</ttl><item><title>CH 7 Delegates and Events</title><pubDate>2006-03-24T02:59:49Z</pubDate><author>DanTaylor</author><link>http://www.greenvilledotnet.com/Default.aspx?tabid=56&amp;forumid=12&amp;scope=posts&amp;threadid=108</link><description>John Spano, a member of the Guild&amp;nbsp;has written an article on Delegates. His article can be found at the following url:
'http://www.gspdevelopers.org/Articles/tabid/152/articleType/ArticleView/articleId/5/Delegates-in-VBNet.aspx'&gt;http://www.gspdevelopers.org/Articles/tabid/152/articleType/ArticleView/articleId/5/Delegates-in-VBNet.aspx'http://www.developerfusion.co.uk/show/5251/'&gt;
&amp;nbsp;
Dan</description><slash:comments>1</slash:comments></item><item><title>Ch 3: Control Flow and Error Handling</title><pubDate>2006-03-20T02:03:48Z</pubDate><author>AlGonzalez</author><link>http://www.greenvilledotnet.com/Default.aspx?tabid=56&amp;forumid=12&amp;scope=posts&amp;threadid=83</link><description>Points of Interest/Suggestions&lt;br
&lt;ul&gt;
    &lt;li&gt;Pg 92: Can pass a variable by ByVal even if the parameter is defined ByRef by enclosing in parantheses.&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
    &lt;li&gt;Pg 96: Optional parameters are not CLS compliant&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
    &lt;li&gt;pg 100: Avoid Microsoft.VisualBasic namespace by removing reference to Microsoft.VisualBasic.dll assembly&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
    &lt;li&gt;pg 100: [Suggestion] Use System.Environment.NewLine instead of vbCrLf&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
    &lt;li&gt;pg 103: [Suggestion] Use System.Diagnostics.Process instead of Shell&lt;/li&gt;
&lt;/ul&gt;</description><slash:comments>4</slash:comments></item><item><title>Ch 6 - Class Fundamentals</title><pubDate>2006-03-20T03:41:42Z</pubDate><author>rcasebere</author><link>http://www.greenvilledotnet.com/Default.aspx?tabid=56&amp;forumid=12&amp;scope=posts&amp;threadid=86</link><description>1. Dim statements define private fields inside a class but public for strucures.. &lt;br
2. Methods may be overloaded via different parameter signatures.&lt;br
3.Partial classes allow a class definition to span &lt;br
modules.&lt;br
4. Properties are more versatile than fields.&lt;br
5. A method should be used in lieu of a write-only property.&lt;br</description><slash:comments>2</slash:comments></item><item><title>Ch 3 Control Flow and Error Handling</title><pubDate>2006-03-20T03:34:43Z</pubDate><author>rcasebere</author><link>http://www.greenvilledotnet.com/Default.aspx?tabid=56&amp;forumid=12&amp;scope=posts&amp;threadid=85</link><description>1. Do .... Loop more flexible than For ... Next&lt;br
2. Objects can be passed by value only by copying them yourself&lt;br
3.VB arrays are passed by reference&lt;br
4. Don't throw exceptions for common occurrences, just use with truly exceptional conditions.&lt;br
5. The IDisposable interface method Dispose and the using keyword can help the CLR in freeing up unneeded resources.&lt;br</description><slash:comments>0</slash:comments></item><item><title>Welcome</title><pubDate>2006-03-18T01:41:39Z</pubDate><author>jwalling</author><link>http://www.greenvilledotnet.com/Default.aspx?tabid=56&amp;forumid=12&amp;scope=posts&amp;threadid=78</link><description>Please enter your key points for the VB.Net study group.&amp;nbsp; A new thread should be started for every chapter.&amp;nbsp; If you are ready to enter your key points and there is no thread for it, then start a new thread. Everyone should then reply to the thread that has already been started for a chapter.&amp;nbsp;
In other words, there should only be one thread per chapter.</description><slash:comments>0</slash:comments></item></channel></rss>