Looking for an open source project based on Linq to SQL [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
开发者_运维技巧Closed 7 years ago.
Improve this questionHei
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
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.
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.
精彩评论