What are the new thee features of com+ services, which are not there in com (mts)?
Answer / Navneet Kuamr
{"Three significant features of COM+ services that were not present in COM (including MTS) are:
1. Object Pooling: Object pooling allows objects to be created and managed by the runtime, reducing the overhead of creating new objects for each request. This improves performance and scalability.
2. Transaction Support: COM+ supports distributed transactions out-of-the-box, allowing multiple resources (databases, message queues, etc.) to participate in a single transaction. This ensures data consistency across systems.
3. Security Enhancements: COM+ provides built-in security features such as role-based security, authorization policies, and method-level authorization, which help developers create more secure applications.}
| Is This Answer Correct ? | 0 Yes | 0 No |
Describe the start-up process for a Windows service.
What is the difference between a class and an object, and how do these terms relate to each other?
What are data types in .NET?
Is the COM architecture same as .Net architecture? What is the difference between them (if at all there is)?
Which ports are used by viruses? UDP/TCP?
What are Sessions?
Is .net 4.8 backwards compatible?
Interop Services?
Garbage collector thread is what kind of a thread?
What is MSIL code ?
what is object lock?
What is the model role in Mvc architecture?