-
Notifications
You must be signed in to change notification settings - Fork 5
Attributions
Jeremy Thomas edited this page Dec 2, 2017
·
1 revision
- The original source code comes from http://www.lulu.com/josephchancellor or http://josephchancellor.wordpress.com
- Hierarchical TreeView control with data binding enabled from http://www.codeproject.com/KB/tree/bindablehierarchicaltree.aspx
- PropertyGrid that shows all fields not just public properties
- Generate RDLC dynamically - http://www.gotreportviewer.com
- Most Recently Used (MRU) files component http://www.codeproject.com/KB/menus/MRUHandler.aspx
- Tracelistener class that allows you to view the results of the trace in your Windows UI test harness
- WindowSettings
- NUnitForms – Modified to expose classes to enable it to work with MSTest. NB, referenced as an assembly
- ObjectListView for sorting collections of arbitrary objects in a datagridview
- Official LINQPad drivers for LLBLGen Pro v3.5 and later, https://llblgenlinqpad.codeplex.com/ and https://github.com/SolutionsDesign/LINQPadDriver
- Prefetch extensions for the Linq Provider in LLBLGen https://github.com/richardhopton/LLBLGen.Linq.Prefetch
- Hawkeye - The .Net Runtime Object Editor
- State Browser - A treeview control to inspect the state of object graphs
- EasyQuery - Ad-hoc visual query designer for your apps (Trial with Nag screen)
- Advanced DataGridView (Not signed)
- ConsoleAppLauncher
- CS-Script Class Library
- DataConnectionDialog
- DynamicQueryable
- fasterflect
- Fast Colored TextBox for Syntax Highlighting
- FluentAssertions
- Humanizer
- ILMerge
- Microsoft.Data.Edm
- Microsoft.Data.OData
- Microsoft.Data.Services
- Microsoft.Data.Services.Client
- Moq
- Newtonsoft.Json
- NUnit
- ReportViewer.Common.10
- SD.LLBLGen.Pro.DQE.OracleODPNET
- SD.LLBLGen.Pro.DQE.SqlServer
- SD.LLBLGen.Pro.ORMSupportClasses
- SD.LLBLGen.Pro.ORMSupportClasses.Web
- SD.Tools.Algorithmia
- SD.Tools.BCLExtensions
- SD.Tools.OrmProfiler.Interceptor.NET45
- System.Data.SqlLocalDb
- System.Spatial
The unsigned nuget packages are checked into source control as I have signed them with theAssembly Strong Naming Toolkit by running SignAdvancedDataGridView.ps1 in thePackage Manager Console.
Execute LINQ(or any query) snippets similar to http://www.linqpad.net Entity viewer similar to LLBL project inspector plug-in http://www.llblgen.com/documentation/2.6/using%20the%20designer/designer_workingwithplugins.htm
Thanks to Joseph Chancellor for writing the book and making the code available for this project