What distributed process frameworks outside .NET do you know?
Answer / guest
Distributed Computing Environment/Remote Procedure Calls
(DEC/RPC), Microsoft Distributed Component Object Model
(DCOM), Common Object Request Broker Architecture (CORBA),
and Java Remote Method Invocation (RMI).
Is This Answer Correct ? | 0 Yes | 0 No |
Usually in .net, the clr takes care of memory management. Is there any need for a programmer to explicitly release memory and resources? If yes, why and how?
What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?
How Can Registry Editor in .NET?
Explain the difference between .net 2000 and .net 2005(features)? Which one is better?
What is the use of immutability?
What is COM Interoperability in .NET
How many types of generations are there in a garbage collector?
What does mean by .net framework?
What is Active Directory? What is the namespace used to access the Microsoft Active Directories? What are ADSI Directories?
Will it go to finally block if there is no exception happened?
What is Meta Data? Explain Types of Assemblies
What are object pooling and connection pooling and difference?