/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

sergeyteplyakov.github.io
| | urda.com
6.4 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 ...
| | ashishvegaraju.com
6.7 parsecs away

Travel
| | In this post I will demonstrate creating a singleton class in .Net that is thread safe. As usual the singleton class should have a private constructor as sho...
| | blog.submain.com
4.9 parsecs away

Travel
| | This post is about C# classes. Have you ever wanted to know why you should keep a class member private? Find out the answer and more!
| | www.neilmacy.co.uk
23.7 parsecs away

Travel
| There are so many unseen parts to software development that don't feel productive and aren't as measurable as writing code, but are key to the job.