Development With A Dot
Blog on development in general, and specifically on .NET. Created and maintained by Ricardo Peres.
-
The lock Statement
Experienced multithreading developers may have wondered what is the relation between the lock keyword and the System.Threading.Monitor class. Well, as it happens, they are exactly the same:
-
NHibernate 2.0.1 and NHibernate Validator 1.0.0 Launched
NHibernate 2.0.1 was launched. You can get it at http://sourceforge.net/project/showfiles.php?group_id=73818&package_id=73969&release_id=629506.
-
Singletons
Everyone is writing singletons and everyone thinks they know what they are doing, but what if they're wrong?
-
Pro WF: Windows Workflow in .NET 3.5
-
Continuous Integration and Static Code Analysis
I'm about to start a new project where we'll be using JetBrain's TeamCity continuous integration. The list of features is superior to CruiseControl.NET, and it seems to have gathered a greater community of users, so I decided to give it a try. There are numerous pages which describe its configuration and features, so I will not go through that here, whenever I have something to say about it, I'll write a post.
-
NHibernate 2.0 GA Released
(Updated)
-
Microsoft StyleCop 4.3 and FxCop 1.36 Released
The guys from the code analysis team have just released new versions of their popular tools:
-
Configuration Items List
(Updated)
-
First Post
Greetings, everyone!