Or perhaps it was actually NHibernate at fault. I was trying to set up a many-to-many relationship with attributes on the association table and the ActiveRecord CreateSchema call just kept complaining that my assocation table already exists and cannot be created again. After an hour or so of head-scatching...
Posted to
Loser-X
by
loser-x
on 02-26-2008
Filed under: .NET, Development, Castle
Nice post by Joseph Guadagno about database drivers not provided by Microsoft . He missed a few though, so here they are: PostgreSQL PostgreSQL needs no introductions. Probably my favourite open source DBMS. Npgsql is de facto the ADO.NET provider. Performance and stability seems alright. PostgreSQLDirect...
Posted to
Loser-X
by
loser-x
on 10-10-2007
Filed under: Tech, Software, .NET, Development
Most excellent. I have looked at Enterprise Library in the past, but never quite found a suitable project for it. 3.0 has just been released and the highlights (as covered by Tom Hollander) are Validation Application Block Policy Injection Application Block Application Block Software Factory Visual Studio...
Posted to
Loser-X
by
loser-x
on 04-07-2007
Filed under: Software, .NET