Many developers love MVC, but hate having all the peices of their code scattered throughout their solution. Feature Folders allow you to store your Models, Views, and Controllers (or ViewComponents) in a single folder, keeping your structure organized and neat. This article provides the code to take full control over your structure in general, and View Paths in specific.