Sharing LINQ-to-SQL classes/models between multiple projects in a solution
Posted
by Maxim Z.
on Stack Overflow
See other posts from Stack Overflow
or by Maxim Z.
Published on 2010-05-25T19:59:27Z
Indexed on
2010/05/25
20:01 UTC
Read the original article
Hit count: 218
I have multiple C# projects in a Visual Studio solution right now that will all use the same SQL Server database.
What is the proper way to share LINQ-to-SQL classes between projects?
I'm considering just copying the dmbl
files into each project, but I think that may be too redundant. Is there a better way to approach this?
© Stack Overflow or respective owner