A
Andy B.
I need to determine if I need to be using just plain old SqlDataReader or
use entity framework before I get too far deep into my project and have to
change around a lot of code. Can someone help with this in general terms?
This is the overall concerns that need to be looked at when deciding either
one or the other.
1. Excessive overhead needs to be kept to as much of a minimum as possible.
Even though database usage from the web application is very small right now,
it will grow and could have years worth of gathered data.
2. In reference to #1 above, whatever I use for data access objects must be
as fast and as clean as possible.
3. It must be easy to understand and code writing must be as effortless and
as limitless as possible.. There limitations on the entity framework that I
had blocking my way. I had to write 1 stored procedure just to get around
it.
4. I am on a deadline with this project and whatever I use must be able to
let me move on to other things in a reasonable amount of time.
If there is more that needs to be said before anybody can advise, let me
know.
use entity framework before I get too far deep into my project and have to
change around a lot of code. Can someone help with this in general terms?
This is the overall concerns that need to be looked at when deciding either
one or the other.
1. Excessive overhead needs to be kept to as much of a minimum as possible.
Even though database usage from the web application is very small right now,
it will grow and could have years worth of gathered data.
2. In reference to #1 above, whatever I use for data access objects must be
as fast and as clean as possible.
3. It must be easy to understand and code writing must be as effortless and
as limitless as possible.. There limitations on the entity framework that I
had blocking my way. I had to write 1 stored procedure just to get around
it.
4. I am on a deadline with this project and whatever I use must be able to
let me move on to other things in a reasonable amount of time.
If there is more that needs to be said before anybody can advise, let me
know.