When would you use .NET Remoting and when Web services?
Answer / guest
Use remoting for more efficient exchange of information when
you control both ends of the application. Use Web services
for open-protocol-based information exchange when you are
just a client or a server with the other end belonging to
someone else
| Is This Answer Correct ? | 1 Yes | 0 No |
Difference between class and interface in .net?
What is il and c#?
How can you clean up objects holding resources from within the code?
What is "common language specification" (cls) in .net?
Explain the two different types of typecasting?
What is connection pooling and how do you make your application use it?
what are connection strings?
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
What are virtual destructures?
What distributed process frameworks outside .NET do you know?
Explain the top .net class that everything is derived from?
Explain Creational design pattern in .NET?