Visual Studio:在一个解决方案中创建多个项目?
考虑一个 mvvm/wpf 应用程序,它有什么优势,例如 Visual Studio 解决方案中的 3 个项目(View、ViewModel、Model)?
consider a mvvm/wpf application, what advantage has it to do for example 3 projects (View, ViewModel, Model) in a visual studio solution?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想不出将视图、视图模型和模型拆分为单独的项目有什么真正的优势,除非它们很大并且您需要更好的组织,或者您想将它们编译为可以独立版本控制的 dll。
I can't think of any real advantage to splitting your view, viewmodel and model into separate projects, unless they are large and you need better organization or you would like to compile them to dlls that can be versioned independently.