ASP.Net MVC using existing COM objects as model -


We currently have a set of COM objects, which is a classic ASP web app incorporating business logic and database access. .
We are in the planning phase of our next REP, looking at ASP.Net MVC 4 as a framework.
Can ASP.NET be using an existing COM Object Model through Interop as MVC model? Or it is better to use this webform.

ASP.NET MVC is a dev structure that does not worry whether your data access method is an XML The file or a REST API call result or your COM object may need to map your items to your viewmodel apposet, make ViewModels essentially to pass the data from and to

Comments