Overview of posts containing hbm2net

June 18, 2007

More than 1GB served in May

Of course I had to test my mean value calculator. So I did some minor modifications and made it parse last month’s apache logfiles. And for the first time I had more than 1GB of data served solely by this blog. This blog served 92000 requests (all kinds of http requests) to 9500 individual IPs [...]

June 24, 2006

A detailed look at hbm2net’s CodeDOMRenderer

This is an addition to to previous post Make hbm2net generated code look more like .NET 2.0 (Part 3). I sent a message to the nhibernate developer mailing list and Sergey Koshcheyev asked me to provide some insight into the code the CodeDOMRenderer generates. Especially he was hoping I would point out what the differences [...]

June 22, 2006

Make hbm2net generated code look more like .NET 2.0 (Part 3)

I just wanted to give you folks a quick update on the status of nhibernate's hbm2net that we are rewriting. The version I am posting here is production stable (at least we are using it ), but does still lack some stuff: revise the use of scopes Use Nullables information to do some basic checking [...]

June 19, 2006

Make hbm2net generated code look more like .NET 2.0 (Part 2)

I did not pursue the plan I had in my first part about extending hbm2net. Instead Roland Eichler, a fellow programmer, and I decided to write a totally independant Renderer for hbm2net. We are using CodeDOM's CodeGenerator and right now the Renderer is utilizing partial classes and does feature Generics. Please bear with us, until [...]

June 17, 2006

Make hbm2net generated code look more like .NET 2.0

NHibernate ships with a pretty simple but effective code generator console program named hbm2net. Unfortunatelly it does not use any .NET 2.0 features yet. So I just tried to at least get in partial classes which is a great feature to separate the autogenerated code with any custom changes. Go to www.hibernate.org and download the [...]

Tobi + C# = T# - Blogged blogoscoop