Immutability in C# - Tales from the Evil Empire(weblogs.asp.net)
submitted by
schalkvanwyk(1335) 1 year, 4 months ago
For some reason, there's been a lot of buzz lately around immutability in C#. If you're interested in algorithms and data structures, it's a fascinating subject. Immutable objects, according to Patrick Smacchia, have the following advantages:
They simplify multithreaded programming.
They can be used as hashtable keys.
They simplify state comparison. read more...
|category: Architecture
|Views: 8
tags:
Architecture another
Everyones tags:
Your Tags: