by Anton
17. May 2012 13:50
I just started to really learn about MVC. We purchased the TekPub production http://tekpub.com/productions/mvc3. After watching the first episode, I would like to summarize the tools, which Rob Conery uses for development. Rob starts by mentioning the project management software he uses: unfu...
[More]
by Oliver
17. May 2012 12:48
Today, I was doing some HQL with NHibernate trying to retrieve some object count from the database. Running the following piece of code, unfortunately, would throw an exception: System.ArgumentException : The value "0" is not of type "System.Int32" and cannot be used in this g...
[More]