![]() |
19. How does CAS works? There are two key concepts of CAS security policy- code groups and permissions. A code group contains assemblies in it in a manner that each .NET assembly is related to a particular code group and some permissions are granted to each code group. For example, using the default security policy, a control downloaded from a Web site belongs to the Zone, Internet code group, which adheres to the permissions defined by the named permission set. (Normally, the named permission set represents a very restrictive range of permissions.)
20. What is Difference between NameSpace and Assembly? Following are the differences between namespace and assembly:
21. Mention the execution process for managed code. A piece of managed code is executed as follows:
22. Is there a way to suppress the finalize process inside the garbage collector forcibly in .NET? Use the GC.SuppressFinalize() method to suppress the finalize process inside the garbage collector forcibly in .NET. 23. How can you instantiate a tuple? The following are two ways to instantiate a tuple:
24. Which is the root namespace for fundamental types in .NET Framework? System.Object is the root namespace for fundamental types in .NET Framework. |
© 2008-2013 by IndiaBIX™ Technologies. All Rights Reserved | Copyright | Terms of Use & Privacy Policy
Contact us: info@indiabix.com
Follow us on twitter!