GeekArticles
Microsoft
C#Poor Man's Linq in Visual Studio 2005
Author: codeproject.com |
Published: 20th May 2008 |
Visited: 239 times |
Add CommentFiled in: CSharpA way you can use Linq to Objects in C# 2.0 with .NET Framework 2.0
Read Article Sponsored Links
Related Articles
• LINQ to SQL Instantiation This article discusses how and when the objects within LINQ to SQL are created and instantiated, and how it maintains a list of the changes that need submitted to the database. It also discusses how this can be managed and some of the intricacies in LINQ with the help of source c ...
• Building a Visual Studio DebuggerVisualizer with a Custom Serializer For most any Serializeable object, making a DebuggerVisualizer is exceeding simple and examples abound. However, if you are trying to build a DebuggerVisualizer for an object which is not Serializable or takes too long to Serialize and Deserialize, things are not quite so simp ...