Same route I took! Both llblgen and nhibernate are great. I'm using contrib linq for basic queries but fall back to hql for mid complex stuff and SPs for the nasty stuff. All thru nhib
Hth ----------------------------- e-wayne <at> isit.gd t-07525 424 882 On 8 Nov 2009, at 05:29 PM, Mohamed Meligy <[email protected]> wrote: > Just explanation: > Since coming from LLBLGen Pro background (I tired others > like .NETTiers, Linq To Sql, Entity Framework, but this is the only > one I liked, and though NHibernate would be the only as-strong free > alternative). > > I prefer to deal with completely typed Queries, writing SQL/HQL or > using queries/criteria that requires any use of strings turns me off > unless in advanced scenarios like formula (an opinionated subject, I > admit). > > So, I thought LINQ to NHibernate would be the best solution for this > (NHibernate with 100% strongly typed query API). Is this the right > choice (regardless of whether it's right to ask for this please) or > there is another suggested typed query API? > > > Thank you very much, > > Regards, > > -- > Mohamed Meligy > Senior Developer, Team Lead Backup (.Net Technologies) – Application > s Delivery - TDG > Injazat Data Systems > P.O. Box: 8230 Abu Dhabi, UAE. > > Phone: +971 2 6992700 > Direct: +971 2 4045385 > Mobile: +971 50 2623624, +971 55 2017 621 > > E-mail: [email protected] > Weblog: http://weblogs.asp.net/meligy > > > On Sun, Nov 8, 2009 at 9:11 PM, Mohamed Meligy > <[email protected]> wrote: > Anyway, regarding the main topic of the thread... > > I see the answer to the original question of the thread is that the > version in trunk is the "version of the future" but it's not ready > now, neither is the contrb version, so, you should ready for all > kinds of surprises using any. > > > > Sounds cool for me, but does it mean the contrib version shall stop > sometime soon and "all" LINQ effort will go to the trunk version? > > Thanks a lot. > > > P.S. I play to investigate NHibernate source code itself next month > when I have annual vacation. Maybe I can help with something related > to LINQ. It's also interesting to ehar about if some rough time line > exists for NHibernate 3.0. I know things don't go that accurate time > lines in OSS, but if a rough one exists... > > Regards, > > -- > Mohamed Meligy > Senior Developer, Team Lead Backup (.Net Technologies) – Application > s Delivery - TDG > > Injazat Data Systems > P.O. Box: 8230 Abu Dhabi, UAE. > > Phone: +971 2 6992700 > Direct: +971 2 4045385 > Mobile: +971 50 2623624, +971 55 2017 621 > > E-mail: [email protected] > > Weblog: http://weblogs.asp.net/meligy > > > On Sun, Nov 8, 2009 at 3:27 PM, Fabio Maulo <[email protected]> > wrote: > Many thanks Billy but don't worry, I prefer to stay without a lawyer. > > This is not the first time that somebody define as "rude", > "aggressive" or whatever what I'm writing in this forum. > > Perhaps I must accept that I'm a tough guy (for some reason my logo > is "Oc" the hungry dog). > > 2009/11/7 Billy Stack <[email protected]> > > > I couldnt let this email thread pass without giving my opinion...where > I think this is ridiculous behaviour. > > Do ye all realise that the NHibernate ORM is "open source". People > like the likes of Fabio spend a huge amount of their own "free" time > working on NH and supporting NH users (i.e. this forum) > > I have been following the nhusers forum for a long while. The support > provided by Fabio + others has been fantastic. > > Lets have a small bit of respect please!!! > > > On Sat, Nov 7, 2009 at 3:13 PM, alberto rodriguez > <[email protected]> wrote: > > > > I think you are getting overly defensive, so I'll leave it here. A > > short "because managing multiple branches is too complicated for us" > > would have been enough. > > > > > > -- > Fabio Maulo > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
