The INotifyPropertyChanged-interface and companions are a well know citizens of the .NET-framework. How do you implement this interfaces?. Does it look similar to this? public class Person : INotifyPropertyChanged {…
Read more
Season 2 starts with the new Doctor, portrait by David Tennant, ready for new adventures. For me this was a bit of a shock that the main character has been ‘replaced’…
Read more
Doctor Who is awesome. That’s why I’ve decided to make a post for each season of the new Doctor Who 2005 series. To be honest, I haven’t watched a single…
Read more
So far we’ve always used a single object container. This it the simplest way to used db4o. Just open an embedded database an use it. In this post I’ll give…
Read more
In this post I’ll explain a little catch in LINQ, which may some beginners fall into: What’s the difference between those two queries? IEnumerable<Person> listOfEntities = LoadData(); // First version…
Read more
My Pal Satan is a little comedy web-series about a Donna and her roommate, Satan. However there are only six episodes =( On infoq.com a talk from Joe Armstrong about…
Read more