Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand(9)
C# Curator(7)
Ibrahim Ersoy(5)
Srinivasa Sivkumar(3)
Abhimanyu K Vatsa(3)
Richa Garg(3)
Anubhav Chaudhary(2)
Sourav Kayal(2)
G Gnana Arun Ganesh(2)
Frank Gutierrez(2)
Abhishek Jaiswal (2)
Sourabh Mishra(2)
Pankaj Lohani(2)
Mahak Gupta(2)
Gurpreet Arora(1)
Love Thakker(1)
Dinesh Kushwaha(1)
Jasminder Singh(1)
Sanjeev Kumar(1)
Vishal Nayan(1)
karen (1)
Vijai Anand Ramalingam(1)
BangaruBabu Pureti(1)
Vipul Malhotra(1)
Wilson Mok(1)
Ishika Tiwari(1)
Prasham Sabadra(1)
Rathrola Prem Kumar(1)
Emiliano Musso(1)
Hussain Patel(1)
Ajay (1)
Praveen Kumar(1)
Michael Bleistein(1)
Karthikeyan (1)
Rajesh VS(1)
Micheal Xavier A (1)
Praveen Sreeram(1)
Jayraj Chhaya(1)
Sardar Mudassar Ali Khan (1)
Jin Necesario(1)
Shweta Lodha(1)
Sriram Hariharan(1)
Saillesh Pawar(1)
Anand Narayanaswamy(1)
Kailash Chandra Behera(1)
Anoop Kumar Sharma(1)
Gul Md Ershad(1)
Vishal Gilbile(1)
Abhishek Kumar Ravi(1)
Abhijit Patil(1)
Vidya Vrat Agarwal(1)
Debadatta Mishra(1)
Ramsis (1)
Neha Sharma(1)
Ravi Satyadarshi(1)
Lajapathy Arun(1)
Rohatash Kumar(1)
Nipun Tomar(1)
Vikas Garg(1)
Sapna Malik(1)
Sonu Chauhan(1)
Levent Yildiz(1)
Santhi Maadhaven(1)
Erika Ehrli Cabral(1)
joyprakash.saikia (1)
Ramaprasad Upadhyaya(1)
John Godel(1)
Sushila Patel(1)
Resources
No resource found
File-Scoped Namespace Declaration in C#
Jul 28, 2023.
File-Scoped Namespace Declaration in C# 10
Error Occurred In Deployment Step 'Recycle IIS Application Pool' - Invalid Namespace SharePoint
Jan 18, 2021.
In this article, you will learn about Error occurred in deployment step 'Recycle IIS Application Pool': Invalid namespace SharePoint.
Create CLR Stored Procedure With And Without Namespace In C# And Install And Uninstall CLR Assembly In MSSQL Server
May 13, 2018.
In this article, we will learn how to create a CLR Stored Procedure with & without namespace in C# and install & uninstall CLR assembly in MSSQL Server.
Static Namespace In C# 6.0
Aug 16, 2015.
This article explains the new feature in C# 6.0 called Use of static as namespace in C# 6.0.
How to Add a New Namespace to the DFS
May 21, 2013.
In this article you will learn how to add a new namespace to the DFS.
How to Create a New Shared Folder in Namespace of DFS
May 21, 2013.
In this article you will learn how to create a new Shared Folder in a namespace of DFS.
What is VB.NET Namespace
Sep 14, 2012.
This article describe namespaces in VB.Net. Group of code having a specific name is a Namespace. In a Namespace the groups of components are somehow related to each other. Namespaces are similar in concept to a folder in a computer file system.
Understanding XAML Namespace in Silverlight
Jan 21, 2011.
Extensible Application Markup Language (XAML) is a markup language used to instantiate .NET objects. Although XAML is a technology that can be applied to many different problem domains, it was initially designed as a part of Windows Presentation Foundation (WPF).
System.Drawing.Drawing2D Namespace in C#
Dec 14, 2010.
The System.Drawing.Drawing2D namespace provides advanced two-dimensional and vector graphics functionality. The following table lists some of the important classes in theSystem.Drawing.Drawing2D namespace, and their descriptions.
How to resolve "The type or namespace name 'SharePoint' does not exist in the namespace 'Microsoft'
Nov 21, 2010.
In this article we are going to see how to resolve The type or namespace name 'SharePoint' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) For console application in Visual Studio 2010.
System.Security.Cryptography.Xml Namespace
Apr 05, 2010.
In this article I will explain you about the System.Security.Cryptography.Xml Namespace.
System.Security.Cryptography Namespace in .NET
Apr 02, 2010.
In this article I will explain you about System.Security.Cryptography Namespace in .NET.
Complex Class in System.Numerics namespace (Framework 4.0)
Mar 19, 2010.
In this article I will explain you about, how to manipulate Complex numbers by using pretty much cool feature introduced in .net framework 4.0 with System.Numerics namespace.
Understanding Namespaces in Python
Mar 21, 2025.
Namespaces in Python help manage variable scope and prevent conflicts. This article explains the LEGB rule, which determines how Python looks up variables in Local, Enclosing, Global, and Built-in scopes.
Databricks Unity Catalog: Mastering Metastore and Namespace
Feb 10, 2025.
Databricks Unity Catalog provides a unified governance layer with a three-level namespace (Catalog, Schema, Table) for efficient data organization, access control, and sharing across workspaces, improving security and collaboration.
Namespace for Authentication Routes in MVC and Its Importance
Mar 19, 2024.
The System.Web.Mvc namespace in ASP.NET MVC is crucial for authentication routes, aiding in code organization, readability, and integration with framework features for seamless authentication and authorization tasks.
Revisiting Concepts Of JavaScript For SharePoint / Office 365 Developer - JavaScript Namespaces - Part Two
May 31, 2017.
Revisiting concepts of JavaScript for SharePoint/ Office 365 developer - JavaScript Namespaces.
How To Organize Classes Using Namespaces
Mar 19, 2017.
How To Organize Classes Using Namespaces. In this article we will learn Two-Tiered Namespaces and Commonly used namespaces in .NET Framework.
OOP In WinJS #2: Nested Namespaces
Mar 23, 2016.
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
Mar 22, 2016.
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.
Namespace Aliases In Visual Basic .NET
Oct 13, 2015.
In Visual Basic .NET, it is possible to declare aliases for namespaces, giving the possibility of using more concise declarations, if the developer desires to do so.
Understanding Namespaces in C#
Jun 17, 2015.
In this article you will learn about Namespace in C# language.
Namespace in JavaScript
Nov 20, 2013.
In this article we will learn the concept of namespace in JavaScript. If you are C# developer then you might know the concept of namespace very well. If not then the small introduction is for you.
Understanding and using Namespaces in VB.NET
Nov 10, 2012.
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
Nov 10, 2012.
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
Nov 10, 2012.
In this article we will discuss on Namespace with respect to ASP.Net web pages.
Creating and Using Namespaces in VB.NET
Nov 10, 2012.
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#.
GDI+ Namespaces and Classes in VB.NET
Nov 08, 2012.
In this article I will explain about GDI+ Namespaces and Classes in .NET.
Namespaces in C#
Aug 10, 2011.
In this article you will learn how to write custom namespaces and nested namespaces in C#.
Namespaces in XAML
Apr 08, 2011.
In this article, you will learn about namespaces used in XAML or XML.
Namespaces and Assemblies in C#
Nov 27, 2009.
In this article I will explain about Namespaces and Assemblies in C#.
XML Namespaces
Nov 18, 2009.
In this article I will explain you about XML namespace, DTD and schemas and Extensible Hyper Text Markup Language.
GDI+ Namespaces and Classes in .NET
Oct 29, 2009.
In this article I will explain about GDI+ Namespaces and Classes in .NET
Overview of ADO.NET Namespaces and Classes
Oct 06, 2009.
In this article I will explain about ADO.NET namespaces and classes.
Declaring Namespaces with Micro Focus for COBOL.NET
Aug 21, 2009.
In this article we will see how to use the ILUSING directive to declare namespaces in your COBOL.NET programs using Micro Focus.
Introduction to System.Management Namespace
Jul 20, 2005.
The article provides an insight on the use of System.Management namespace and the advantages of WMI.
Accessing Global Address List via System.DirectoryServices Namespace
May 21, 2005.
This is a how-to article to access the GAL from ASP.NET, using the DropDownList ASP.NET server control as the UI. To accomplish this the article will illustrate by utilizing ADSI technology from a C# assembly returning an ArralList in order to bind to the DropDownList.
Accessing Global Address List via System.DirectoryServices namespace
May 21, 2005.
This is a how-to article to access the GAL from ASP.NET, using the DropDownList ASP.NET server control as the UI. To accomplish this the article will illustrate by utilizing ADSI technology from a C# assembly returning an ArralList in order to bind to the DropDownList.
Working with Namespaces in C#
Nov 07, 2001.
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.
Namespaces In C#
Aug 20, 2001.
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.
.NET Base Class Library(BCL)
Jun 28, 2025.
The most commonly used .NET Base Class Library (BCL) namespaces: System and System.IO
Azure Storage Account Vs Azure Data Lake Service Gen 2
Nov 25, 2024.
Azure Data Lake Storage Gen2 (ADLS Gen2) is a highly scalable and analytics-optimized storage solution in Azure, offering hierarchical namespace, big data processing capabilities, and Secure File Transfer Protocol (SFTP) support.
Understanding Implicit Usings in C#
Mar 13, 2024.
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.
HttpContextAccessor in Asp.NET Core Web API
May 27, 2023.
In ASP.NET Core Web API, the HttpContextAccessor class is a component that provides access to the current HTTP request and response context. It allows you to access various aspects of the HTTP request and response, such as headers, cookies, query parameters, and user claims.
Playing With File I/O Using C#
Aug 28, 2019.
In this article, you will learn about the basics of File I/O using C#. We are going to discuss the 3 classes - Path, Directory & File - to work with the file-system.
Generating XML Root Node Having Colon-Via Serialization
Dec 20, 2017.
Generating XML dynamically with a defined schema involves handling namespaces and prefixes correctly. Using XmlElement and XmlAttribute classes helps serialize XML parts, but achieving a prefixed root node like sl : RandomWindow requires careful setup of XmlRoot attributes.
Azure Service Bus - Peek-Lock A Message From Queue Using Azure Logic Apps
Oct 26, 2017.
In this article, we will take a look at how you can peek-lock on a message from a Service Bus Queue without actually reading the message from the queue.
Learn Tiny Bit Of C# In 7 Days - Day 2
Dec 10, 2015.
This article intended to focus towards the beginners so that they can easily grasp the C# Language concepts.
C# FAQ 3 - Getting Started With C#
Oct 19, 2015.
This article examines the basics concepts associated with C# programming such as CLR, Class libraries and namespaces.
Getting Assembly Metadata at Runtime
Mar 28, 2015.
Retrieving assembly metadata at runtime in .NET involves using reflection, and accessing attributes like AssemblyVersion or custom ones. This dynamic analysis enables discovering types, members, and other assembly details programmatically for various runtime scenarios.
Text to Speech Converter in C#
Dec 16, 2014.
In this article, we will learn how to create a Text to Speech Converter in a C# Windows Forms application using the SpeechSynthesizer class.
Collections in C#
Dec 01, 2014.
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 the collection.
URL Routing in MVC4
Aug 07, 2014.
We’ll try to demonstrate how the routing works in a MVC4 application. For this we’ll take an example.
Alias Statement and Command Line Argument in C#
Mar 31, 2014.
This article explains the alias statement and command line arguments in C#.
Get IP Address Using C#
Mar 13, 2014.
In this article, we find the IP Address of the local device.
ALIAS And Command Line Argument in C#
Feb 26, 2014.
This article will familiarize you with alias concepts and command line arguments in C#.
Introduction To ADO.NET
Feb 20, 2014.
In this article I explain the basic details of ADO.NET.
Extension Methods In C#
Feb 17, 2014.
This article explains Extension methods. Extension methods are static methods, that are always implemented in a static class. In C# we already have some built-in extension methods like Union, Where and Zip.
Important Interface in .NET: Work With IEnumerable Interface
Feb 03, 2014.
The purpose of the article is to explain the most important interface, IEnumerable, of the .NET class library and implement it in a pratical example.
File I/O Using C#
Jan 08, 2014.
In this article, you will learn how to work with classes in the System.IO namespace for reading data from and writing data to files.
Sending an E-Mail With Attachment Using ASP.Net MVC
Dec 27, 2013.
Sending email is a very common task in any web application for many purposes. In daily development we need to add some mail functionality to our project to send email to the customer or another in our web site.
MatchEvaluator Delegate of a Regular Expression Replace Method in ASP.Net
Dec 10, 2013.
This article explains the MatchEvaluator Delegate of a custom verification for each match found by a Regular Expression Replace method.
Connectivity With Database In Windows Forms Application Using F#
Sep 13, 2013.
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.
Usage of Class and Enum Inside an Interface
Aug 17, 2013.
This small article provides an outline of the usage of classes and enums inside an interface that seem to be unusual to a developer.
Create an Application Using Any Database Without Changing a Single Line of Code
Jul 18, 2013.
This article shows how to create an application that uses any database, including Access or SQL Server.
Send Emails With Attachment in ASP.NET
Feb 16, 2013.
In this article, you will see how to send an email with an attachment using C# in ASP.NET.
C# or VB.NET: World War III
Nov 09, 2012.
I know many .NET developers have this question in their mind. Which language do I use to develop .NET applications?
Dictionary Overview In C#
Oct 11, 2012.
This article is an overview of Dictionary in C#. Dictionary is a generic class that belongs to the System.Collection namespace in . NET. A dictionary can store Keys and Values of any data type in .NET.
Formatting In Percentages Using Windows Store Apps
Sep 27, 2012.
In this article I will explain how to perform percent formatting using the PercentFormatter class in Windows Store apps.
Formatting In Decimal Number Using Windows Store Apps
Sep 26, 2012.
In this article I will explain how to perform decimal number formatting in Windows Store apps.
Message Dialog in Windows Store Apps
Sep 19, 2012.
In this article I will explain how to create a Message Dialog in Windows Store apps.
OperationContractAttribute In WCF
Aug 20, 2012.
In this article, we will be discussing the OperationContractAttribute, which is the part of the Service Contract.
Get All Installed Printers in C#
Jul 09, 2012.
Learn how to retrieve a list of all installed printers using C#. Explore printer management in C# using the System. Printing namespace to enumerate and gather information about installed printers.
Dynamically Call a Function in C#
Jul 08, 2012.
In this article, we will learn how to dynamically call a function in C# using reflection and delegates. By leveraging reflection, you can discover and invoke methods at runtime based on their names and signatures.
Working With Drives and Directories in ASP.NET
May 24, 2012.
In this article we will discuss how to interact with the File System, Drives and Directories and how we get the path details.
Dynamically Getting Database Collection From SQL Server Using C#
Apr 19, 2012.
In this article we are going to see how to get a database List dynamically using C#.
DateTime In C#
Jun 21, 2011.
In C#, DateTime is a fundamental data type that represents dates and times. It is part of the System namespace and provides a rich set of methods and properties for working with dates and times. Here are some key points and features of DateTime in C#.
WPF: An Introduction (Part 2)
Jun 17, 2011.
This is the second part of an introduction to WPF; here we are going to learn WPF in detail.
.Net Architecture And .Net Framework Basics
Apr 26, 2011.
.NET architecture encompasses the Common Language Runtime (CLR) and Common Type System (CTS), executing Intermediate Language (IL) through Just-In-Time (JIT) compilation.
Task System in Windows Phone 7
Nov 18, 2010.
In this article I will be talking about Task System in Microsoft.Phone.Tasks namespace and how to build applications for Windows Phone 7.
String Encoding/Decoding and Conversions in C#
Feb 02, 2010.
In this article, I will explain C# String Encoding/Decoding and Conversions in C#.
ASP .NET Server-Side controls
Jan 27, 2010.
In this article I will explain about ASP .NET Server-Side controls
String Initialization and System.String Class using C#
Jan 26, 2010.
In this article I will explain you about the String Initialization and System.String Class.
Creating Your First ADO.NET Web Application
Jan 21, 2010.
In this article I will explain Creating Your First ADO.NET Web Application.
How Do I Choose a Data Provider?
Dec 21, 2009.
In this article I will explain about How Do I Choose a Data Provider?
Microsoft .NET and XML
Nov 16, 2009.
In this article I will explain you about Microsoft .NET and XML.
How to write a GDI+ Application
Nov 04, 2009.
In this article you’ll learn how to write your first GDI+ application, step-by-step. You will create a Window application and draw a few simple objects.
ADO .NET Disconnected Classes
Oct 28, 2009.
In this article I will explain about the ADO.NET Disconnected Classes.
ADO .NET Class Hierarchy
Oct 28, 2009.
In this article I will explain about the ADO.NET class hierarchy provided by the .NET Runtime class library. These classes represent ADO.NET components.
Email Sending in ASP.net 2.0
Oct 13, 2009.
This article will focus on following concept Simplest way of sending email Writing HTML Email Creating Email with attachment.
ADO.NET Application using MS Access 2007 database
Jul 24, 2009.
In this article I will explain you how to use ADO.NET technology to connect .NET console application and MS Access 2007 database.
Basic concepts of Threading: Part II
Jan 28, 2006.
In this article a brief description about System.Threading Namespace, Classes and Interfaces provided that enables multithreading programming.
Sending Email with C# using SMTP Servers
Aug 01, 2005.
This article will explain how we can send emails using SMTP servers.
Accessing Registry using ASP.NET
Jul 08, 2005.
In this article, we will see how to access the registry using ASP.NET. We will see one simple example to check where Visual Studio installed on our machine.
OOPS Concepts And .NET - Part One - Classes, Objects, And Structures
Jun 22, 2005.
The following article kicks off a three-part article series that will present definitions and samples for different Object-Oriented Programming concepts and its implementation in .NET.
Significance of Transformation Order
Apr 27, 2004.
When applying a composite transformation on graphics objects, the order of transformations plays a vital role. This article shows you various aspects of the transformation order and the results.
Go Beyond the Limits of ASP.NET Form
Mar 22, 2004.
One of the most common hitches that ASP developers encounter when they first approach ASP.NET is that managed Web applications must be written according to a single-form interface model.
Globalization in .NET
Jan 28, 2004.
Now a day it is very difficult to think about building any application without globalization. If we are building an internet application, then it is very much required that our application supports all the languages with respect to the customer's locality.
Real Life SQL and .NET :Using SQL with C#: Part VIII
Jan 13, 2004.
Welcome to the world of SQL and the huge, growing database technologies of today’s business all over the SQL world. By reading this article, we have begun accepting the knowledge that will soon be required for survival in today’s world of relational database and data management. Alas, for the reason that it is first necessary to provide a background of SQL and cover some preliminary concepts that we need to know, the majority of this article is text in paragraph format.
Using Web.Config in ASP.NET and ASP
Jan 09, 2004.
Web.config acts as a central location for storing the information to be accessed by web pages.