Andru's WebLog

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

  • Retina.NET 1.0.8.0 Released

    Tags: .NET, C#, ORM, Retina.NET

    You can download the latests Retina.NET version from http://workspaces.gotdotnet.com/retina  This include the VS.NET 2005 solution projects with all Core, DataStore and Tests in Retina.NET. … more

  • I'm back online

    Well, I have been out of the blogosphere for quite some time, but now I'm back!I'm extremely busy working in very interesting stuff, so I have some good stuff to comment and share about. … more

  • Life as a TopGun

    Well, my Top Gun program participation is coming to an end... this is my last week in the program and then I get to go home. These three months here at the EDS Redmond Innovation Centre has been a … more

  • Post NET 2.0 Migration Wizard steps

    Tags: NET 2.0

    Migration to NET 2.0 Adventures Well, I have started the migration of our huge code base to NET 2.0. Our entire solution includes more than 30 C# projects (counting setup projects), so it's a … more

  • Retina.NET v1.0.7 Prerelease Published

    Tags: ORM, Retina.NET

    I'm just uploaded to the Retina Workspace at GotDotNet a prerelease version of Retina.NET v1.0.7 (build 2) for testing and feedback from the community. It's a source only release, and although the … more

  • SharpHsql 1.0.3.3 Released

    Tags: SharpHsql

    This is a minor release made to support all the new features of the Retina.NET ORM v1.0.0.7, and the changes are: *- Better support for output parameters in the ADO.NET provider. *- Support for … more

  • Redmond.... here I go!

    Yesterday I was informed that I was selected to enter the "Top Gun Program", and would be travelling the next January 2006. This program is part of the partnership between my current employer (EDS … more

  • News about Retina.NET v1.0.0.7

    Tags: ORM, Retina.NET

    Well, I have not posted anything from quite some time....   but I'm still alive, and here is the post to prove it! I'm finishing things up to publish the new Retina.NET version. The code is … more

  • Retina.NET default persistent data on entities

    Tags: ORM, Retina.NET

    Hi, currently Retina.NET defines as persistent public fields and public properties.If you want to change that behavior you must use attributes. For example, to make a private field persistent you … more