Can i use linq with net framework 2.0
Reimplementation of LINQ for. Branches Tags. Could not load branches. Could not load tags. Latest commit. Git stats 23 commits. Failed to load latest commit information. View code. NET 3. Follow Post Reply. Thanks in advance, Martin C 3. NET 2. NET framework 2. NET framework 3. Restated: I'm just wondering NET Framework 3. Sorry about that. I suspect not - I believe some of the classes that syntactic sugar boils down to are new to 3.
No, they will have to download it. IMO 3. I would wait untli Orcas is released. Michael Nemtsev. LINQ apps run fine on. JI suspect not - I believe some of the classes that syntactic sugar Jboils down to are new to 3. They don't need a new CLR, but I believe they need extra assemblies for the new types. Willy Denoyette [MVP]. As I mentioned before everything compiling and works fine on. You can download online. But how can LINQ work without. Net Framework 3. Does it depend on.
The answer is NO. When compiling this code, C 3. The compiler then looks for Where, OrderBy and Select methods. The critical thing is that it can find appropriately named methods with the correct signatures typically extension methods. Best Regards, Lingzhi Sun. Is this work for you? If you want to find some alternative for the LINQ in. You may consider DataTable. Select method to filter the rows. Have a nice day! Learn More. Ask a question. Quick access. Search related threads.
0コメント