Does it help to use NGEN?
Is it better to use NGEN an ASP.NET application when we know it is not going to change much? Or is the JIT good enough?
Is it better to use NGEN an ASP.NET application when we know it is not going to change much? Or is the JIT good enough?
I simply want to speed up my .NET-base client side app and am considering NGEN-ing the code.