Software Developer
Posts tagged .NET
NHibernate.Search using Lucene.NET Full Text Index (1)
Mar 10th
Ayende added the NHibernate.Search last year but I've never seen a great deal of documentation or examples around it so hopefully this post will help others to get started with it. Basically, this addition to NHibernate brings two of the best open source libraries together – NHibernate as the Object Relational Mapper that persists your
Running .NET Apps in 32-bit mode on 64-bit Windows
Dec 17th
The normal behavior for .NET 2.0 applications compiled with the default 'Any CPU' platform is to run as 32-bit on x86 (32-bit) Windows and as 64-bit on x64 (64-bit) Windows. Occasionally, some apps won't run correctly – I've recently run into this with CCNetConfig (a CruiseControl.NET Configuration tool) and have seen it before with other tools.