Nate Bross
Well-known member
Is it a bad idea to use expose LINQ to SQL objects as data objects?
It exposes the presentation layer directly to the database, even if it is through a class, that class directly relates to the database fields, etc which is supposed to be bad, right?
If that is the case, then what use is LINQ to SQL doing the busy work of creating my business object classes for me?
Thoughts?
It exposes the presentation layer directly to the database, even if it is through a class, that class directly relates to the database fields, etc which is supposed to be bad, right?
If that is the case, then what use is LINQ to SQL doing the busy work of creating my business object classes for me?
Thoughts?