Tagged Questions
3
votes
2answers
589 views
Organizing your Data Access Layer
I am using Entity Framework as my ORM in an ASP.Net application. I have my database already created so ended up generating the entity model from it. What is a good way to organize files/classes in the ...