Let's 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 ?
Answer / raghumadhav tirunagari
We need to have Wrapper to communicate COM components in
.net. and vis versa
CCW : Com Callable wrapper.
RCW : RUN time callable wrapper.
| Is This Answer Correct ? | 1 Yes | 0 No |
Are there any third party logging components available?
What are different types that a variable can be defined and their scopes ?
What should one do to make class serializable?
What is this DLL hell problem in dotnet? Can a virtual class be created/can a virtual method be created inside the class?
If I'm developing an application that must accomodate multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
what is sessions and cookies take one example simple way to understand
.net platform independent or dependent?
How do I stop a thread?
What's new in the .net 2.0 class library?
what is a namespace?how they are classified?write a program which contains class,object,inheritance?
Will finally block exec if we write an return statement to a try block???????
What is the procedure on hardware that converts the ascii value to binary? : .NET Architecture