Well since most of the tutorials and demos chooses to put the partial view in shared folder im asking for a better way to do this.
My problem: I want to use partial views in order to create a dynamic interface with reusable views. As i can with usercontrols. Since there might be a lot of partial views i want to put them in a seperate folder than the shared folder.
example: How it looks today:
[View]
A better way [View]
Or should i rethink my approach enirely? if so how? if not what should i think about?
Here is an example of something I do,