Pages






Monday, February 28, 2011

Namespace in Dot Net Framework

Namespace means all the libraries ,properties and events are included in Framework.

System: All the basic types used by every application.

System.Collections: Managing collections of objects. Includes the popular collection types such as Stacks, Queues, Hashtables, and so on.

System.Diagnostics: Instrumenting and debugging your application.

System.Drawing: Manipulating 2D graphics. Typically used for Windows Forms applications and for creating images that are to appear in a web form.

System.EnterpriseServices: Managing transactions, queued components, object pooling, just-in-time activation, security, and other features to make the use of managed code more efficient on the server.

System.Globalization: National Language Support (NLS), such as string compares, formatting,and calendars.

System.IO: Doing stream I/O, walking directories and files.

System.Management: Managing other computers in the enterprise via WMI.

System.Net: Network communications.

System.Reflection: Inspecting metadata and late binding to types and their members.

System.Resources : Manipulating external data resources.

System.Runtime.InteropServices: Enabling managed code to access unmanaged OS platform facilities, such as COM components and functions in Win32 DLLs.

System.Runtime.Remoting: Accessing types remotely.

System.Runtime.Serialization: Enabling instances of objects to be persisted and regenerated from a stream.

System.Security : Protecting data and resources.

System.Text: Working with text in different encodings, like ASCII or Unicode.

System.Threading : Performing asynchronous operations and synchronizing access to resources.

System.Xml : Processing XML schemas and data.

System.Web.Services : Building web services.

System.Web.UI : Building web forms.

System.Windows.Forms: Building Windows GUI applications.

System.ServiceProcess : Building a Windows service controllable by the Service Control Manager.

http://www.dotnetspider.com/resources/30357-Namespace-Dot-Net-Framework.aspx

1 comments:

Eran Smith said...

I am so excited after seeing your blog.

.net Obfuscator