Answer Posted / kondapallysantoshkumar
every COM object supports atleast one interfaceie IUNKNOWN
interface.each interface supports method acess data and
perform operations transperantely to the programmer,example
iunknown supports 3 methods addref(),release
(),queryinterface().if p is apointer to any iunknow.p-
>addref()increments the reference count
2)release().p->deleting the obkects when the reference
count reaches zero.,
3)queryinterface(idesired,pdesired).p->checks to see if the
current interface supports another interface
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is applicatio domain?
Tell me the code snippet to show how we can return 404 errors from HttpError?
Is it possible to change the index of primary key on table?
What is the difference between a cookie and a pixel?
What is latest version of asp.net mvc? : Asp.Net MVC
In which event of the page life cycle, is the viewstate available?
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
What are Caching techniques in .NET
How do u deploy ur project?
Where the cookie value is stored?
How can you handle exceptions in asp.net?
what are the Custom controls in asp.net?
What is the best Macanism to clear the Cache in asp.net
What are the difference between function and stored procedure in .net programming language?
Explain some of the major built-in objects in asp.net