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
|