The code for this article you can download here.
I create some unit tests which should test functionality connected with databases. I know that there are a lot of posts about not to test against database but from my experience I think it is better than using Mocks instead of. What I want is to have [...]
This exception occurred when I’ve started my unit tests. In my case it occurred because I had specified
[sourcecode language="xml"]
In one of my projects people use NHibernate for accessing database. Today, I saw that when some xml file (mapping or configuration) is edited Visual Studio doesn’t provide intellisense and validation of the schema. Moreover, i found no one in the team to use xsd schemas provided by Hibernate.
The question is how to use custom [...]
Today, i ran into a situation which make me upset.
My environment is MS VS 2008, ASP.Net MVC, ExtJS. Web sites are debugged using internal VS 2008 IIS and Firebug.
I wrote a class in Javascript and after some tests i became to a moment when I needed to extend it. Let’s say that I need several [...]