Hi,
I'm an experienced java dev who is starting to learn the .net side of things, and was going to pick up a asp.net project as my area to begin(so I can compare to grails, spring mvc etc)
One thing I am finding v annoything is having to restart my web server for each code change. On the java side during development, I use standard JVM hotspot to reload my classes on the fly. We also bought JRebel http://www.zeroturnaround.com/jrebel/ which takes this capability to an even higher plane!
Can any .net guru tell me if there is an equivalent of java hotspot, JRebel technologies for .net (esp c#)?
Thanks