background preloader

Misc Dev

Facebook Twitter

Boxing and Unboxing (C# Programming Guide) Boxing is the process of converting a value type to the type object or to any interface type implemented by this value type. When the CLR boxes a value type, it wraps the value inside a System.Object and stores it on the managed heap. Unboxing extracts the value type from the object. Make Large Scale Changes Incrementally with Branch By Abstraction. Translations: 中文 | 한국말 Many development teams are used to making heavy use of branches in version control.

Make Large Scale Changes Incrementally with Branch By Abstraction

Distributed version control systems make this even more convenient. Thus one of the more controversial statements in Continuous Delivery is that you can’t do continuous integration and use branches. By definition, if you have code sitting on a branch, it isn’t integrated.

CICD

Expert Cheat Sheets & Tutorial Guides for Developers. Misc Tools. Web Dev. DSLs.