Explore >> Select a destination


You are here

ostash.dev
| | jeff.glass
6.1 parsecs away

Travel
| | Electronics, Making, Software Development, and Amateur Radio from a Midwest Nerd
| | qnoid.com
3.8 parsecs away

Travel
| | This is a personal website, at the outskirts of the web, away from social media and publishing platforms.
| | blog.martinig.ch
5.9 parsecs away

Travel
| | Architecture is an important asset for good programming and the notion of "pattern" is here to help us apply already trusted code architecture solutions to common problems. Jason McDonald has done a wonderful job to group some of them in a document that should be useful to most software developers. Go to his blog to
| | urda.com
101.0 parsecs away

Travel
| There will be times when you are using a third-party library or some other "black box" software in your project. During those times you may need to add functionality to objects or classes, but that addition does not necessarily call for employing inheritance or some other subclass. In fact, you might not have access to the library's source code if it is proprietary. There is a wonderful feature of C# though that allows you to add-on commonly used methods to any type of object, and that feature is called ...