I have seen here and there that Entity framework and Linq works with SharePoint. But can we use Entity framework Database first approach in SharePoint?
http://cdn.rssbus.com/help/RS3/ado/pg_usingEFIntro.htm
Here they only highlights model and and code first. I suppose because they use SharePoint Lists. But i want to use an external database with EF so db first would suit me more as i don't want to migrate data from my external db to sharepoint lists.
Any links to tutorials or exiting technology is welcome.
Thank you