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 Enum Type
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sandeep Singh Shekhawat (1)
Guest User (1)
Ashish Shukla (1)
Related resources for Enum Type
No resource found
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.
Design Tip - Avoid Enum Types In Domain Layer
5/22/2018 5:13:03 PM.
An enum is a special value type that lets you specify a group of named numeric constants. They can help make code more readable, as opposed to using int to represent constants or flags.
Use and Implemenration of the Enum Type
4/1/2013 12:07:12 AM.
Here we will see the use and implementation of the Enum type.