Related resources for Enumeration
  • Enumerations or enum in C#: An Advanced Guide4/9/2024 5:15:51 AM. 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 capabi
  • Understanding Enums Constants in C#9/14/2023 7:20:25 AM. 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.
  • Enumeration In C#9/10/2023 10:32:46 PM. In this article I explain how to use enum, create an enum and get values from an enum with their enumeration list.
  • Oracle Data Provider for .NET : Part VI9/5/2023 6:06:08 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 f
  • Enum in C# 116/12/2023 8:40:47 AM. C# enum is a value type with a set of related named constants often referred to as an enumerator list.
  • Top 7 C# Enum Code Examples4/6/2023 6:30:08 AM. List of top questions and answers on C# enums.
  • Role Of Map Interface And Iterator Interface In Java8/29/2022 5:30:41 AM. A map is a special kind of set with no duplicates. In the Collections API, java.util.Map defines this interface.
  • Enumerators in C#8/24/2022 7:08:42 AM. 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.
  • StringTokenizer Class In Java6/7/2022 2:31:50 PM. String Tokenizer implements the Enumeration interface. Using StringTokenizer , we can summarize the individual tokens contained in the given input string.
  • Rotate and Flip an Image4/20/2021 9:13:07 AM. This article explains how to flip and rotate an image using ASP.NET.
  • A Dictionary Class Which Permits Duplicate Keys11/24/2020 4:45:09 AM. The .NET framework contains a number of ‘Dictionary’ classes.
  • How to convert a string to an enum in C#9/25/2019 9:30:56 AM. Here is code example of how to convert a C# string to an enum.
  • Type Conversions In C#2/14/2019 8:22:00 AM. 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.
  • How To Play With Enum in C#1/9/2019 9:10:31 PM. In this article you will see use of Enum data type in C#. convert enum to String, convert String to enum.
  • Direct Dependencies And Enumeration2/13/2018 10:17:30 PM. In this post, we will be talking about the two most commonly used types of relationships, namely, direct dependency relationship and 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.
  • 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
  • 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.
  • 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.
  • 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.
  • 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.
  • 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#.
  • 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#.
  • 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.
  • 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.
  • 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.