we
have a huge asp.net application developed using web form architecture,
here accesing Database read/write is as class file [dll]. buisness
entity as separate project inside the solution.
so now we are planning to convert into MVC, after analysing MVC architecture Models part use Entity Framework.
But in above scenario, i have planned to call class[dll] functions , which
access read/write Database inside Model instead of using Entity
Framework [because using entity framework i can't use already created
class[dll] functions ].