More NHibernate Referance
Monday, December 31st, 2007This is the full single html page - really useful!
Everthing I have found that might be useful in .NET, C#, SQL Server 2005, PHP and Actionscript 2.0 / 3.0 etc
This is the full single html page - really useful!
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!
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!
Need to deploy a .NET project but want a little more control?
Very useful: