I wanted to know how I can create declarative rule conditions and rulesets so that I can modify the rules dynamically without having to build my application.
For this I got a lot of solutions, I started with Designer re-hosting, then found that it cannot be used as it will require my application to be compiled.
Then I came to know that, if I use Declarative Rule Conditions, i will be able to create rules which are stored as xml in .rules files and can be modified dynamically.
Then I tried to create the rule using Visual Studio 2017, but I couldn't find a way to do it.
Visual Studio 2017 doesn't support rule creation?
How can I create rule which can be consumed in my ASP.Net application and without having to rebuild my application?
Thanks & Regards,