Answer Posted / nitin
Runtime Callable wrapper is created by CLR. It enables com
dot net components to access com components.
It Creates Bridge between dot net component and com
component.
It filters Data Type between both component.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is owin authentication?
Hi this is the coding for adding data in to an xml table
i want the coding for update and delete
Try
Dim emp_xml_doc As New XmlDocument
If
System.IO.File.Exists(Server.MapPath("emp.xml")) Then
emp_xml_doc.Load(Server.MapPath("emp.xml"))
Dim myrow_element As XmlElement
myrow_element =
emp_xml_doc.CreateElement("EmpDetails")
Dim str As String
str = "
What are the new navigation controls in asp.net 2.0?
How can we prepairing Interview
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
Can the unique key be null?
How to do state management in ASP.NET?
What are the advantages of asp.net?
How can we Validate a Controls in ASP.NET page using JavaScript?
What is full form of asp.net?
What is slidemaster?
How do session tokens work?
What is http post action?
What is the difference between dynamic SGA and static SGA?
What is the difference between web.config and machine.config in ASP.NET?