I'm looking for an Extension that allows me to group Files into Virtual folders.

Example:

I have a Solution with 3 Projects. UI (MVC), Security Layer, BusinessLayer/DAL.

Each of the 3 Projects have some classes/views that handles stuff for let's say "User Management":

  • UI : Views, Controller, ViewModels
  • Security Layer: Security Checks
  • BL/DAL: Business Logic, Data Access

What I want is an Extension like a "Logical Solution Explorer" where I can create Virtual Folders in it and put links to all "User Management" classes/views in it.

Is there something like that available?

有帮助吗?

解决方案

I really like the Favorite Documents extension. It sounds like it could help. You can find more information about it at: http://www.svprogramming.net/favorite-documents/

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top