Open Source
Below you'll find links to various open source projects related to LLBLGen Pro. If you have written an add-on or other piece of software related
to LLBLGen Pro and it's open source and it's valuable for our customers,
please let us know so we can add it to the list below.
LLBLGen Pro Examples
All the LLBLGen Pro examples are available as open source on GitHub as well.
LLBLGen Pro version: Version 3.x, v4.x
License type: MIT
Author: Solutions Design
Project link: Examples for LLBLGen Pro v4.0 Project page on GitHub
Project link: Examples for LLBLGen Pro v3.5 Project page on GitHub
Official LINQPad driver
This is the official LLBLGen Pro driver for
LINQPad, a linq-using query tool for O/R mappers.
With this driver you can use your LLBLGen Pro Runtime Framework using generated code within LINQPad to test linq queries on your database using the
generated code.
LLBLGen Pro version: Version 4.0
License type: BSD2
Author: Solutions Design and Jeremy Thomas
Project link: Project page on CodePlex
Alternative Linq Prefetch Path API
This is an extension of the official LLBLGen Pro Runtime Framework Linq provider. It offers an alternative Prefetch Path
API which simplifies specifying prefetch paths in Linq queries.
LLBLGen Pro version: Version 3.x, v4.x
License type: MIT
Author: Richard Hopton
Project link: Project page on GitHub
Algorithmia
Algorithm and data-structure library for .NET 3.5 and up. Algorithmia contains sophisticated algorithms and data-structures like graphs,
priority queues, command, undo-redo and more. Algorithmia is one of the pillars of the LLBLGen Pro designer and is used in production successfully
since May 2010. Many of the classes and algorithms in Algorithmia contain references to papers and articles on Wikipedia or other websites where you
can find additional information regarding the algorithm or data-structure implemented.
License type: BSD2
Author: Solutions Design bv
Project link: Main project site on GitHub
BCL Extensions
BCLExtensions is an extension method library for .NET 3.5 or higher which offers various extension methods for classes in the .NET Base
Class Library (BCL). BCL Extensions is a small library which extends what is shipped with .NET 3.5 or higher. Please consult the Documentation
for further details. BCL Extensions is used by the LLBLGen Pro Designer and the algorithm and data-structures library Algorithmia and has been
used in production successfully since May 2010.
License type: BSD2
Author: Solutions Design bv
Project link: Main project site on GitHub
Help and Discuss (HnD) forum system
HnD is a free, ASP.NET based customer support forum system, built with LLBLGen Pro and which is used as our
own customer support forum system.
HnD stands for Help and Discuss and is running on .NET 2.0+ with 100% LLBLGen Pro code. It offers site owners a flexible and fast customer
support system with, among other features: email notification, attachments, secure forums so only the topicstarter and people with a given
action right can see / access the thread, print-specific view of a thread, search etc.
License type: GPL2
Author: Solutions Design bv
Project link: Main project site on GitHub
LLBLGen Pro ASP.NET GUI Templates Extended (ANGTE)
LLBLGen Pro ANGTE is a template set you can use in your LLBLGen Pro projects for a complete database editor in ASP.NET 2.0+ using LLBLGen Pro Runtime Framework (Adapter or SelfServicing) generated code. It's an extension of the ASP.NET GUI templates shipped as an additional download for LLBLGen Pro.
License type: BSD2
Author: Solutions Design bv / David Elizondo
Project link: Main project site on CodePlex
Linqpad support driver
This is a data context driver for
LINQPad, a linq-using query tool for O/R mappers. With this
driver you can use your LLBLGen Pro Runtime Framework using generated code within LINQPad to test linq queries on your database using the
generated code. This driver has some additional features over the official driver.
License type: Ms-PL
Author: Jeremy Thomas
Project link: Project page on CodePlex
'Code for Rapid C# Windows Development' ebook example sourcecode
The worked example in
Joseph Chancellor’s book
Rapid C# Windows Development which uses LLBLGen Pro to connect to the
Adventure Works sample database.
The
book, published in February 2006 about 'Quickly Build Robust, Database-Driven Applications', along with the code is a great introduction
into performing common tasks in Database-Driven Applications, however it was written with version 1.X of
LLBLGen Pro and this project is about updating the book's sourcecode to the latest version of LLBLGen Pro.
All of the queries are converted from the native query API to linq, and the originals are kept for comparison.
License type: Ms-PL
Author: Joseph Chancellor and Jeremy Thomas
Project link: Main project site on CodePlex