Does .NET support compile time? I see that Mono did this to avoid problems with JITing on other platforms (for example, IPhone), and wondered if it was possible to build dlls for native code and run those that were in IIS. For dev, I would really like to be able to flip the switch to VS and IIS, so I only need to wait for compilation once, and not compile wait, JIT wait.
Trent source
share