LINQ to SQL
Back to TOCCondensed TOC
Access databases using Language Integrated Query (LINQ)
- Fastest Start for LINQ to SQL
Every now and then, I need to have a source of data for an example or proof of concept that I’m building. It’s pretty rare that I have to directly use a SQL database. I only do so maybe once or twice a year, and each time it comes up, I can’t remember where to get the database, and the easiest way to get started. This post is a cheat-sheet for the future – posting this just so that the next time it comes up, I can get going faster. (Article)
Keywords: LINQ to SQL