web-to-winforms

Can I share controller of ASP.Net MVC with WinForms Application and how?

安稳与你 提交于 2019-12-12 06:05:22
问题 I am developing web application using MVC. A lot of efforts are going into the design model and controller. I know I can reuse the modal in winforms. But can I reuse the controller in winforms 回答1: If I am reading this correctly and you want to use your controller in a WinForms application, the answer would be that while (like almost anything) it is technically possible it is not likely you would ever want to. The biggest problem is that the features of ASP.NET MVC that make the controllers