I am new to development and please don't mind if my question is not clear.
I want to create an application which allows users to update .cs files later on as per their requirement and run the application without the need of re-building or re-compiling solution.
For instance, I have written a Checking_Balance.cs and now I want to add another new class/ or update the current class to include another function.
How can I make it work if I create one using notepad and copying it to the folder ?
I hope the question is clear enough for you guys to understand. Thanks