Related resources for Enumeration
  • Swift Programming - Zero To Hero - Part Ten12/15/2017 5:21:25 PM. In this article, I have shared Enumeration concept in Swift Programming.
  • Direct Dependencies And Enumeration10/9/2017 10:47:31 AM. In this post, we will be talking about the two most commonly used types of relationships, namely, direct dependency relationship and enumeration.
  • Collections in C#6/21/2017 5:32:00 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
  • Convert Enum To String In C#3/9/2017 1:18:22 AM. This article shows how to convert an enum value to a string value.
  • Enumeration In Swift Programming Language7/17/2016 2:05:02 PM. In this article you will learn about enumeration in Swift programming language.
  • Enum in C#8/15/2015 6:33:23 PM. This article explains enumerations of the C# language.
  • Managed C++/CLI Programming: Part 111/4/2014 1:50:07 AM. This article explains the importance and advantages of C++/CLI over the native C++ language.
  • Rotate and Flip an Image4/14/2014 1:33:36 PM. This article explains how to flip and rotate an image using ASP.NET.
  • Constant and Enumeration in C#3/27/2014 11:21:31 AM. 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.
  • Iterations and Performance in .NET11/11/2013 12:54:33 PM. I’ve been implementing numerical libraries in .NET and have come to some conclusions about iteration performance.
  • Working With Flagged Enumerations in C#10/2/2013 11:46:52 AM. Here you will see how flags enumerations are used for masking bit fields and doing bitwise comparisons.
  • Use and Implemenration of the Enum Type4/1/2013 12:07:12 AM. Here we will see the use and implementation of the Enum type.
  • Enumeration In C#1/3/2013 3:46:06 PM. In this article I explain how to use enum, create an enum and get values from an enum with their enumeration list.
  • Type Conversions in c#10/13/2012 4:28:34 AM. Type conversion is a process of converting one type into another. Using C# type conversion techniques, not only you can convert data types, you can also convert object types.
  • C# 2.0 Nullable Types10/13/2012 4:07:12 AM. 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.
  • Convert String to Enum10/5/2012 8:28:55 AM. How to convert a string value to an enumeration.
  • Bit Flags Type Converter9/30/2012 4:31:37 AM. This article shows an implementation of TypeConverter which allows you to edit bit flags enumerations in PropertyGrid.
  • State Pattern5/15/2012 1:54:13 PM. 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 II5/15/2012 12:34:00 PM. 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 Keys5/15/2012 12:32:54 PM. The .NET framework contains a number of ‘Dictionary’ classes.
  • Facts of Enumerations in C#7/6/2011 12:06:13 PM. In this quick article you will take a look at the facts of Enumerations in C#.
  • Enumeration in C#12/7/2010 8:47:28 PM. In this article you will learn how to use Enumeration in C#.
  • Enumeration in DataContract of WCF11/1/2010 3:00:56 AM. By default Enums are serializable. If we define Enum at service side and use it in Data Contract, it is exposed at the client side.
  • Bind an Enumeration to a Control in C#8/1/2010 12:54:26 PM. This code snippet shows how to bind an enumeration with a ComboBox Windows Forms control using C#.
  • Enums in C#2/13/2010 10:07:15 AM. This article demonstrates how to use enumerations in C#.
  • The CommandType Enumeration in ADO.NET1/5/2010 11:37:32 PM. In this article I will explain the CommandType Enumeration in ADO.NET.
  • Font in .NET in context of GDI classes 12/28/2009 12:42:19 AM. In this article I will explain about Font in .NET in context of GDI classes
  • Connecting to the Database in ADO.NET12/23/2009 9:16:42 PM. In this article I will explain about Connecting to the Database in ADO.NET
  • Constructing a Font object in GDI+ 12/22/2009 12:49:25 AM. In this article I will explain about Constructing a Font object in GDI+.
  • FileStream in C# 12/15/2009 6:06:44 AM. In this article I will explain you about FileStream in C#.
  • DataRow in ADO.NET11/1/2009 12:37:51 AM. In this article I will explain about Data Row in ADO.Net.
  • Validation Controls in Web Forms: Part I6/9/2009 5:36:30 AM. Validation is one of the less talked about areas – often taken for granted.
  • Accessing Registry using ASP.NET5/27/2009 1:44:46 AM. 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.
  • Authentication-Authorization / Windows built-in Role enumeration8/7/2007 4:58:00 AM. 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.
  • Authentication-Authorization / Windows built-in Role enumeration8/7/2007 4:58:00 AM. 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.
  • Real Life SQL and .NET :Using SQL with C#: Part VIII10/27/2006 1:15:53 AM. 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.
  • Real Life SQL and .NET :Using SQL with C#: Part VIII10/27/2006 1:15:53 AM. 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.
  • Oracle Data Provider for .NET : Part VI2/3/2006 5:44:31 AM. 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.
  • Oracle Data Provider for .NET : Part VI2/3/2006 5:44:31 AM. 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.
  • Anchoring in Windows Forms1/19/2006 11:06:43 PM. Specifies how a control anchors to the edges of its container. When a control is anchored to an edge of its container.
  • StatusBars in Real Applications12/29/2005 11:14:01 PM. In this article we will investigate the StatusBar control of .NET Framework library.
  • Working with GDI+ Pens and Fonts12/26/2005 7:17:52 AM. The System.Drawinging.Pen and System.Drawing.Font classes represent pen and font objects in GDI+.
  • Significance of Transformation Order12/26/2005 12:47:38 AM. 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.
  • using Array Class and IEnumeration in C#12/23/2005 2:06:59 AM. This article illustrates the usage of Array class and IEnumerator. Array class Provides methods for creating, manipulating, searching and sorting arrays, thereby serving as the base class for all arrays in the common language runtime.
  • Enumerators in C#12/22/2005 10:53:42 PM. 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.