I'm wondering if there is something like Hotswap/HotDelpoy/JRebel (known from Java World) in .NET Desktop Applications (no stateless webapps)?
As an example you change a functionality in the IDE while the Program is Running and the changes are instantly reflected in the running app
Do .NET Programmer need to restart the app on every change to validate it?
