-
HexaSystems & HiringBox.
HexaSystems announces that is working with HiringBox, providing them with the technology needed for their business: A service designed to help people find a job, through free, easy to use, multi-language kiosks that offers, the unemployed, quick uncomplicated access to job opportunities, discount coupons, training and social service needs. You can follow their …
-
Manage a Project Overseas
Some people ask me about how we manage software development projects overseas. I first will tell you that a good version control, bug tracking and project management platform must be in place. We @HexaSystems recommend the following free tools: Source Control: VisualSVNServer Bug Tracking and …
-
netDumbster another .Net Fake SMTP server based on Dumbster
Today I’ve released netDumbster (http://netdumbster.codeplex.com/) netDumbster is a .Net Fake SMTP Server clone of the popular Dumbster (http://quintanasoft.com/dumbster/) netDumbster is based on the API of nDumbster (http://ndumbster.sourceforge.net/default.html) and the nice C# Email Server (CSES) writen by Eric Daugherty. Hope it helps!!!
-
NHibernate.Linq Issue when a query is executed having the same alias but with different associations paths
When running a query like the following: var query = nhib.Arms.Where(a => a.LeftHand.Thumb.Length == 1 || a.RightHand.Thumb.Length == 1); Thumb alias was always taken as part of the a.LeftHand association path, therefore leading to wrong results. I’ve worked on patch and test to fix this …