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 |
what is stage management ? (ASP.NET)
What is the cli? Is it the same as the clr?
Explain the purpose of cache? How is it used? : .NET Architecture
if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get
What is application frame host?
How resource files are used in .net?
How to improve the cache performance? : .NET Architecture
Define a virtual memory? : Dot net architecture
Explain about code access security?
server.transfer limitation ?
Can you give an example of what might be best suited to place in the Application_Start and Session_Start subroutines?
What is Opf3