VB.NET - COM+ services

Explain the use of following COM+ services

1. JIT activation : When an application needs to be scaled up for heavy transactions, the server resources can be used efficiently using Just-in-Time (JIT) activation - an automatic COM+ service.
2. Queued components : Queued components provide asynchronous message queuing.
3. Object Pooling : Object Pooling provides a pool of ready-made objects.
VB.NET - Shared member of the class
Shared member of the class - It is member of the class which can be access without creating instance of the class........
VB.NET - What is visual inheritance in VB.NET?
What is visual inheritance in VB.NET? - Visual inheritance allows deriving forms from the base form with common controls......
VB.NET - Define extender provider component
Define extender provider component - ErrorProvider, HelpProvider, and ToolTip components are the examples of extender provider.....
Post your comment