There is a web application which is built in asp.net webforms with entity framework. Database sqlserver 2008 R2. I need to build a new sharepoint portal which will be using the exisiting database i.e., using its table , views , storedprocedure, user defined table type etc. Can we include entity framework in sharepoint ?
One way i am able to use the external database by using external content type. but it seems it is not serving the purpose. Any suggestion is appreciable !