Answer Posted / prashanth
COM stands for Component Object Model.
It's referred in .NET as Un-managed code during Run-times.
.NET does not have control on execution status (specially
during transaction commits or rollbacks) until in gets back
acknowledgment of action back from COM object.
Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
When you use Ajax controls in the ASP.NET application?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What is client side state management?
What is the use of session in web application?
How do you implement sql caching in asp.net?
What is the use of HttpHandlers? When to use this?
How can we create custom controls in asp net?
What is a 307 redirect?
Why web api is better than wcf?
What role “#&&” plays in a querysting?
What is route in web api?
Why is string called immutable data type?
What is asp.net introduction?
What are the disadvantages of view state?