DynamicBarcode Creator for .NET Examples
DynamicBarcode Creator for .NET provides five console example projects, two web form example projects, a windows form example project, and a WPF control example project.
The barcode-creator-core-framework project on GitHub contains example code demonstrating how to use the DynamicBarcode creator software. There are examples using .NET Framework and Core for both C# and Visual Basic .NET.
The projects are:
- barcode-creator-core-console-cs,
- barcode-creator-core-console-vb,
- barcode-creator-framework-console-cs, and
- barcode-creator-framework-console-vb.
Examples for each of these are provided for both VB .NET and C#.
LinearBarcode
PostalBarcode
TwoDimensionalBarcode
Download the example project barcode-creator-core-framework from GitHub.
Five Console Examples
The GitHub project contains the following console examples for VB.NET and C#. Visual Studio .NET 2010 - 2019 versions.
- All barcodes
- Code 128
- Data Matrix with overflow
- Macro Pdf417 with overflow
- QR Code
Two Web Form (ASP.NET) Example
The GitHub project includes the following Web form examples for VB.NET and C#. Visual Studio .NET 2010 - 2019 versions.
- All barcodes (simple)
- All barcodes (advanced)
One Windows Form Example
The GitHub project includes the following Windows form example for VB.NET and C#. Visual Studio .NET 2010 - 2019 versions.
- All barcodes
One WPF Control Example
The GitHub project includes the following WPF control example available for VB.NET and C#. Visual Studio .NET 2010 - 2019 versions..
- All barcodes