Loading ...
.NET
Who is online?
0
guests and
0
members
Login
|
Register
home
articles
forums
blogs
videos
jobs
events
wiki
people
login
register
home
»
articles
» -net
Create a New Article
Communifire Articles
Topics
Most recent articles
Featured articles
.NET
Design Patterns
ASP.NET
Hardware
JavaScript
Design Pattern
Windows
Quick Vote
What kind of email newsletter would you prefer to receive from CodeAsp.Net?
18
A monthly digest
A weekly digest
A daily digest
All of the above
None of the above
.NET
Design Pattern: State design pattern
The State pattern allows an object to change its behaviour when its internal state changes. This pattern comes under Behavioral Patterns section. This pattern is used to represent the state of an object. By "internal state changes" it means, the object wi...
Raghav Khunger
· 1/1/2012 ·
1
·
2225 ·
share
Why do we need flags attribute on enums
In this article I will explain what and where is the use of flags attribute in enums. By setting the flags attribute over the enum, each enum value will be treated as bitflag pattern. Enum should have flags attribute present only if each value defined in ...
Raghav Khunger
· 1/2/2011 ·
0
·
1758 ·
share
Page 1 of 1 (2 items)