What are possible implementations of distributed
applications in .NET?
Answer Posted / guest
.NET Remoting and ASP.NET Web Services. If we talk about the
Framework Class Library, noteworthy classes are in
System.Runtime.Remoting and System.Web.Services
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Who is using .net core?
Explain Creational design pattern in .NET?
What is RPC? What is the use of it?
Explain what is heap and what is stack?
State the differences between the dispose() and finalize().
Please explain what are an object and a class?
What is managed code in .NET?
What does mean by .net framework?
What is the difference between response.write & response.output.write?
Is .net capable of supporting multi-thread?
What is new in .net core?
Explain the difference between the while and for loop.
Tell me what is serialization?
What is the difference between response.redirect & server.transfer?
Explain me what is an anonymous method and how is it different from a lambda expression?