Wednesday, July 2, 2008
How do you do object pooling in .NET?
COM+ reduces overhead by creating object from scratch. So in COM+ when object is activated from its pool and when it’s deactivated it’s pushed back to the pool. Objects pooling is configured by using the “ObjectPoolingAttribute” to the class.
Labels:
ASP,
C#,
General,
interview questions,
VB,
Visual Studio