-
May 21, 2007
Two Windows-Tools
I was watching the latest Show from DNR TV with Scott Hanselman about debugging ASP.NET applications. Scott shows two useful tools I have never heard about: DebugView: an universal monitor for debug messages: I did not know that debug m...
Read more ... -
May 11, 2007
About Ethics
It should be noted that no ethically-trained software engineer would ever consent to write a DestroyBaghdad procedure. Basic professional ethics would instead require him to write a DestroyCity procedure, to which Baghdad could be given as a para...
Read more ... -
May 10, 2007
Fun with Isolation Levels
Open two sessions (query-windows) to an sql-server. In the first session execute the following: drop table tcreate table t (a int primary key, b int ,c int unique)insert into t values (1,1,1)insert into t values (2,2,2)insert into t valu...
Read more ... -
May 03, 2007
News from the .NET OR-Mapping Front: NHibernate is not sleeping
NHibernate 1.2 has been released today. It can be downloaded here. An overview of the new features can be found here. The developers are already busy implementing new features for the next relaese: NHibernate-Search is a port of Hibernate-Search ...
Read more ... -
May 03, 2007
News from the .NET OR-Mapping-Front - OO-Database concerns
There is yet another player entering the game of OR-Mapping in the .NET-World: Persistor.NET. Like their competitor Genome they come from Austria. The product looks like an implementation of an OO-Database that uses SQL-Server as backend. I h...
Read more ...
