What\'s the best practice in terms of setting up my DataContext for easy access in my extended LinqToSql classes?
For example, I have a \"User\" entity in my dbml a
I think perhaps the real problem is that User is probably not the right place for an instance member call GetUser.
User
GetUser