Re: Finally which ORM tool?



On Oct 11, 9:06 am, "Frans Bouma [C# MVP]"
<perseus.usenetNOS...@xxxxxxxxx> wrote:

<snip>

I think the central context/session design which is common among most
O/R mappers is the cause of many of these problems, and which is also
why we didn't use this pattern in LLBLGen Pro. Linq to Sql / Entities
both have the same attach/detach hell btw.

Without a context/session design, how do you ensure identity
management though?
Just curious. I must actually look at LLBLGen Pro some time...

Jon

.



Relevant Pages

  • Re: Finally which ORM tool?
    ... O/R mappers is the cause of many of these problems, ... why we didn't use this pattern in LLBLGen Pro. ... Maybe I'm not understanding what you mean by identity management but I use Guid fields for all my Object Ids so I don't have any "management" issues. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Linq to Sql providers
    ... Advertising time is over again. ... Are there any other besides MS SQL Server available? ... Why then MS doesn't say so, as in "Linq to MSSQL"? ... If you want an O/R mapper with full linq support, check LLBLGen Pro: ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Linq to Sql providers
    ... Cor Ligthert [MVP] wrote: ... Are there any other besides MS SQL Server available? ... Why then MS doesn't say so, as in "Linq to MSSQL"? ... If you want an O/R mapper with full linq support, check LLBLGen Pro: http://www.llblgen.com. ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: LINQ + .Contains(s) + sp_executesql = big performance problem
    ... can you send me the code you used to add CONTAINS operator to SQL ... Linq to sql has a similar mechanism. ... Using that .NET function inside the query will result in a call to the CONTAINSfunction. ... Lead developer of LLBLGen Pro, the productive O/R mapper for .NET ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Linq; expression parser?
    ... web-service that allowed me to issue a LINQ expression (in a known ... but as I said in the quote below: queries ... breaks at compile time so you can fix it before you ship it ... Lead developer of LLBLGen Pro, the productive O/R mapper for .NET ...
    (microsoft.public.dotnet.languages.csharp)

Loading