Category Archives: Personal

NHibernate query optimising with HQL expression IN

A note for me to remember. I have been doing some optimisation of queries done by NHibernate HQL. To optimise I have rewritten some of them to use the HQL IN expression. Point: important to check the collection parameter, if … Continue reading

Posted in Development, Personal | Tagged | Leave a comment

Google Sitemap .NET links

Some links with information about creating a Google Sitemap either directly in XML or via some .NET code. http://gerardmcgarry.com/blog/creating-a-google-sitemap-aspnet-website http://www.codeproject.com/KB/aspnet/GoogleSiteMapProvider.aspx

Posted in Development, Personal | Tagged , , , , | Leave a comment

Must read and references

Read: http://davybrion.com/blog/2009/12/using-nhibernate-in-your-service-layer/ Reference: http://west-wind.com/weblog/posts/132081.aspx

Posted in Personal | Tagged , , , , | Leave a comment

Now using WordPress

I have now changed my blog software from BlogEngine.NET to WordPress. It was not very complicated to export my blog posts from BlogEngine.NET to WordPress, however it did take some time to import everything to WordPress. Here are the steps I had … Continue reading

Posted in General, Personal, Software | Tagged , , , | Leave a comment

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

Posted in Personal | Tagged , | Leave a comment