Learn by doing …

Once again I’ve proved to myself – that I am able to learn much more when I’m doing than when I’m just reading. This time I really wanted to learn about – how to create own app like HackerRank. Finally I’ve created usable app – which contains already several problems with different level of difficulty … More Learn by doing …

NDatabase 3.8 – OID enhancements, Cascade Delete

[Home Page]  [Download] [Documentation] Changes: CascadeDelete attribute – allowing on cascade delete (see issue page) – documentation OID attribute – allows on mapping internal OID to class defined field (see issue page) – documentation Bug fix – null values of index fields (compare to / equals methods) (see issue page) Bug fix – Select trigger should pass object instead of object representation … More NDatabase 3.8 – OID enhancements, Cascade Delete

Documentation Matters

Several times I heard that no one is reading the documentation (library, application, any software product), but still it is very important. I realized that few times, when I looked for particular kind of  libraries. During comparison of them, the ones without documentation was put into the bin from the beginning  Then when I started to use particular … More Documentation Matters

Simple.Config project – because configuration should be simple …

  That’s the second serious open source project I’ve created. This time, it is all about reading configuration files. My requirements (which I missed in existing libraries, that’s the reason for creating new one): simple API, just for reading from configuration files possibility to load automatically configurations on start possibility to handle xml and ini files. Ini … More Simple.Config project – because configuration should be simple …