I am actually now using the typical SqlDataReader to fetch my data with visual studio 2005 but I want to start using the entity-framework. Are there any programs or backs I should download or install to do so?
Besides that, if i want to continue using my way is that a good idea?
thanxx
In vs2005 you can’t but If you have VS2008 you could download VS 2008 Service pack to work with EF, and if you have VS2010, It will be installed by default.
After installing it See Code First, there are lot of a resources with code first.
Also for startup is good too see google search and MSDN.