Scripting Asp.net MVC Controllers at Runtime
Experimenting with new features can really be time consuming in a statically compiled web-framework like Asp.net. Although it is possible to edit view-files at runtime, every time you need a new method in your controller or get that last LINQ-Query right, you have to …
…. (1) Restart your Web application
…. wait …
… wait even longer if the project is big …
… navigate to the the page where you are working at …
… just to find out that the behaviour is still not what you have expected …
… start from (1)
Well that can suck sometimes and costs you a lot of your spare time.
Tags: Asp.net mvc, mono, mvc