I’ve used once an downloadable add-on for entity framework, from the internet or Nu-Get to generate DAL with DataContext and all information by right clicking on the project and selecting “Generate.. From Database” and it creates a DataContext filled with all the information needed, including classes representing the data.
for some reason I cannt find it. does someone know what i mean and can give me a link for it?
Thanks.
It’s a Visual Studio Extension not a NuGet package. In VS go to Tools -> Extension Manager and search for Context or POCO on the online Gallery.