Implementing IDisposable on Types which Own an IDisposable

Implementing IDisposable on Types which Own an IDisposable
   Implementing IDisposable is a subject discussed so many times that it is highly unlikely I have anything to add that is not common knowledge. However checking the whole first page of Google results did not yield any article that mentions how to implement IDisposable on objects that own an IDisposable object. While the actual code is simple I have seen people forget to implement it or use the unnecessarily heavy Disposable pattern to implement it. But first…
Posted by:   Stilgar
23:02 14.01.2015

Paradise Lost в Пловдив

Paradise Lost в Пловдив
   Концертът на Paradise Lost в Aнтичния театър в Пловдив се очертава да е последното голямо събитие, което посещавам тази година след като се оказа, че концертът на Rage се отлага за следващата. Колко е приятно концертите да са ти наблизо и направо се чудя защо софиянци пропускат, което и да е събитие, което дори бегло ги интересува след като не трябва да бият четири часа път за целта...
Posted by:   Stilgar
20:58 22.09.2014

Черните сърца владеят София

Черните сърца владеят София
   През 2004 бях в САЩ и в това време когато в България не се случваха толкова много концерти ми хрумна да проверя кой ще свири в околността. Щеше да свири някаква група наречена Unearth. Не можах да отида на концерта, но после си купих един диск (вторият им албум The Oncoming Storm) и останах втрещен. От тогава ги чакам и вчера най-после ги гледах в София по покана на Tangra Mega Rock...
Posted by:   Stilgar
16:13 17.09.2014

Happy Programmers' Day 2014

Happy Programmers' Day 2014
   Happy Programmers' Day to everyone whose job is to move bytes around or just does it for fun. Interestingly the Wikipedia article says Programmer's day is observed in Bulgaria. I wonder if this is official.
Posted by:   Stilgar
16:55 13.09.2014

TypedBezier

TypedBezier

    As a devoted follower of Anders (Hallowed be His name) I have been waiting to try TypeScript for some time. Since we could not agree to use it as the frontend language for our current application I had to try it on my own. I decided to port a small project for drawing Bézier curves I had done in Silverlight a few years ago. It seemed a good candidate since it was short (several hours of work), was a real task (if drawing Bézier curves is a real task) and provided the opportunity to explore the Canvas API, something I had been intending to do for some time.

Posted by:   Stilgar
15:42 12.08.2014
First Previous 1 2 3 4 5 6 7 8 9 10  ... Next Last