Practical Tips
- Spend Time playing around with the anonymous types, looking at the different options that the intelligence list gives you.
- It is a good practice to try to filter data as much as possible, try to incorporate the Where clause.
- Make use of anonymoues type to decrease memory comsumption of your LINQ queries.
LINQ is so important an it has been integrated in many different places in .NET
Additionally, LINQ is available for XML, Entities, ADO.NET and Data Sets, each tipy providing access to a different data source.
No comments:
Post a Comment