How to share the most code between a WPF and an ASP.NET MVC application?

后端 未结 7 1705
野性不改
野性不改 2021-02-19 06:20

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

7条回答
  •  遥遥无期
    2021-02-19 06:52

    Did you try using Portable class libraries. With this you can make the data layer and use it in ASP.Net MVC, WPF, Windows Phone, Silverlight.

提交回复
热议问题