http://www.dotnetjohn.com/d...
NGen, will create persistent native code to speed up process time. Usually JIT (Just In Time) compiler will compile the MSIL ( Microsoft Intermediate code) to native code immediately before code is executed, this is temporary, this is redundant processing time, to reduce this nGen is used. a) nGen will create native images. b) These will be stored in native image cache. c) When assembly is used by a managed application, CLR loader will locate, load and use the native images. Drawbacks of nGen 1.0...
Paging with Repeater control in ASP.NET http://www.charon.co.uk/con