Software Engineering in .Net
Software Engineering, articles on Microsoft Technologies and platform
Pages
(Move to ...)
Home
Design Patterns
Data Structures
Design Architectures
C#
Software Design Principles
▼
Showing posts with label
c#
.
Show all posts
Showing posts with label
c#
.
Show all posts
Wednesday, 26 May 2021
FlagsAttributes in C#
›
Introduction In C# enum is a named integer constant. But a type can have only one enum value. FlagsAttribute is used to assign multiple...
Thursday, 22 May 2014
C# Lazy Initialization or Instantiation
›
Introduction: Sometime we want to defer or delay the initialization of the resource intensive or large object in case if it is not r...
›
Home
View web version