Debugging Linq Queries And Object Initializer Gotchas
LINQ is a great time saving technology that distances the programmer from having to write complex SQL queries when working with databases. It offers a generic means for querying heterogenous IEnumerable data sources. It provides simple object relational mapping.
Object Initializers provide a short hand way of initializing an object in a single statement, rather than [...]
