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
What is the difference between Hash table and Array list?
What symbol specifies the beginning of a query string?
What is difference between rest and soap?
Write a code for sending an email from asp.net application.
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
How to deploy/publish webservices?How many ways?Plz explain me
Where the viewstate is stored after the page postback?
What is the default authentication mode for asp.net?
What is simple data binding?
Explain the difference between overriding and overloading?
How tooltip is set through code-behind in ASP.NET?
How does asp.net page work?
In which situation can you not use a viewstate?
Explain how viewstate is being formed?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?