I have a web application where i need to use entity frame work.Actually i came to know that Entity follows 3 layered model.So is it mandatory to use again 3 layered model while using entity?Can any give your valuable idea’s and link’s regarding this.
Share
Entity framework will create a
DAL only. If you want to remove the Business logic layer you can.But working in a3 Tieris a better option,which is easy to maintain