Gunnar Peipman's ASP.NET blog

Browse by Tags

All Tags » ASP.NET » General Software Development (RSS)
DefensiveDatasource
We recently implemented some changes in the software development methodology used at Developers Team and quite by chance encountered an interesting .Net 2.0 problem. Namely, when an object array inherited from the same base class is cast on a base class...
.Net and Deep Copy
Some time ago I had to clone objects and .Net's shallow copy proved to be insufficient – it was necessary to use deep copy. No good tools are provided by .Net itself. If required, the object to be cloned must conform to the ICloneable interface and the...
More Posts