Tuesday, January 6, 2009

Pre-JITing

How .Net CODE WORKS???

.NET CODE (VB/C#) -> JIT -> MSIL -> JIT -> .net assemblies -> native code /EXECUTABLES

Is there a way I do not want my .NET application code to re-compile on client end each time BY JIT? Is there something like pre-JITing?

Solution...http://msdn.microsoft.com/hi-in/magazine/cc163808(en-us).aspx

No comments:

Post a Comment