ASP.NET 2.0 Question:
Download Questions PDF

Lets say I have an existing application written using Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. How would you approach migrating this application to .NET?

ASP.NET 2.0 Interview Question
ASP.NET 2.0 Interview Question

Answer:

COM components are accessed from the .NET runtime via a Runtime Callable Wrapper (RCW). This wrapper turns the COM interfaces exposed by the COM component into .NET-compatible interfaces

Download ASP.NET 2.0 Interview Questions And Answers PDF

Previous QuestionNext Question
Trace and Debug belongs to which namespaces?Explain DIff. between Friend and Protected Friend?