Skip to content

Righthand Blog

About .NET/C#, Xamarin, Flutter and other fun technologies

  • Righthand Dataset Debugger Visualizer
LLBLGenPro

LINQPad, LLBLGENPro and Npgsql

Posted on: September 19, 2016March 29, 2020

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, […]

.net 4.0 / ASP.Net / asp.net mvc / LLBLGenPro / ORM

Integrating MvcMiniProfiler and LLBLGenPro

Posted on: July 24, 2011March 29, 2020

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 […]

.net 3.5 / LINQ / LLBLGenPro / VS 2008

Using extension methods to make code less cluttered

Posted on: November 8, 2008March 29, 2020

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 […]

.net / .net 3.5 / DevExpress / LLBLGenPro / ORM / Slovenia

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

Posted on: October 3, 2008March 29, 2020

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 […]

.net / .net 3.5 / Announcement / LLBLGenPro

Righthand has joined LLBLGenPro partners

Posted on: September 22, 2008March 29, 2020

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 […]

.net 3.5 / LLBLGenPro

Linq to LLBLGen Pro hits the RTM!

Posted on: June 9, 2008March 29, 2020

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 […]

.net 3.5 / LLBLGenPro / ORM

LLBLGen Pro gets LINQ capability

Posted on: March 12, 2008March 29, 2020

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 […]

.net 3.5 / LLBLGenPro / ORM

LINQ to SQL showstoppers

Posted on: October 6, 2007March 29, 2020

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 […]

.net / LLBLGenPro / ORM

LLBLGen Pro got even better

Posted on: August 23, 2007March 29, 2020

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 […]

.net / LLBLGenPro / ORM

Implementing more useful tracing for LLBLGenPro 2.0

Posted on: September 14, 2006March 29, 2020

[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 […]

Niche Blog by Fahim Murshed