Getting Started with Solid Framework for .NET
All of the samples for Solid Framework require you to download a license file, specify its location and import the license within the code. Downloading a license and SolidFramework are discussed in this video.
In this code, when “RunSample” is called, the license is validated, and if successful a message is written to the console, and Solid Framework is ready to be used.
While this code has been written as the basis of a command line interface style application, it can be moved into a Forms based application with only minor changes.
The C# and VB.Net samples use partial classes. This is not a requirement of Solid Framework, and has been done only to be consistent with the code used in the full tutorial sample applications which can be downloaded from https://solidframework.net/complete-projects/.
Previous sample Samples Next sample