Basic Dot Net Question:
Download Questions PDF

Using COM Component in .Net?

Answer:

As most of you know that .Net does not encourage the development of COM components and provides a different solution to making reusable components through Assemblies. But, there are a lot of COM components present which our .Net application might need to use. Fortunately, .Net provides an extremely simple approach to achieve this. This is achieved by using ‘Wrapper Classes’ and ‘Proxy Components’. .Net wraps the COM component into .Net assembly technically called ‘Runtime Callable Wrapper’ or RCW. Then u can call and use your COM component just as a .Net (or C#, if u are using C#) Assembly.

Download Dot Net Interview Questions And Answers PDF

Previous QuestionNext Question
What is the difference between ASP and ASP.NET? What is an assembly in .NET?