I have an application perform some calculation logic and this app work with many customers
I want to change some formulas for some customers so,I found an article talking on how to execute C# code from strings here by CodeDom and it's working for my case and will solve many problems,
but I don't know about the performance of this way will be bad or not?