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 is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?
What?s a proxy of the server object in .NET Remoting?
How to create a key pair in .net?
What are the different parts of an Assembly in .Net?
Can we Classic ASP,.Net 1.0, .Net 1.x and .Net 2.0 installed on the same system?
How is .net core cross platform?
Explain the difference between public and static modifiers?
Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?
Explain the difference between .net 2000 and .net 2005(features)? Which one is better?
Please send me the latest asp.net,c#,sql server interview questions .my email id is ramtryin@gmail.com
Describe the role of global.asax.
i have 2 functions, int add(int a,int b); double add(int a,int b); does this code implement overloading? if not what will be the error?