by | Aug 10, 2007 | Software Development
I’ve discovered this cool site: DotNetKicks.com which has been developed using the popular SubSonic framework. It seems to be like a Digg clone but regarding .Net development. What is very nice is that they consider Mono, CastleProject and other open source...
by | Aug 10, 2007 | Software Development
There is a lot of nice documentation at Microsoft’s website along with some other good sites but I’m going to add some details and my working configuration for my service. For me, coming from Linux environments it has been a bit tedious to figure out how...
by | Aug 1, 2007 | Software Development
This is a hack more than an elegant solution but given the WPF architecture it has been the only way I’ve found to make a ComboBox strongly typed. The problem I had is that I use to access the SelectedItem ComboBox’s property casting the object or using...
by | Jul 19, 2007 | Software Development
Update II: I couldn’t wait. I’ve installed the last Mono daily binary tarball and all the unit tests are passing now!. It works perfectly! Update:The Mono implementation of GetMethodFromHandle for generics is already in the svn, so rather than write a...
by | Jul 17, 2007 | Software Development
NHibernate best practices: It is not only for the article itself but for the links contained within it. References to great papers from Martin Fowler and links to cool samples. It shows parts of the CastleProject as well.
by | Jul 5, 2007 | Software Development
Update: Actually I’m changing this class a lot!. Check the svn head to see the current version. Update: Refactoring makes things simpler I am close to release the first API-stable version of my Boxerp framework which is only the client side part. The project has...