/ Home / LJCProjects / CoreAssemblies

These solutions produce libraries that form the core of the LJC Framework.

Folder: CoreAssemblies

A Solution contains at least one project. Solution projects work together for a common purpose. Solutions and their projects are organized under a Solution folder.

Solution folders usually contain several common helper command files. They start with the verbs Build, Clear and Update followed by the short project name.
For example: The solution folder LJCGenDoc contains:
BuildGenDoc.cmd, ClearGenDoc.cmd and UpdateGenDoc.cmd.

Build*.cmd Builds the solution without starting Visual Studio. This includes calling Update*.cmd.
Clear*.cmd Deletes the compiled and generated files that are not saved in source control.
Update*.cmd Copies the referenced and runtime dependencies into the "External" folder.

Solutions

Common Libaries
LJCNetCommon - The .NET Common Library
LJCWinFormCommon - The WinForm Common Library
LJCWinFormControls - The WinForm Controls Library
LJCTextDataReader - The Text DataReader Library

Data Access Libaries
LJCDataAccess - The ADO.Net Data Access Library
LJCDataAccessConfig - The Data Access Configuration Library

Message Based Data Access Libaries
LJCDBMessage - The Data Service Message Library
LJCDBClientLib - The Data Service Client Library
LJCDBDataAccess - The Message Data Access Library
LJCDBServiceLib - The Data Service Library
LJCDBServiceHost - The Data Service Library Windows Host
LJCDBServiceConsoleHost - The Data Service Library Console Host
LJCDBClientSQLLib - The Local Message Based SQL Data Access Library

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.