![]() Related Questions Is it possible to restrict the scope of a field/method of a class to the classes in the same namespace? There is no way to restrict to a namespace. Namespaces are never units of protection. But if you're using assemblies, you can use the 'internal' access modifier to restrict access to only System.Globalization, System.Resources. Latest Answer : Ans:using System.Threading ; Using System.Globalization ;using System.Resources; ... .NET FRAMEWORK1. What is .NET Framework?The .NET Framework has two main components: the common language runtime and the .NET Framework class library.You can think of the runtime as an agent that manages Latest Answer : The .NET framework is a platform over which multiple languages are running.The 2 main components are
1. FRAMEWORK CLASS LIBRARY2. COMMON LANGUAGE RUNTIMEIt's features like CTS provide Cross Language Interoprabality.The CLR is the main Governing body ... Read Answers (1) | Asked by : Prasanna Muthukrishnan Skill/Topic: IntermediateA) Separate assembliesB) Create a unique name for an assemblyC) Avoid name clashes between data types Latest Answer : Avoid nameclash between types ... A) Naming convention used in .NetB) Group of classes categorized to avoid name clashC) None of the above Latest Answer : They are the collection of pre defined classes.
We can also create a user defined namespace
More Info contact:
abyykurian@yahoo.co.in ... When do you apply Namespace Alias Qualifiers and Extern Namespaces Alias? Latest Answer : It is supposed to be used when a member in program might be hidden by another entity of the same name. ...
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||