OrganizingAspNetCore
OrganizingAspNetCore copied to clipboard
Offers several different ways to organize content in ASP.NET Core MVC and Razor Pages projects.
I noticed that if you are using razor class libs, the `controllerActionDescriptor` in `FeatureViewLocationExpander` will be null. I added ``` if (controllerActionDescriptor == null) { // make sure shared stuff...
I just upgraded an application with this code from asp.net 2.0 to asp.net 2.1 and the default routes stop working. Do you have an updated code?
Firstly a great library, I've been using your library for a while, and recently with the introduction of ASP.NET 2.1 Identity as a library https://docs.microsoft.com/en-us/aspnet/core/security/authentication/scaffold-identity?view=aspnetcore-2.1&tabs=visual-studio I noticed that an exception...
Sir, please help i am trying to refactor my project structure, using the features, but i have grouping the code into the features folder (controller, model and view), but whenever...
Hi there, I was wondering if you have looked at how Resharper views can be discovered The have a package called Jetbrains.Annotations and you can use something like the following:...
The current version has two features: * Ninjas * Samurai Each has a SwordsController with an Index.cshtml view inside of a Swords subfolder. Going to /ninjas/swords hits the SwordsController in...
Hi, thanks for this example code, quick question, would you be able to add a sample where Features are contained in other assemblies? Our application will soon become quite large...