On Tue, May 8, 2012 at 8:47 AM, Alan Bourke <[email protected]> wrote: > > > On Tue, May 8, 2012, at 07:37 AM, Lou Syracuse wrote: >> After doing VB.Net for 5 years and am moving to C# too >> as it seems to be more widely used. Just take a look at the online job >> listings... >> > > These days I would advise anyone not to bother with VB.Net, IMO. > > Shaun 'DotNetNuke' Walker sums it up fairly well: > > http://www.dotnetnuke.com/Resources/Blogs/EntryId/2978/DotNetNuke-Switches-to-C.aspx -------------------
>From personal experience: The For Each loop in VB does NOT iterate through the collection. 'For Each pol As POLine In oldPO.POLines << does not work For cntr As Integer = 0 To oldPO.POLines.Count - 1 << kludge fix here VB gives you With End With and I know how much you VFP folks like that functionality. C# doesn't have that. VB sucks in Linq as well. I like C# over the two and want to get more into F# as well. YMMV. -- Stephen Russell Sr. Analyst Ring Container Technology Oakland TN 901.246-0159 cell _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/CAJidMYK+5dGkBYxBOmbVkK=wbvnbyzak_dxg4alqiykghtp...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

