I know how to do this in C#, but my dev team doesn't use C#...
here is the answer in C#: http://stackoverflow.com/questions/470440/linq-how-to-select-only-the-records-with-the-highest-date
How do I do this in VB?
Essentially, if I knew how to write lambda expressions in VB, I would be set, but the materials I have found are not helpful.
I also need to know why the Into
identifier (i.e. "g
") is always trying to be a function every time I move off the line, resulting in this error: