One of my habits is making utilities app with C#.Net. I made a lot of small apps and a lot of them will require some sort of local database. Normally I’m just using XML serialization. It’s a quick solution, easy to implement and you could read the XML file and change it with just the notepad. However, I’m planning on a middle-size project lately. It does not require a complex structure but the amount of data is kind of big so XML is not really suitable anymore. So I’m on the search for a easy to use local database. It’s when I found Open new tab “db4objects”. Read more: HIEUUK