Skip to content

Documentation

Jeremy Thomas edited this page Dec 11, 2017 · 2 revisions

The worked example in Joseph Chancellor’s bookRapid C# Windows Development which uses LLBLGen Pro to connect to theAdventure Works sample database. It also contains this Enumerable Debugger Visualizer for Visual Studio, anLLBLGen Entity Browser and someLINQPad Extensions and Tools and a few Winform Controls.

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 ofLLBLGen Pro so I have updated it to work with the later versions (2.6, 3.x and 4.x). At the same time I wanted to use this code as a starting point for evaluating LINQ To LLBLGen so I have converted all of the queries to use LINQ (but kept the originals for comparison).

Book source code details

Additional controls and tools contained in this project

Background Acknowledgements, credits and attributions

Links

http://www.lulu.com/josephchancellor http://josephchancellor.wordpress.com http://www.llblgen.com http://www.linqpad.net

Thanks to Joseph Chancellor for writing the book and making the code available for this project

Clone this wiki locally