db4o: Transparent-Persistence
It has been a while since I’ve wrote my last post about db4o. You may remember the post about the activation-mechanism. Don’t you think that this is quite painful? Activating…
Read moreIt has been a while since I’ve wrote my last post about db4o. You may remember the post about the activation-mechanism. Don’t you think that this is quite painful? Activating…
Read moreThe 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 moreSeason 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 moreDoctor 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 moreSo 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 moreIn 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 moreMy 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 moreBefore I continue with client-server concurrency I explain how to run queries against a db4o database without LINQ. Most of the stuff in db4o works on every platform. The API…
Read moreToday nearly every application has some concurrent parts. In a classic desktop-application some work is done in the background to keep the application responsive. In a web-application more than one…
Read moreIntelliJ IDEA, the best IDE in the world, is now available for free. Yeah \o/. How cool is that? Even better, it’s has a Apache 2 License. However lots of…
Read more