Search
Categories
Monthly Archives: January 2009
Remember to read
Just a reminder, I must read> Convention vs. Configuration http://codebetter.com/blogs/jeremy.miller/archive/2009/01/24/convention-over-configuration-in-msdn-magazine.aspx Parrallel linq http://www.danielmoth.com/Blog/2009/01/plinq.html
Using Multiple Configuration files for NHibernate (HybridSessionBuilder)
I have been using Castle Windsor and NHibernate for some months now, so I am a bit new and still learning. But then again, it is learning developers like me, that asks all the questions. This post is also … Continue reading
Multiple Configurations for NHibernate using HybridSessionBuilder
 I have been using Castle Windsor and NHibernate for some months now, so I am a bit new and still learning. But then again, it is learning developers like me, that asks all the questions. This post is also … Continue reading
Multiple Configurations for NHibernate (HybridSessionBuilder)
I have been using Castle Windsor and NHibernate for some months now, so I am a bit new and still learning. But then again, it is learning developers like me, that asks all the questions. This post is also … Continue reading
Publish a website application using MSBuild
MSBuild is soooo nice when it comes to automating compilation, testing, deployment or some other tedious task. Until now, I believed that publishing a website application was a manual task, performed from Visual Studio. But it is actually possible to … Continue reading
An Introduction to Native Concurrency in Visual Studio 2010
Read this article: http://blogs.msdn.com/nativeconcurrency/archive/2009/01/12/an-introduction-to-native-concurrency-in-visual-studio-2010.aspx
Basic WCF
Just a reminder to get some basic knowledge about WCF. http://blogs.msdn.com/tess/archive/2009/01/12/wcf-101-creating-and-consuming-a-basic-wcf-service-hosted-in-iis.aspx
ASP.NET MVC Variable length lists
Well you never know when this will come in handy… http://justsimplecode.com/archive/2009/01/07/my-take-on-variable-length-lists-in-asp.net-mvc.aspx
Lucene.NET synonyms + analyzers
Here are two good articles covering two areas of Lucene.NET. The first is analyzers: http://www.codeproject.com/KB/cs/lucene_analysis.aspx The second is how to make a search support synonyms: http://www.codeproject.com/KB/cs/lucene_custom_analyzer.aspx
NHibernate – many-to-many relationship with data attached
I just found a good blog post about the may-to-many relationship in NHibernate. The configuration sis done in Fluent NHibernate. http://codebetter.com/blogs/kyle.baley/archive/2008/12/24/many-to-many-relationships-with-data-attached-in-nhibernate.aspx