I am used to using datasets for my projects in terms of data access. I now set myself an easy app to work on in order to learn the entity data framework and how to retrieve & manipulate data.
All the tutorials and samples I have found on the internet are too advanced for me.
Can anyone guide me through on where to start, what are the advantages of this model, In what scenarios should I choose to use entity framework and what are the things (basis) I should now before starting.
My datasets are working fine too. Are there any reasons for me not to stick with that way of accessing data? Or is this something to consider depending on the users of the website (for speed purposes etc.)
Any information – guidance would be appreciated.
Thank you in advance..
The question you’re asking (“When should I use an ORM as opposed to DataSets/hardcoded SQL?”) is a little too broad to be addressed adequately on a Q&A website. However, here are a couple of the high points:
And a couple of disadvantages