More NHibernate Referance

Monday, December 31st, 2007

This is the full single html page - really useful!

https://www.hibernate.org/hib_docs/nhibernate/1.2/reference/en/html_single/

Lots more:

http://codebetter.com/blogs/peter.van.ooijen/archive/2008/05/29/nhibernate-many-to-many-collections-or-mapping-is-not-one-table-one-class.aspx

http://www.codeproject.com/KB/database/Nhibernate_Made_Simple.aspx

NHibernate Query Analyzer

Monday, December 31st, 2007

http://www.ayende.com/projects/nhibernate-query-analyzer/nullables.aspx

ADO.NET closing connections Dispose()

Friday, December 28th, 2007

http://www.15seconds.com/issue/040830.htm

It really is a must to do if you want full performance out of your .NET app using ADO, especially if the app is under a lot of load!

Get a DVD on the N95

Thursday, December 27th, 2007

found these:

http://casario.blogs.com/mmworld/2007/11/convert-dvd-to.html

http://thenokiablog.com/2007/04/10/how-to-convert-movies-tv-episodes-videos-for-the-nokia-n95/

Comments will follow

Windows Workflow foundation - Good for long form based apps

Friday, December 21st, 2007

Read on:

http://msdn2.microsoft.com/en-us/library/ms734584.aspx

MSBuild: Aspnet_merge.exe Exited With Code 1

Friday, December 21st, 2007

Set:

<UseMerge>true</UseMerge>

To:

<UseMerge>false</UseMerge>

This is because it tries to add classes of the same name in the same assembly such as default. This should be solved by creating a dll on a folder basis. I will comment back here when I find out how!

MSBuild Community Tasks

Friday, December 21st, 2007

Need to deploy a .NET project but want a little more control?

http://msbuildtasks.tigris.org/

HQL Referance

Thursday, December 20th, 2007

http://www.hibernate.org/hib_docs/reference/en/html/queryhql.html

Referance for using deployment projects in Visual Studio 2008

Thursday, December 20th, 2007

http://blogs.msdn.com/webdevtools/archive/2007/12/01/web-deployment-projects-wdp-for-visual-studio-2008-december-2007-ctp-released.aspx

Who locked me?

Wednesday, December 19th, 2007

Very useful:

http://www.dr-hoiby.com/WhoLockMe/