Andru's WebLog

Comments about technology and software architecture, software development and other nerd stuff! :)

  • Retina.NET Performance #2

    Tags: ORM, Retina.NET

    Continuing with the performance analysis of Retina.NET and Reflection, I have found some interesting results. In the previous post we see that in order to retrieve an entity from storage we must … more

  • Retina.NET Performance #1

    Tags: ORM, Retina.NET

    Today I started the performance analysis of Retina.NET and mostly obtained the expected results, and a couple of surprises. I will not surprise anyone if the results indicates that reflection is … more

  • Retina.NET status

    Tags: ORM, Retina.NET

    Almost 10 days ago I published the 1.0.0.6 version of Retina.NET and I'm very happy with the feedback received. Some stats: The GotDotNet workspace member count increased from 50 to 73 74. Retina. … more

  • Retina.NET 1.0.0.6 Published!

    Tags: ORM, Retina.NET

    Well, last nite I published the new version of Retina.NET at GotDotNet. This new version includes a lot of hard work an several new cool features in addition to the usual bug fixes.I have updated the … more

  • Published SharpHsql 1.0.3.0

    Tags: SharpHsql

    I have just published the new version of SharpHsql on GotDotNet. This is a minor release, and the changes are: *- Correct reading of binary (byte[]) columns. *- Added support for OBJECT data types.& … more

  • News about Retina.NET

    Tags: ORM, Retina.NET

    Well, almost five months passed since the last Retina.NET release (1.0.0.4) and I can't believe that we are close to the middle of this 2005 year, full of spectations. I have been working hard since& … more

  • SharpHSQL 1.0.2.6

    Tags: SharpHsql

    My beloved readers, I have just published on the SharpHsql GotDotNet workspace the latest version of this nice project. Feel free to download it's binaries/source and play with it. I know that there … more

  • SharpHsql new version 1.0.2.5

    Tags: SharpHsql

    For the people that reads this and doesn't know what SharpHsql is, here comes the short explanation: it's a port to .NET (C#) of the well know embebdded Java database engine known as HSQLDB. This … more