Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有两个项目的解决方案。第一个项目包含数据库模型的定义,第二个项目包含表单。我想知道在第二个项目中使用第一个项目中定义的模型的最佳方法是什么。我如何链接?
查看MVVM 架构
通过拆分和分离模型、视图和业务逻辑(视图模型)的关注点,您可以获得 MVVM 架构的好处。