我最近的任务是更新用 C# 完成的系统。我来自 Kohana MVC 基于 Web 的开发,但有 C# 经验。
问题是:我的解决方案是一些“奇怪”的命名约定。我想知道它可能是什么以及如何在 VS 2010 Ultimate 中加载解决方案。
MySolution.BusinessLogic
MySolution.Common
MySolution.Contracts
MySolution.DataAccess
MySolution.DatabaseInstaller
MySolution.Entities
MySolution.Reporting
MySolution.UI
MySolution.UIControls
这是如何运作的?我需要单独编辑每个文件夹还是有办法在我的开发人员 IDE 中加载整个解决方案?