Search code examples
asp.netdata-bindingentity-framework-4dataset

Is there a situation where DataSet is better than using EF?


We are starting to develop web application for our client. Though I am not convinced, we are going to use DataSet as our data access. One of the reason is that most of the team members have experience using DataSet. It is my first time to experience DataSet. I am just curious if there is a situation that we choose DataSet than EF other than the reason mentioned.


Solution

  • DataSet would be the wrong choice and finally you will face with the bunch of the limits, including the architectual ones