The following instructions describe how to set up a development environment for programming writing CFNET applications using Visual Studio and C#.
Please perform the follow procedure precisely in the order shown:
dotnet nuget add source https://nuget.comfiletech.com/index.json --name "COMFILE Technology"
dotnet new install Cfnet.Templates
To ensure a consistent appearance in both Korean and English, on both Windows and Linux, all jControls NF4 project and item templates use the Nanum Gothic fonts. Before opening or using any of the templates in the Cfnet.Templates package, please download and install the Nunum Gothic TrueType font package. On Windows, copy the files to the C:\Windows\Fonts\ directory. On Linux, install the package with sudo apt install fonts-nanum
.
The following video demonstrates the development process:
Browse the API documentation for all the CFNET libraries at COMFILE Technology's API documentation site.
dotnet new uninstall Cfnet.Templates
dotnet nuget remove source "COMFILE Technology"