If you want to test LLBLGenPro/Npgsql queries with LINQPad, and you really should, you have to follow these steps. Install the official LLBLGenPro driver for LINQPad (Add connection, […]
Integrating MvcMiniProfiler and LLBLGenPro
MvcMiniProfiler is a lean and mean mini profiler for MVC 3 that shows the profiling results on each page displayed at runtime. Besides the custom steps you can […]
Using extension methods to make code less cluttered
Here is an example where an extension method is useful. Take this [LGP] code for example: public EntityCollection<CustomersEntity> GetCustomers() { using (DataAccessAdapter da = new DataAccessAdapter("Data Source=[SERVER];Initial Catalog=Northwind;Integrated […]
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 […]
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 […]
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 […]
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 […]
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 […]
LLBLGen Pro got even better
Frans released a new major version of his [LGP] ORM. Basically, a top notch ORM product got even better. Make sure you check the what's new list – and if you […]
Implementing more useful tracing for LLBLGenPro 2.0
[LGP] 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 TraceSwitches […]