Suppose you have already existing application with Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. With this example how can you approach migrating this application to .NET?



Suppose you have already existing application with Visual Studio 6 (VB 6, InterDev 6) and this appli..

Answer / Shtakshi Bhatnagar

Migrating a VB6/InterDev6 application that uses COM+ transactions to .NET involves several steps:

1. Refactor the codebase into C# or VB.NET.
2. Replace COM components with .NET equivalents.
3. Port COM+ transactions to System.Transactions.
4. Update database connections to use ADO.NET.
5. Test and resolve any compatibility issues.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

How many bytes is a long c#?

1 Answers  


What is activator c#?

1 Answers  


How to force my .net app to run as administrator on windows 7?

1 Answers  


What is datasource c#?

1 Answers  


Why is main static in c#?

1 Answers  


What is the difference between Abstract and Interface?

22 Answers   Agile Software, FER, HCL, Sys Universe,


What is class sortedlist underneath?

1 Answers  


Can abstract class instantiated c#?

1 Answers  


what is boxing and unboxing?can we initialize unboxing directly?

1 Answers   EDS,


What is instantiating a class?

1 Answers  


How can I make sure my c# classes will interoperate with other .net languages?

1 Answers  


Explain the types of assemblies in .net?

1 Answers  


Categories