Design pattern for Fat Client - Thin Client to use Common code?
- by kurozakura
Windows-based client application and web-client application(consuming the same code which windows-client uses)
what is the preferable pattern for this scenario?
Is it ok to have the code in the common place where both the projects and refer it as dll i.e one which is a windows app and other which is going consume the same code which windows client will be exposing.