Sample programs showing how to use Dew Lab Studio for .NET Core.
Dew Lab Studio for .NET Core contains several products. For each product there is a separate "main" demo project, which contains multiple examples. The .NET Framework samples are in a separate repository.
You'll need Dew Lab Studio for .NET evaluation or registered version to run the examples on this repository. Fully functional evaluation versions can be obtained from the public NuGet repository as "Dew Lab Studio".
Dew Lab Studio is available in three editions:
- Windows Edition. Includes Hardware Acceleration library and runs only on Windows. (net20, net50, net50-windows), (32bit and 64bit)
- Core Edition. Runs on all .NET Core supported platforms, but without Hardware Acceleration library. (net50), (32bit and 64bit)
- Linux Edition. Includes Hardware Acceleration library and runs only on Linux. (net50) (64bit)
IMPORTANT: To correctly checkout/pull a CRLF must be enabled for your GIT!! Although not used by the source files, some sample data files could be affected.