Message from discussion
Exception on Mapper.Class<T>(Property)
Received: by 10.216.229.233 with SMTP id h83mr84603weq.12.1306442839026;
Thu, 26 May 2011 13:47:19 -0700 (PDT)
X-BeenThere: codeconform@googlegroups.com
Received: by 10.217.6.11 with SMTP id x11ls644145wes.3.gmail; Thu, 26 May 2011
13:47:18 -0700 (PDT)
Received: by 10.216.221.17 with SMTP id q17mr486438wep.6.1306442838346;
Thu, 26 May 2011 13:47:18 -0700 (PDT)
Received: by 10.216.221.17 with SMTP id q17mr486437wep.6.1306442838328;
Thu, 26 May 2011 13:47:18 -0700 (PDT)
Return-Path: <jfromanie...@gmail.com>
Received: from mail-wy0-f169.google.com (mail-wy0-f169.google.com [74.125.82.169])
by gmr-mx.google.com with ESMTPS id fv20si1158523wbb.2.2011.05.26.13.47.18
(version=TLSv1/SSLv3 cipher=OTHER);
Thu, 26 May 2011 13:47:18 -0700 (PDT)
Received-SPF: pass (google.com: domain of jfromanie...@gmail.com designates 74.125.82.169 as permitted sender) client-ip=74.125.82.169;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of jfromanie...@gmail.com designates 74.125.82.169 as permitted sender) smtp.mail=jfromanie...@gmail.com; dkim=pass (test mode) header...@gmail.com
Received: by mail-wy0-f169.google.com with SMTP id 19so1072502wyf.14
for <codeconform@googlegroups.com>; Thu, 26 May 2011 13:47:18 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=gamma;
h=domainkey-signature:mime-version:in-reply-to:references:date
:message-id:subject:from:to:content-type;
bh=mmhtvd0qswmSn9qboASHgiBtJYF2evtwm/VpJqIYQsg=;
b=mWZw1SbGZExLY1LjEEcfFmtFAohCxQKsm8wfcycYbnGbMklxx/pc4GCVw/tfw/A4BV
x/gFp/cbGE5dEN+jIR69E3TEuu5nM3oTr0fXkSfxcldwi184mzqSA/kem/dLL9U/aG/d
gIq/hZQA8TeerTssUCcm7t+/n+tfY4ILFiAXg=
DomainKey-Signature: a=rsa-sha1; c=nofws;
d=gmail.com; s=gamma;
h=mime-version:in-reply-to:references:date:message-id:subject:from:to
:content-type;
b=fSpitAkC/ur5LR5nKo4PZHAbzagyQ9QEVzkok7DZmvufxRiCIssFv+0AGBqjqW5Szw
2sd7fJSL3gi+IxAe8UK4ie81KAw97df6a9ejWUcXdL2SYNjLbG+wk72YHwOzptxj1Tz4
JG1iDlDIVxpdVogjx6sURD8bQOuiGgjLW6hmI=
MIME-Version: 1.0
Received: by 10.216.188.20 with SMTP id z20mr1320187wem.66.1306442838058; Thu,
26 May 2011 13:47:18 -0700 (PDT)
Received: by 10.216.11.200 with HTTP; Thu, 26 May 2011 13:47:17 -0700 (PDT)
In-Reply-To: <f5168d55-2634-4a3e-a32d-aec907011...@j23g2000yqc.googlegroups.com>
References: <a14b006b-d013-4363-9ed9-8520bb149...@r35g2000prj.googlegroups.com>
<BANLkTinE0VPYQSkkKrYjk81zkC5E1PA...@mail.gmail.com>
<e44a9115-80d0-48b1-a8ab-567f220cd...@28g2000yqu.googlegroups.com>
<b9f0292b-c3a3-40ca-a23a-18d5697db...@d28g2000yqf.googlegroups.com>
<cf781f1c-257d-4525-b6b0-4998f5d3a...@gv8g2000vbb.googlegroups.com>
<6882a324-f7c7-4cc1-829e-830d8018c...@d19g2000prh.googlegroups.com>
<BANLkTi==A8PpNYJQ6o40VkDdKwNBF78...@mail.gmail.com>
<2b8975bb-25cd-4698-8691-7866659f0...@x6g2000yqj.googlegroups.com>
<BANLkTikzo=RjuHU8KH+e8Yjpn2RNru+...@mail.gmail.com>
<f5168d55-2634-4a3e-a32d-aec907011...@j23g2000yqc.googlegroups.com>
Date: Thu, 26 May 2011 17:47:17 -0300
Message-ID: <BANLkTi=Jtq=FFqzKgDTe0C_ULx_Wty6...@mail.gmail.com>
Subject: Re: [ConfORM] Re: Exception on Mapper.Class<T>(Property)
From: =?ISO-8859-1?Q?Jos=E9_F=2E_Romaniello?= <jfromanie...@gmail.com>
To: codeconform@googlegroups.com
Content-Type: multipart/alternative; boundary=0016364c77ff4825d504a433ed61
--0016364c77ff4825d504a433ed61
Content-Type: text/plain; charset=ISO-8859-1
In the current state of the art, i don't recommend you to build nothing on
top of EF.
OTOH; I don't see why something like that will be useful. Each ORM has their
own features for mapping... or at least EF has much less than NH, why you
would abstract the mapping thing?
With the current ORMs in .Net you can't map a four-class domain as-is in two
different ORMs.
This menas that if you want to change the orm you have to do major changes
in your entities...
2011/5/26 Matteo Migliore <matteo.migli...@gmail.com>
> Do you plan to make ConfOrm separated to NH for a part to allow to use
> it with EF also?
>
--0016364c77ff4825d504a433ed61
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
In the current state of the art, i don't recommend you to build nothing=
on top of EF.<br>OTOH; I don't see why something like that will be use=
ful. Each ORM has their own features for mapping... or at least EF has much=
less than NH, why you would abstract the mapping thing?<br>
With the current ORMs in .Net you can't map a four-class domain as-is i=
n two different ORMs. <br>This menas that if you want to change the orm you=
have to do major changes in your entities...<br><br><div class=3D"gmail_qu=
ote">
2011/5/26 Matteo Migliore <span dir=3D"ltr"><<a href=3D"mailto:matteo.mi=
gli...@gmail.com">matteo.migli...@gmail.com</a>></span><br><blockquote c=
lass=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;=
padding-left:1ex;">
<div id=3D":2jv">Do you plan to make ConfOrm separated to NH for a part to =
allow to use<br>
it with EF also?</div></blockquote></div><br>
--0016364c77ff4825d504a433ed61--