TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About namespaces
A
Namespace
is just like a interface which is used in java technology and it is used for uniquely identify one or more names from other similar names of different objects.
Namespace
is find distinguish objects with similar names but different origins.
Namespace
is primarily used in programming languages where the same name may be used for different objects. It is created to group together those names that might be repeated elsewhere within the same or interlinked programs, objects and elements. For example, an XML namespace consists of element types and attribute names. Each of the names within that namespace is only related/linked to that namespace.
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand (4)
Srinivasa Sivkumar (3)
Abhimanyu K Vatsa (3)
G Gnana Arun Ganesh (2)
Ibrahim Ersoy (2)
Abhishek Jaiswal (2)
Gul Md Ershad (1)
Vikas Garg (1)
Jayraj Chhaya (1)
CSharp TV (1)
Lajapathy Arun (1)
Levent Yildiz (1)
Rajesh VS (1)
Gaurav Gahlot (1)
Abhijit Patil (1)
Rathrola Prem Kumar (1)
Prasham Sabadra (1)
Anand Narayanaswamy (1)
Hussain Patel (1)
Pankaj Lohani (1)
Ajay (1)
Malcolm Crowe (1)
Nipun Tomar (1)
Michael Bleistein (1)
Praveen Kumar (1)
C# Curator (1)
Sonu Chauhan (1)
Jay Smith (1)
Related resources for namespaces
No resource found
Collections in C#
10/1/2024 9:06:58 AM.
This article describes Collections in C#. A collection is a way to create and manage groups of related objects. The group of objects can grow and shrink dynamically depending on the requirements in th
.Net Architecture And .Net Framework Basics
5/5/2024 8:25:53 AM.
.NET architecture encompasses the Common Language Runtime (CLR) and Common Type System (CTS), executing Intermediate Language (IL) through Just-In-Time (JIT) compilation.
Understanding Implicit Usings in C#
3/13/2024 4:29:15 AM.
In C# 10, a new feature called "Implicit Usings" has been introduced. This feature aims to simplify the process of including commonly used namespaces in C# code files.
Namespaces and Health Checks - Kubernetes Fundamentals Ep. 7
2/7/2023 3:00:57 PM.
In this episode, you will learn about Namespaces and Health Checks in Kubernetes.
Dynamically Getting Database Collection From SQL Server Using C#
1/24/2023 5:39:19 AM.
In this article we are going to see how to get a database List dynamically using C#.
Sending Email with C# using SMTP Servers
11/30/2022 9:30:37 AM.
This article will explain how we can send emails using SMTP servers.
Working with Namespaces in C#
8/24/2022 6:37:05 AM.
In C#, namespaces are used to logically arrange classes, structs, interfaces, enums and delegates. The namespaces in C# can be nested. That means one namespace can contain other namespaces also.
Docker & Containers - Kernel Internals (namespaces, cgroups, ufs, capabilities)
9/4/2021 5:35:10 AM.
ADO.NET: What's changed in .NET Beta 2?
11/2/2020 9:11:16 AM.
ADO.NET API is one of the changed APIs. In this article, I've covered some of ADO.NET changes in Beta 2.
Introduction To ADO.NET
10/29/2020 7:43:00 AM.
In this article I explain the basic details of ADO.NET.
Write Relational Data to an XML File
10/29/2020 2:38:19 AM.
This article shows you how you can write data from a database to an XML file using DataSet.
Namespaces In C#
5/28/2019 6:47:09 PM.
C# namespaces organizes types in a group. In C#, every class belongs to a namespace and the namespace needs to be referenced or imported to use the class.
How To Organize Classes Using Namespaces
9/20/2018 2:28:37 AM.
How To Organize Classes Using Namespaces. In this article we will learn Two-Tiered Namespaces and Commonly used namespaces in .NET Framework.
Revisiting Concepts Of JavaScript For SharePoint / Office 365 Developer - JavaScript Namespaces - Part Two
5/31/2017 2:14:54 PM.
Revisiting concepts of JavaScript for SharePoint/ Office 365 developer - JavaScript Namespaces.
OOP In WinJS #2: Nested Namespaces
3/23/2016 9:26:54 AM.
In this article, I'll be talking about how to use Nested Namespaces in WinJS library. We'll be using Universal Windows Apps for showing the demo.
OOP in WinJS #1: Namespaces
3/22/2016 10:09:49 AM.
In this article, I'll be talking about how to use namespaces in WinJS library. We'll be using Universal Windows Apps for showing the demo.
C# FAQ 3 - Getting Started With C#
10/31/2015 1:48:57 AM.
This article examines the basics concepts associated with C# programming such as CLR, Class libraries and namespaces.
Understanding Namespaces in C#
6/17/2015 10:51:43 AM.
In this article you will learn about Namespace in C# language.
Alias Statement and Command Line Argument in C#
3/31/2014 2:28:38 PM.
This article explains the alias statement and command line arguments in C#.
ALIAS And Command Line Argument in C#
2/26/2014 11:23:12 AM.
This article will familiarize you with alias concepts and command line arguments in C#.
Connectivity With Database In Windows Forms Application Using F#
9/13/2013 8:17:51 PM.
This article explains how to work with Windows Forms applications in F#, how to connect with a SQL Server database from the Windows Forms application and how to add user controls in the Windows Forms application.
Creating and Using Namespaces in VB.NET
12/1/2012 4:29:24 AM.
We all know namespaces are the basic building block for the .NET framework. In this article, I’m going to show how to create and use namespaces with VB.NET and C#.
Understanding and using Namespaces in VB.NET
11/10/2012 3:48:38 AM.
In this article, you will learn about namespaces in VB.NET. Here you will learn how to create and use namespaces.
Create and Use Namespaces in VB.NET
11/10/2012 3:40:35 AM.
We all know namespaces are the basic building block for the .NET framework. In this article, I'm going to show how to create and use namespaces with VB.NET and C#.
ASP.Net Namespaces in VB.Net
11/10/2012 2:19:33 AM.
In this article we will discuss on Namespace with respect to ASP.Net web pages.
C# or VB.NET: World War III
11/9/2012 9:47:47 AM.
I know many .NET developers have this question in their mind. Which language do I use to develop .NET applications?
GDI+ Namespaces and Classes in VB.NET
11/8/2012 8:29:09 AM.
In this article I will explain about GDI+ Namespaces and Classes in .NET.
An SNMP Library for .NET Framework
9/30/2012 2:39:23 AM.
Snmp.dll is a C# class library for the .NET framework. It has been developed on the Windows platform and may be useful on others also.
Namespaces in XAML
9/29/2012 8:49:42 AM.
In this article, you will learn about namespaces used in XAML or XML.
WPF: An Introduction (Part 2)
9/29/2012 6:33:14 AM.
This is the second part of an introduction to WPF; here we are going to learn WPF in detail.
XML Namespaces
5/20/2012 6:29:23 AM.
In this article I will explain you about XML namespace, DTD and schemas and Extensible Hyper Text Markup Language.
Namespaces in C#
8/11/2011 1:06:32 AM.
In this article you will learn how to write custom namespaces and nested namespaces in C#.
Declaring Namespaces with Micro Focus for COBOL.NET
9/24/2010 10:25:39 AM.
In this article we will see how to use the ILUSING directive to declare namespaces in your COBOL.NET programs using Micro Focus.
Namespaces and Assemblies in C#
11/27/2009 12:17:33 AM.
In this article I will explain about Namespaces and Assemblies in C#.
GDI+ Namespaces and Classes in .NET
10/29/2009 6:24:47 AM.
In this article I will explain about GDI+ Namespaces and Classes in .NET
Overview of ADO.NET Namespaces and Classes
10/6/2009 1:07:49 AM.
In this article I will explain about ADO.NET namespaces and classes.
Basic concepts of Threading: Part II
1/27/2006 11:19:07 PM.
In this article a brief description about System.Threading Namespace, Classes and Interfaces provided that enables multithreading programming.
OpenGL using CsGL
12/26/2005 4:51:54 AM.
I m glad to be the first one writing about OpenGL at this site. What I want to show you in this article is that it is fairly easy to setup a form that is capable of showing 3D.
- Ebook
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download