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
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand(10)
Ashish Bhatnagar(2)
Vulpes (2)
Rajesh VS(2)
Abhishek Jaiswal (1)
Jitendra Mesavaniya(1)
Gaurav Gahlot(1)
Khawar Islam(1)
Amit Choudhary(1)
Sandeep Singh Shekhawat(1)
Abhimanyu K Vatsa(1)
Gomathi Palaniswamy(1)
Munir Shaikh(1)
Rupesh Kahane(1)
Sundaram Subramanian(1)
Rahul Prajapat(1)
Pankaj Kumar Choudhary(1)
Gul Md Ershad(1)
Ajay Yadav(1)
Sourabh Somani(1)
Ashish Shukla(1)
Lajapathy Arun(1)
Sanjoli Gupta(1)
Jean Paul(1)
Praveen Kumar(1)
C# Curator(1)
Serge Gorbenko(1)
Patrick Smacchia(1)
Santhi Maadhaven(1)
Rama Mohan(1)
John Godel(1)
Michael Youssef(1)
Trevor Misfeldt(1)
Dipal Choksi(1)
Hari Shankar(1)
Resources
No resource found
Constant and Enumeration in C#
Mar 26, 2014.
This article explains two very useful concepts of C#. I'll also explain where to use these keywords and how to use them to increase readability and decrease complexities.
Bind an Enumeration to a Control in C#
May 18, 2010.
This code snippet shows how to bind an enumeration with a ComboBox Windows Forms control using C#.
The CommandType Enumeration in ADO.NET
Jan 05, 2010.
In this article I will explain the CommandType Enumeration in ADO.NET.
Enumerations or enum in C#: An Advanced Guide
Apr 09, 2024.
In the dynamic landscape of software development, enums stand as a robust tool for encapsulating a fixed set of related constants. In this comprehensive guide, we'll delve into the advanced capabilities of enums in C#, exploring their practical implementation through a project management scenario.
Direct Dependencies And Enumeration
Oct 09, 2017.
In this post, we will be talking about the two most commonly used types of relationships, namely, direct dependency relationship and enumeration.
Enumeration In Swift Programming Language
Jul 17, 2016.
In this article you will learn about enumeration in Swift programming language.
Working With Flagged Enumerations in C#
Oct 02, 2013.
Here you will see how flags enumerations are used for masking bit fields and doing bitwise comparisons.
Enumeration In C#
Jan 02, 2013.
In this article I explain how to use enum, create an enum and get values from an enum with their enumeration list.
Facts of Enumerations in C#
Jul 06, 2011.
In this quick article you will take a look at the facts of Enumerations in C#.
Enumeration in C#
Dec 07, 2010.
In this article you will learn how to use Enumeration in C#.
Authentication-Authorization / Windows built-in Role enumeration
Aug 07, 2007.
In this article I will be talking about authentication and authorization. Authentication is the process which uses users cridential to validate against system, where as Authorization is the process the authenticated user has rights to do some specific task.
Role Of Map Interface And Iterator Interface In Java
Aug 29, 2022.
A map is a special kind of set with no duplicates. In the Collections API, java.util.Map defines this interface.
StringTokenizer Class In Java
Jun 07, 2022.
String Tokenizer implements the Enumeration interface. Using StringTokenizer , we can summarize the individual tokens contained in the given input string.
Enum In Typescript
Jan 31, 2020.
Enum in Typescript defines a set of named constants, either numeric or string-based. It simplifies code readability and maintenance by providing a distinct set of values. Types of enums include Numeric, String, Heterogeneous, and Const enums. They are used to define and organize related constants, enhancing code clarity and maintainability.
Top 7 C# Enum Code Examples
Oct 31, 2018.
List of top questions and answers on C# enums.
Swift Programming - Zero To Hero - Part Ten
Dec 15, 2017.
In this article, I have shared Enumeration concept in Swift Programming.
Enum in C#
Aug 16, 2015.
This article explains enumerations of the C# language.
Understanding Enums Constants in C#
May 30, 2015.
This article explains enum constants in C#. Enums are known as named constants. Enums are strongly-typed constants that make the code more readable and less prone to errors.
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.
Managed C++/CLI Programming: Part 1
Nov 04, 2014.
This article explains the importance and advantages of C++/CLI over the native C++ language.
Rotate and Flip an Image
Apr 14, 2014.
This article explains how to flip and rotate an image using ASP.NET.
Use and Implemenration of the Enum Type
Mar 31, 2013.
Here we will see the use and implementation of the Enum type.
How To Play With Enum in C#
Mar 17, 2012.
In this article you will see use of Enum data type in C#. convert enum to String, convert String to enum.
C# HashTable
Mar 03, 2012.
C#'s HashTable is a data structure storing key-value pairs using a hash function for fast retrieval. It handles collisions via chaining, ensuring efficient insertion, deletion, and retrieval operations. With automatic resizing and a dynamic load factor, it offers scalability while maintaining performance.
State Pattern
Dec 22, 2011.
In this article I am going to explain the State Pattern. It is one among the 23 design patters and provides a good solution to a common problem.
A Dictionary Class Which Permits Duplicate keys : Part II
Nov 14, 2011.
In this article, I present a number of adjuncts to the 'Lexicon' class which I introduced in an earlier article.
A Dictionary Class Which Permits Duplicate Keys
Nov 08, 2011.
A dictionary class permitting duplicate keys accommodates multiple values for the same key. It employs strategies like chaining or allowing multiple entries with the same key, enhancing flexibility in data storage and retrieval while managing collisions efficiently.
How to convert a string to an enum in C#
Feb 06, 2010.
Here is code example of how to convert a C# string to an enum.
Font in .NET in context of GDI classes
Dec 28, 2009.
In this article I will explain about Font in .NET in context of GDI classes
Connecting to the Database in ADO.NET
Dec 23, 2009.
In this article I will explain about Connecting to the Database in ADO.NET
Constructing a Font object in GDI+
Dec 22, 2009.
In this article I will explain about Constructing a Font object in GDI+.
FileStream in C#
Dec 15, 2009.
In this article I will explain you about FileStream in C#.
DataRow in ADO.NET
Nov 01, 2009.
In this article I will explain about Data Row in ADO.Net.
Enum in C# 11
Jun 11, 2009.
C# enum is a value type with a set of related named constants often referred to as an enumerator list.
Bit Flags Type Converter
Jun 23, 2006.
This article shows an implementation of TypeConverter which allows you to edit bit flags enumerations in PropertyGrid.
C# 2.0 Nullable Types
Feb 14, 2006.
The designers of C#2 have added the concept of nullable types to deal with a weakness of value types versus reference types. It is then essential to have properly assimilated these two notions.
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.
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.
Oracle Data Provider for .NET : Part VI
Feb 20, 2004.
Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features from any .NET application.
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.
StatusBars in Real Applications
Sep 05, 2003.
In this article we will investigate the StatusBar control of .NET Framework library.
Iterations and Performance in .NET
Apr 15, 2003.
I’ve been implementing numerical libraries in .NET and have come to some conclusions about iteration performance.
Type Conversions In C#
Dec 04, 2001.
Type conversion is a process of converting one type into another. Using C# type conversion techniques, not only can you convert data types, you can also convert object types.
Enumerators in C#
Oct 25, 2001.
An enumeration (enum) is a special form of value type, which inherits from System.Enum and supplies alternate names for the values of an underlying primitive type.
Validation Controls in Web Forms: Part I
Aug 24, 2001.
Validation is one of the less talked about areas – often taken for granted.
Working with GDI+ Pens and Fonts
Jul 30, 2001.
The System.Drawinging.Pen and System.Drawing.Font classes represent pen and font objects in GDI+.
Anchoring in Windows Forms
Feb 13, 2001.
Specifies how a control anchors to the edges of its container. When a control is anchored to an edge of its container.
About Enumeration
NA
OUR TRAINING