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

Browse by Tags

All Tags » ORM » LLBLGenPro

Material from my "Making ORM applications more secure/Naredimo ORM aplikacije varnejše" 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.

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: , ,

LLBLGen Pro got even better

Frans released a new major version of his LLBLGen Pro ORM. Basically, a top notch ORM product got even better. Make sure you check the what's new list - and if you are looking for an (better) ORM, don't hesitate to give it a try, you won't
Posted by Miha Markic | 3 Comments
Filed under: , ,

Implementing more useful tracing for LLBLGenPro 2.0

LLBLGen Pro has an internal tracing mechanism that outputs data to Trace class using standard .net mechanism. To enable various tracing categories you have to switch one various TraceSwitch es either at runtime or in config file. But what if you want
Posted by Miha Markic | 0 Comments
Filed under: , ,