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
About Enums
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Jin Necesario (1)
Balaji Thilagar (1)
Sardar Mudassar Ali Khan (1)
Vijay Prativadi (1)
Jitendra Mesavaniya (1)
Pankaj Kumar Choudhary (1)
David Mccarter (1)
Dhanapal Chandran (1)
Ajay Kumar (1)
C# Curator (1)
Tural Suleymani (1)
Ehtesham Mehmood (1)
Vulpes (1)
Rikam Palkar (1)
Sai Kumar Koona (1)
Varun Setia (1)
Sandeep Singh Shekhawat (1)
Vijay K (1)
Sundaram Subramanian (1)
Shubham Jain (1)
Akhil Mittal (1)
Saillesh Pawar (1)
Debadatta Mishra (1)
Ran Kornfeld (1)
Related resources for Enums
No resource found
TypeScript Essential Features
10/7/2024 4:39:58 AM.
TypeScript offers essential features that enhance JavaScript development, including static typing, type inference, and support for interfaces and generics. It provides tools like classes, enums, and m
Understanding the Flag Enums in C#
8/21/2024 5:14:38 AM.
The [Flags] attribute in C# allows an enum to represent a combination of values using bitwise operations. This is useful when an enum needs to store multiple values simultaneously. By applying [Flags]
Using String-Based Enums in C#
6/10/2024 8:02:49 AM.
In many applications, it is necessary to represent enumerations with string values rather than their default integer values. This can be particularly useful when working with JSON, XML, or other data
Select Data With Enums Via EDF Framework 5.0
4/18/2024 8:46:39 AM.
Utilize Entity Framework 5.0 to select data with enums. Employ LINQ queries for efficient data retrieval, leveraging strong-typed enums for enhanced code readability and database querying.
Enums in C#: Syntax, Usage, and Best Practices
3/26/2024 5:21:08 AM.
In C#, enums (short for enumerations) offer a powerful tool for developers to define a set of named integral constants. In this article, we'll delve into the fundamentals of enums in C# and explor
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.
Real World Coding Issues - Design, Diagnostics and Other Common Code Issues
8/3/2023 8:20:17 AM.
In this article, I will discuss common coding issues that I frequently encounter in the projects I work on. These issues fall into the "Design" and “Diagnostics” category of code analyzers.
Understanding Bitwise Enums in C#
7/10/2023 6:12:37 AM.
Understanding Bitwise Enums in C#: Efficient and Flexible Flag-Based Enumerations
Mastering C# Enums: An Essential Guide with Examples
6/13/2023 5:06:05 AM.
Enum in C# 11
6/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.
How I Use Enums In My Practice
3/28/2023 8:38:16 AM.
In this article, you will learn how I use enums in my practice.
Basic C# Programming Problem and Solutions - Part Three
9/15/2022 6:57:27 AM.
This article is for the beginners who have just begun programming in the C# language with solutions for all the basic problems of C# programming. This is Part 3.
Creating Generic Enums using C#
8/23/2022 4:57:37 AM.
An enum variable can then be set to any one of these constants or (in the case of ‘Flags’ enums) to a meaningful combination of them.
Creating An Extension Method To Get Enum Description
3/30/2022 12:55:39 PM.
This article will take you down the rabbit hole to understand the extension methods in C#.
Working With SmartEnums In C#
12/9/2021 4:37:09 AM.
This article illustrates how to add power to the default Enums to make it more Smarter Enums in C#.
Exploring Enums And Ways Of Implementing In Different Layers Of Application
8/30/2021 2:28:08 PM.
In this article, you will learn how to explore Enums and ways of implementing in different layers of application.
Creating a DropDownList For Enums in ASP.Net MVC
2/16/2021 5:01:19 AM.
This article explains how to populate a DropDownList by enum type in ASP.NET MVC.
Enums In Swift
6/5/2020 7:47:35 AM.
In this article,you will learn about enums in swift.
Swift Programming - Zero To Hero - Part Ten
12/15/2017 5:21:25 PM.
In this article, I have shared Enumeration concept in Swift Programming.
Enums In C#
11/9/2017 12:55:58 PM.
Suppose we are creating a program in which we have to use multiple named constants of similar type and on the basis of a particular constant we have to perform some operation. So what we normally do i
Diving Into OOP (Day 6) : Understanding Enums in C# (A Practical Approach)
1/24/2017 11:37:48 PM.
This article of the series “Diving into OOP” will explain the enum datatype in C#.
Learn Tiny Bit Of C# In 7 Days - Day 4
5/12/2016 11:57:13 AM.
In this article you will learn about Delegates, Enums, Attributes, Generics in C#. This is part 4 of the series.
Usage of Class and Enum Inside an Interface
8/17/2013 11:35:06 AM.
This small article provides an outline of the usage of classes and enums inside an interface that seem to be unusual to a developer.
Six Java features C# developers will kill for...
7/6/2006 12:09:56 AM.
Not everything on the .NET framework is perfect, and Microsoft still has more improvements to implement. This time we will look at six features available to Java developers but unfortunally absent from C#.