Microsoft.CSharp Namespace
.NET Framework 4
The Microsoft.CSharp namespace contains classes that support compilation and code generation using the C# language.
| Class | Description | |
|---|---|---|
|
CSharpCodeProvider | Provides access to instances of the C# code generator and code compiler. |
Namespaces
Namespaces are the logical component that consist of many classes.
- 9/20/2010
- Nikunj Sharma
- 4/20/2011
- Darrell Risley
c sharp namespace
namespaces are the way c# segregates the .NET library classes into reasonable groupings. c# supports the feature known as using directive that can be used to import the namespace system into the program. once a namespace is imported ,we can use the elements of that namespace without using the namespace as prefix.
- 8/28/2010
- kartika thakur