posts - 50, comments - 154, trackbacks - 169

My Links

News

Tag Cloud

Article Categories

Archives

Post Categories

Image Galleries

Friends Blog

September 2005 Entries

DataGrid in simple english
http://www.dotnetjohn.com/d...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Thursday, September 22, 2005 9:28 AM | Feedback (4) | Filed Under [ C# ]

NGen 2.0 persistant native code image generating tool features.
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...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Wednesday, September 14, 2005 12:44 PM | Feedback (8) | Filed Under [ C# ]

Article on Paging with repeater control in ASP.Net
Paging with Repeater control in ASP.NET http://www.charon.co.uk/con
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Tuesday, September 06, 2005 7:41 AM | Feedback (45) | Filed Under [ C# ]

Powered by: