https://www.gravatar.com/avatar/385940666f9ef223e65a5032a340295b?s=240&d=mp

Carlo Bertini's personal website

Web Developer/ Devops and problem solver adept at programming

NHibernateRepository Upgraded for NHibernate 1.2 RC1

Now that NHibernate 1.2 is finally out of Beta stage and into official Release Candidate mode, I felt it was appropriate to upgrade NHibernateRepository to use it. Not much has changed and there isn’t any new functionality, but I wrote some tests for it and of course updated its references to NHibernate 1.2 RC1. You can get the latest NHibernateRepository here. Fonte: http://www.arcware.net/archive/2007/04/06/NHibernateRepository-Upgraded-for-NHibernate-1.2-RC1.aspx

Simple TDD Visual Studio Templates

To speed up the creation of solutions like these, I’ve created two templates to plug into Visual Studio to do it for you. There’s one for testing with MbUnit 2.3 RTM and one for NUnit 2.2.9. Download the one you want to your VS2005 Project Templates folder and then create a new project. You’ll see the options to use the templates automagically. FONTE: Dan’s Archive post: http://blogs.ipona.com/dan/archive/2007/01/02/SimpleTDDVisualStudioTemplates.aspx

Simple TDD Visual Studio Templates

To speed up the creation of solutions like these, I’ve created two templates to plug into Visual Studio to do it for you. There’s one for testing with MbUnit 2.3 RTM and one for NUnit 2.2.9. Download the one you want to your VS2005 Project Templates folder and then create a new project. You’ll see the options to use the templates automagically. FONTE: Dan’s Archive post: http://blogs.ipona.com/dan/archive/2007/01/02/SimpleTDDVisualStudioTemplates.aspx

Simple NHibernate Architecture

By Cassio Alves. Introduction I started using NHibernate at the end of last year and I am having a wonderful experience with it. The simple fact that I don’t have to maintain hundreds of procedures and data access abstraction classes to do basic CRUD operations is enough to justify the use of NHibernate (even though I used a custom code generation tool). Besides that, my code is amazingly clearer and simpler.

Simple NHibernate Architecture

By Cassio Alves. Introduction I started using NHibernate at the end of last year and I am having a wonderful experience with it. The simple fact that I don’t have to maintain hundreds of procedures and data access abstraction classes to do basic CRUD operations is enough to justify the use of NHibernate (even though I used a custom code generation tool). Besides that, my code is amazingly clearer and simpler.