Hello!
I have downloaded this LINQBridge.dll now but where should I put it.
//Tony
"Pavel Minaev" <(E-Mail Removed)> skrev i meddelandet
news:d9a69169-3141-40e6-b25e-(E-Mail Removed)...
On May 6, 5:25 am, "Tony Johansson" <johansson.anders...@telia.com>
wrote:
> I don't have LINQ at the moment.
Well, that's easy to fix, even if you're on 2.0:
http://www.albahari.com/nutshell/linqbridge.aspx
If you're using VS2008 (but target .NET 2.0 rather than 3.5), then you
just reference this assembly, and then use LINQ normally. If you use
VS2005, then you'll have to call extension methods as static, and use
anonymous delegates instead of lambdas (and, of course, cannot use
LINQ syntactic sugar), but all the functionality is there - including
group by/