Contents tagged with ORM

  • Retina.NET project active again

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

    The Retina.NET project was dormant for some time, but with some help I'm bringing it back to life. The last official release was made on October 2006 (v1.0.8.0) and at that time I was working on the … more

  • 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

  • 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

  • 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

  • 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