VB over C#?  
Author Message
Ilia Broudno





PostPosted: LINQ Project General, VB over C#? Top

I have read this article on LINQ project:

http://www.hide-link.com/ #linqprojec_topic9

And after looking at the code I can see that in VB (which I don't know and don't like) the new syntax looks intuitive while in C# (which I do know and like so far) it looks unnatural and confusing.

What the hell

 



Visual Studio 200816  
 
 
jwooley





PostPosted: LINQ Project General, VB over C#? Top

I think you are stressing over the sections which discuss the new language features that enable LINQ (lambda's, expression trees, extension methods, etc). If you just look at the basic query syntax, I think you won't be as confused or see as much difference between the VB and C# implementation. Note that VB has moved to the from...select model in more recent builds. The document in question was written based off of the September 2005 CTP. LINQ has evolved since then. I recommend you check out some of the Channel 9 videos by Anders and Paul/Amanda and see if you still find C# 3.0 that overwhelming.

Jim Wooley
http://devauthority.com/blogs/jwooley/default.aspx