How to layout dll or com when develop windows application with .net?
- by ziang
Is there any resources that how to create windows application especially for how to design the dll to wrap the api call or the similar?
It seems that people don't compile the entire project into a single exe for release and what is the best practice to architect the windows application component based on MVC pattern?
Is there any resources or any good book on this topic?
Thanks!