I am new to LINQ to SQL and need some help on separating out data classes vs CRUD operation performed on database. I need to separate out Data Classes from .dbml designer file and move it to another namespace and preferably in new file.
Default behavior/parsing of .dbml file bundles all the data classes which is difficult to maintain.
Is there any way to decouple this mechanism.
Any help on this issue is highly appreciated.