Tag Archives: Bunian

Beware of Static Constructors

By | February 25, 2009

In Bunian we needed to use a static constructor for some reason, it was all going good; we tested the code and it ran smoothly…excellent (Code Coverage anyone?!).But when I came across this situation, it appeared that the static constructor wasn’t invoked!even when “Class.Method();” is called! so lets examine it. I have two simple classes… Read More »

Get On With It!

By | January 16, 2009

When we started gathering requirements from the charity organizations for Bunian, it appeared that there are other kinds of people who benefit from the charity organization; there are “needy families” whose father is still alive but can’t sustain their families, and “students” who can’t afford their study.  So Bunian needs to support all these Beneficiaries… Read More »

Importance of Documentation

By | December 26, 2008

  Lately we have decided in Bunian to move on to NHibernate 2.0, and the contributor assigned to the move started out, only to send an email one day after: “THERE IS NO DOCUMENTATION!’.We had errors as a result to the move which couldn’t be fixed without a documentation explaining why this happened. After searching… Read More »