0
kicks
Designing Efficient immutable .Net2.0 Objects
Every developer has to take a important decision whether to make a class mutable or immutable while designing the domain model.
While taking this decision, careful considerations can make us avoid the potential pitfall of using immutable object. Why & How using immutable .Net object – is our today’s discussion. Let’s begin with How part ....