What architecture and patterns can I use to share the most model and logic code between a WPF and an ASP.NET MVC application?
I am trying to achieve a bit more here than
Use Web Api, let both the WPF and the Web application consume the services from Web Api. Done.