What security measures exist for .NET Remoting in
System.Runtime.Remoting?
Answer / guest
None. Security should be taken care of at the application
level. Cryptography and other security techniques can be
applied at application or server level
| Is This Answer Correct ? | 0 Yes | 0 No |
What are multicast delegates?
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?
What makes .net core cross platform?
Can we Classic ASP,.Net 1.0, .Net 1.x and .Net 2.0 installed on the same system?
When displaying fonts, what is the difference between pixels, points and ems?
Which server tag comes from server when we submit any data
Difference between abstract class and interface in .net?
How many types of generations are there in a garbage collector?
1.What is the major advantage of polymorphism? Please don't simply say binding. Specify any other reason.
What is the difference between task and thread in .net?
What is loosely coupled solution in.net?