LINQ to SQL LINQ to SQL (One of the ORM solutions) provides a run-time infrastructure to manage relational data as objects without losing the ability to query. It does this by translating language-integrated queries (LINQ query) into SQL, and then translating the results back into objects. Your application is then free to manipulate the objects [...]
↧