Hi, is there a way to configure the ASP.NET Zero RAD Tool so that it works outside of the ASP.NET Zero solution?
I want to create a separate ASP.NET Boilerplate modular project to plugin to my main ASP.NET Zero solution. So far I have been able to achieve this using the Boilerplate documentation on plugins and embedded resources.
I want this project to be independent and testable on its own, and not part of the main solution. However, I want to still use the ASPNET Zero RAD tool to create entities and views in this separate project.
Is this possible by porting over the RAD Tool folder to this separate project, and/or changing the config files?
Could you point me in the direction of editing the RAD templates. I want to be able to set a default advanced filter value if the entity has an "IsActive" property. I want to set it so that inactive rows are never displayed for example.