Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am doing a project that upgrade a VB.NET desktop application to an asp.net web application, we want to use server control and EF as database access layer, can someone provide some good websites that introduce how to use EF in asp.net application, I saw a lot of tutorials about using EF in MVC.

Also, we have already had business objects, we want to use them to save our development time, how can these BO work with EF? Please introduce some good project structure.

Thanks.
Posted

1 solution

If you go here: http://www.asp.net/mvc
they show you how to use your existing Database to make the EF from which the other components can be created.
 
Share this answer
 
Comments
Member 1284721 2-Feb-15 22:04pm    
Thank you, that is very helpful...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900