Previous Thread

8/12/2006 4:39:01 PM    Performance question
Hello, 
 
I am new to ASP.NET and CS2007, in the document of CS2007 states following: 
 
"For best performance, do not create multiple CatalogContext objects. 
 
Instead, create a single instance and reuse it for the lifetime of the 
 
application." 
 
Could you tell me what is the best practice to create a single instance and 
 
reuse it for the lifetime of the application in ASP.NET 2.0. 
 
Thank you in Advance. 
 
Ming



8/17/2006 5:30:34 PM    RE: Performance question