Resources  
  • 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.NETJan 05, 2010. In this article I will explain the CommandType Enumeration in ADO.NET.
  • Direct Dependencies And EnumerationOct 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 LanguageJul 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 enumerationAug 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 JavaAug 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 JavaJun 07, 2022. String Tokenizer implements the Enumeration interface. Using StringTokenizer , we can summarize the individual tokens contained in the given input string.
  • Top 7 C# Enum Code ExamplesOct 31, 2018. List of top questions and answers on C# enums.
  • Swift Programming - Zero To Hero - Part TenDec 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 1Nov 04, 2014. This article explains the importance and advantages of C++/CLI over the native C++ language.
  • Rotate and Flip an ImageApr 14, 2014. This article explains how to flip and rotate an image using ASP.NET.
  • Use and Implemenration of the Enum TypeMar 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.
  • State PatternDec 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 IINov 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 KeysNov 08, 2011. The .NET framework contains a number of ‘Dictionary’ classes.
  • 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.NETDec 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.NETNov 01, 2009. In this article I will explain about Data Row in ADO.Net.
  • Enum in C# 11Jun 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 ConverterJun 23, 2006. This article shows an implementation of TypeConverter which allows you to edit bit flags enumerations in PropertyGrid.
  • C# 2.0 Nullable TypesFeb 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.NETJul 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 OrderApr 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 VIFeb 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 VIIIJan 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 ApplicationsSep 05, 2003. In this article we will investigate the StatusBar control of .NET Framework library.
  • Iterations and Performance in .NETApr 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 IAug 24, 2001. Validation is one of the less talked about areas – often taken for granted.
  • Working with GDI+ Pens and FontsJul 30, 2001. The System.Drawinging.Pen and System.Drawing.Font classes represent pen and font objects in GDI+.
  • Anchoring in Windows FormsFeb 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