I used the following work:
Step 1 ... Creating the necessary projects In your solution, create two projects: 1 - the application project (so the application that you are working, for example, the application for Windows forms) 2 - the datalayer project (the class library project, the one that makes the DLL like build result)
Step 2 ... Link Projects In the application project, add a link to the project in the datalayer project (links - add a link - project tab)
3...
datalayer:
- ,
- Linq to SQL ( .dbml)
-
- " "
- , .
-
- , : { get {return "TEST";} }
- datalayer
- ...
4 -
- - , , .
, , .dbml DLL . Visual Studio ... dll , , , , , .
.. datalayer ..: D
, -...