Welcome to RightHand's community place Sign in | Join | Help

Browse by Tags

All Tags » LLBLGenPro » .net 3.5

Using extension methods to make code less cluttered

Here is an example where an extension method is useful. Take this LLBLGen Pro code for example: public EntityCollection < CustomersEntity > GetCustomers() { using (DataAccessAdapter da = new DataAccessAdapter( " Data Source=[SERVER];Initial

Material from my &quot;Making ORM applications more secure/Naredimo ORM aplikacije varnejše&quot; presentation

I posted both slides and demo code from my " Making ORM applications more secure/Naredimo ORM aplikacije varnejše " presentation held at Bleeding Edge conference in Portorož on 1.10.2008. The material is in Slovene language. Enjoy.

Righthand has joined LLBLGenPro partners

I am proud to announce that today, after years of experience with LLBLGenPro development, I've become an official LLBLGenPro partner . As such I am offering consultancy and development with LLBLGenPro , the #1 ORM product for .net. Do you want to

Linq to LLBLGen Pro hits the RTM!

LLBLGen Pro v2.6 is released and a free upgrade to v2.x customers. The major feature of this release is Linq to LLBLGen Pro, as Frans said, " one of the most feature-rich Linq providers available on .net today ". Having tested beta versions I can only
Posted by Miha Markic | 0 Comments
Filed under: ,

LLBLGen Pro gets LINQ capability

My favorite ORM tool just got better - Frans implemented Linq to LLBLGen Pro . He really implemented it to the last detail as he writes in a series of blog post (a must read for everybody doing LINQ to an ORM product). If you are a customer go grab the
Posted by Miha Markic | 0 Comments
Filed under: , ,

LINQ to SQL showstoppers

I have to say that I like LINQ to SQL, heck, I even do presentations about it . So, it is a cute ORM. What is that good about it features LINQ. However, there are some serious showstoppers in there. One are more serious than the others. I won't deal with
Posted by Miha Markic | 2 Comments
Filed under: , ,