Home / ASP.NET Weblogs
All Tags » .NET » ORM (RSS)

Browse by Tags

Related Posts

  • Retina.NET 2.0 Core & Designer Released

    Hey! just a quick announcement to say that I released a new version of Retina.NET Core and also the new DSL designer for VS2008. You can download the precompiled binaries or source code from the CodePlex Retina.NET page. As always, comments / suggestions / critics... are all welcome. Thanks in advance...
    Posted to Andru's WebLog (Weblog) by andresv on 05-20-2008, 12:00 AM
    Filed under: ORM, Retina.NET, NET 2.0, C#, .NET
  • Retina.NET project active again

    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 new v2 release, but I never finished that task and so the project came to a stop. Nonetheless, I have...
    Posted to Andru's WebLog (Weblog) by andresv on 04-21-2008, 12:00 AM
    Filed under: ORM, Retina.NET, NET 2.0, C#, .NET
  • Viewing the SQL generated by NHibernate

    There are at least a couple of ways to view the SQL generated by NHibernate. The easiest way is probably to use the hibernate.show_sql configuration property to dump it all to Console.Out : <?xml version="1.0" encoding="utf-8" ?> <configuration> <configSections>...
    Posted to dave^2=-1 (Weblog) by dtchepak on 01-16-2008, 12:00 AM
    Filed under: .net, orm
  • Messing around with ADO.NET Entity Framework Beta 3

    This post is part of a small series on .NET ORM tools. You can find the rest of them here . While I was checking out a number of .NET ORM tools, I thought I'd work through the exercise using the ORM-related bits from the ADO.NET Entity Framework Beta 3 and the Entity Designer CTP2 . Scene refresher I...
    Posted to dave^2=-1 (Weblog) by dtchepak on 01-03-2008, 12:00 AM
    Filed under: .net, imho, orm
  • Messing around with LinqToSql

    This post is part of a small series on .NET ORM tools. You can find the rest of them here . As part of my continuing efforts to fragrantly misuse a number of .NET ORM tools, here is my effort with LinqToSql. The usual proviso applies: all of this is really quick and hacky, as it is just to get a little...
    Posted to dave^2=-1 (Weblog) by dtchepak on 12-21-2007, 12:00 AM
    Filed under: .net, imho, linq, orm
  • Messing around with NHibernate

    This post is part of a small series on .NET ORM tools. You can find the rest of them here . After messing around with SubSonic , I thought I'd run through the same scenario with NHibernate. A quick disclaimer: both tools a very different, so comparing them is a bit like comparing apples and oranges....
    Posted to dave^2=-1 (Weblog) by dtchepak on 12-21-2007, 12:00 AM
    Filed under: .net, imho, orm
  • Messing around with SubSonic

    This post is part of a small series on .NET ORM tools. You can find the rest of them here . I recently heard a complaint about SubSonic queries, especially with regards to joining between tables. After looking at the forums, which basically recommended replacing complex queries or joins with SPs, I decided...
    Posted to dave^2=-1 (Weblog) by dtchepak on 12-20-2007, 12:00 AM
    Filed under: .net, imho, orm
  • Locating NHibernate Mapping Files

    I have an assembly full of data objects (say, MyGreatApp.Objects.dll), and an assembly that manages data access (say, MyGreatApp.DataAccess.dll). As the data access DLL is handling persistence, it should have the embedded NHibernate mapping files (*.hbm.xml). I tried to configure a session factory from...
    Posted to dave^2=-1 (Weblog) by dtchepak on 11-14-2007, 12:00 AM
    Filed under: .net, orm
  • Getting SubSonic talking to Oracle

    I wasn't sure how well SubSonic would play with Oracle, but it turns out that it was very easy to get the basics working. First, I setup a data access class and the SubSonic basics like VS external tools etc. Instead of the configuration suggested in the above link, my App.config looked like this: <...
    Posted to dave^2=-1 (Weblog) by dtchepak on 11-01-2007, 12:00 AM
    Filed under: .net, imho, tools, orm
  • Retina.NET project moved to CodePlex

    As you probably know the GotDotNet site is being phased out in favor of the new CodePlex, so I have moved the Retina.NET project to http://www.codeplex.com/retina I have uploaded the last stable sources and binaries (v1.0.8.0) and sources to the CodePlex TFS servers for the latest (still incomplete)...
    Posted to Andru's WebLog (Weblog) by andresv on 06-08-2007, 12:00 AM
    Filed under: ORM, Retina.NET, NET 2.0, C#, .NET
Page 1 of 7 (63 items) 1 2 3 4 5 Next > ... Last ยป