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.
Yep that was it, only for some reason I had to install the full SDK for it to work...
So I am having the same issue as mentioned here. I installed .NET CORE 2.2.8 runtime and the issue still exists. Do I need to install the exact 2.2.0 version?
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
Great Answers.. I will follow up when i get my solution
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?