views:

20

answers:

2

Hei

I’m trying to learn Linq to SQL and wondering if somebody can suggest some demo/open source project based on Linq to SQL. Preferably full designed n–layer architecture, showing best practices.

Thanks

A: 

Check out the MVC Music Store tutorial or the NerdDinner tutorial. Both are complete walkthroughs with code and PDFs to explain each step. Note though that each of these are MVC project walkthroughs.

Tommy
A: 

I'd suggest you visit codeproject.com in such cases, as it has tons of info on this and other topics, explaining technologies, frameworks, approaches and all that in sample projects that you can download any time.

vlood