Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I've been looking for a cheatsheet to help me remember LINQ syntax but the only ones I've found have been for C#. It seems like the C# syntax for LINQ is pretty different from the VB.NET syntax.

Any suggestions for a good, concise list of LINQ syntax for VB.NET?

share|improve this question

closed as not constructive by Bill the Lizard Mar 5 at 11:55

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

4 Answers

up vote 6 down vote accepted

So in other words....No.

You choose VB you basicly get tossed out and ignored by the community. Try asking a VB question most places and see the response you get.

I for one am tired of swimming against the current...time to knuckle down and simply learn C#.

Its a shame...I really like VB.

share|improve this answer
1  
Learn C# and you might see the light :P – jnylen Sep 22 '09 at 2:44
I used to code C mostly many years ago, before VB, and I can get by in C#. But what keeps me from switching is the whole case sensitive thing. It's just so frustrating I always go back to VB. – dwidel Jun 30 '11 at 2:54
Actually I did ultimately learn C# a couple years ago and I have to say I have a strong preference for it now and that's what all my new projects are written in. I just wish there was an easy way to convert all my old VB code to C# since VB has become a bit painful for me to write. The tools I've played with to convert files don't do a very good job of handling VB's idiosyncrasies and special features/functions (With, IsNumeric, My.Computer.Printers, etc.) I certainly have seen the light in C#, it just took a while. – Steve Hiner Apr 16 at 21:49

MSDN to the rescue.

Oh wait, you said concise...

share|improve this answer

No cheatsheets I'm afraid, but for what it's worth:

share|improve this answer

Poor us spawns of VB6 (and earlier).

Official Visual Studio 2010 Samples for C# 4.0

It says for C#, but there's a downloadable VB samples in a zip file.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.