I am running Version 10.3.0 MVC .Net Core. Instead of having one large CustomDtoMapping class with all mapping placed inside of it, I would like to create individual custom mapping classes for each entity and place it inside the applicationservice folder for better management. It would also help with upgrades since all my code would be in a specific folder
What are the best practices / requirements to make this happen?
I am using v10.3.0 MVC .net core and working through an upgrade process from v10.2.0 does anyone have a best practice for data migration once the project has been upgraded?
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
So I am setting up a staging server to do some testing before I publish. Which project launchsettings do I need to change the ASPNETCORE_ENIRONMENT variable in order for the build to select the right appsettings.json file with the correct connection string
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
I need to add an UpdateRangeAsync on some of my repositories.What is the best practice for extending repositories in AspNetZero
Has anyone done a full step by step walkthru on module development for the aspnetboilerplate framework that would apply to AspNetZero?
We are adding a Sales and Quality Department to our application and would like to add a new custom tenant dashboard for each department (Tenant_Quality), Tenant_Sales). Once we have the new dashboards created be able to assign one to each user by department.
I have looked at the dashboard system and documentation and it looks possible, but was hoping that I could get a bit of feedback on how complex and if it's even a good idea.
We are using Version 9.0.1 MVC with .NetCore
How can we disable languages that we do not support? I can obviously update the databae however I was looking for the setting in the UI somewhere..
I am using the version 8.0.0 MVC Core / jQuery and would like to mass email all users. Has anyone successfully implemented and be willing to share?
Version 7.0.0 MVC Core & JQuery
So when using the rapid development tool the navigation properties are created to use a lookup table. What would be required to change the template to use the select2 dropdowns? Just asking because I am not a fan of the lookup tables and i have to convert them all over after the code generation
Using version 7.0.0 MVC Core & JQuery
What would be the best approach to publishing the public website and the app all on the same server?