How to layout dll or com when develop windows application with .net?
Posted
by ziang
on Stack Overflow
See other posts from Stack Overflow
or by ziang
Published on 2010-04-13T03:48:35Z
Indexed on
2010/04/13
3:53 UTC
Read the original article
Hit count: 510
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!
© Stack Overflow or respective owner