Help and Discuss (HnD) forum system
HnD is a free, ASP.NET Core 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 built with asp.net core MVC, .netcore 3.1 and runs on 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, search etc.
Our own support system using HnD
License type: GPL2
Author: Solutions Design bv
Project link: Main project site on GitHub
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, v5.x
License type: MIT
Author: Solutions Design
Project link: Examples for LLBLGen Pro v5.x Project page on GitHub
Project link: Examples for LLBLGen Pro v4.x 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 5.x
License type: BSD2
Author: Solutions Design and Jeremy Thomas
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
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 GitHub