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 |
Explain me what is the .net framework and how does it work?
What is the difference between Dataset and DataReader? Can u breif me ADO.net classes and architecture
Explain what is a delegate?
What is stored procedure ? how we use it in .NET ?
C++ & C# differences ?
How you apply a theme in whole application in .Net?
Please explain the difference between constants and read-only variables?
What are Satellite Assemblies? How you will create this? How will you get the different language strings?
DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12
Explain what are possible implementations of distributed applications in .net?
How .NET is able to support multiple languages?
what is event inheritance and event delegation?