When you work with nhibernate you usually write a lot of tests that interact with your database, mainly to test your mapping but also when you do not want to shield the session behind a IRepository. To avoid Slow Test you should use some In Memory database like Sqlite, but it can be problematic when [...]

Continue reading about Manage In memory nhibernate test with sqlite and database schema

TeamFuze Beta
on July 21st, 2009
On category: Tools and library

Teamfuze (http://www.teamfuze.net/index.jspa) is gone beta, finally Oracle developers with Visual Studio 2010 Database Edition beta will experience the same feeling of Sql Server developers, when moving from old-style database development to VS Database Edition. You can sync database, put every object in source control system, generate test data, automate database sync during team build and [...]

Continue reading about TeamFuze Beta

Since a lot of people use NUnit testing framework, it is of high importance knowing how to fully integrate nunit test runner inside a tfs build. The overall problem is that you can create a custom task, or using an existing one to run nunit tests, but the main problem is integrating nunit output with [...]

Continue reading about Integrate Nunit test into a Tfs build

In the last 6 days I lived without an internet connection at home, I felt really strange, no way to contact your friends with skype or msn, no way to read mail, consult some site, buy something on amazon…I really realized that my life is tightly bounded to internet world . I wonder how can [...]

Continue reading about Living without internet connection

In my experience, one of the most feared problem during the “going in production” phase of an asp.net site or a complex project is configurations. Usually everything works perfectly on developer machines, but when you move the project in production machines all sort of problems appear. For Asp.Net, one day one of my colleagues called [...]

Continue reading about Manipulation of configuration files for deploy