Tuesday, February 18, 2014

101 [+ 7] C# LINQ samples, one project...

Visual Studio Gallery - MSDN 108 C# LINQ Samples Consolidated with Single Project

image

All MSDN LINQ 101 Samples and few more samples consolidated to Single project and given required comments for each topic...

...

Targeted Audience:

1. .NET Architects

2. .NET Application Designers

3. .NET Application Developers

Prerequisites:

1. .Net technologies.

2. Basic understanding of design patterns.

3. Basic understanding of OOPS.

Description:

All MSDN LINQ 101 Samples and few more samples consolidated to Single project and given required comments for each topic.

1. Open Solution.

2. Right click on the project and select Manage NuGet.

3. Select missing packages and Add

4. Run the application

Topics Covered:

1. Restriction Operators

2. Projection Operators

3. Partitioning Operators

4. Ordering Operators

5. Grouping Operators

6. Set Operators

7. Conversion Operators

8. Element Operators

9. Generation Operators

10. Quantifiers

11. Aggregate Operators

12. Custom Sequence  Operators

13. Query Execution  Operators

14. Join  Operators

15. Miscellaneous Operators

Sometimes it's just easier to have it local. And if you're using a cool code indexer like Sando (and) then finding that right snip is even easier...

BTW, here's the original/source, 101 LINQ Samples.

 

Related Past Post XRef:
An oldie but a goodie, 101 LINQ Samples (C# and VB)

No comments: