Today I was reading this post from my friend Marco, where he points out one of the most frequent problem in the design of domain Model: too much use of relations. The problem arises from the fact that an ORM like NHibernate, seems to solve all the problems because it handles all the complexities, but [...]
Yesterday I could not connect to Windows live messenger, it gave me error 81000395 telling me that the service was not avaliable. This morning the problem is still there…so I googled a little bit to find solution. I found a lot of thing but noone worked 1) Uninstall and reinstall (did not work)2) Uninstall and [...]
Continue reading about Windows Live Messenger error 81000395
Suppose you created a library that needs to scan the “current directory” looking for some files, first solution that came in my mind was to use Enviroment.CurrentDirectory, but this is not correct. In a web.application or windows service you will find that CurrentDirectory is c:\windows\system32. I need a generic way to find a file that [...]
Continue reading about Current directory in a library that should work for asp.net and windows app
The third commandment of unit testing is “Run Test Automatically”, Do not rely on individual developers to run test, the temptation to avoid test run is behind any corner. Use some Continuous Integration tool like CC.NET to make all tests run on every check-in, and set the CC to broke the build if some test [...]
Version 4.0 of resharper offers the ability to create plugins. This is very important, because you can use the basic structure of resharper to offer additional features. One of the most interesting, in my opinion, is the NHibernate plugin, I suggest you to have a try of it, another good reason to use resharper . [...]
