Official TX Text Control .NET Sample Applications Are Now Hosted on GitHub
This article gives a quick overview of the new TX Text Control .NET GitHub repositories. We will dive into their structure, content and our plans for the future.

Starting with TX Text Control .NET 31.0 Service Pack 1, our sample applications for all TX Text Control .NET products are hosted on GitHub. This is the first step of our modernizing process for deploying these sample applications. They are currently installed with the setup application of their corresponding TX Text Control .NET product.
Repository Structure
The main repository contains a README file that provides an overview of TX Text Control .NET and lists all links to the following .NET sample repositories:
- TX Text Control .NET Server (C#)
- TX Text Control .NET for Windows Forms (C#)
- TX Text Control .NET for WPF (C#)
- TX Text Control .NET for Windows Forms (VB.NET)
- TX Text Control .NET for WPF (VB.NET)
They are categorized into our three supported .NET products and the programming language of choice. Due to that approach, it is possible to clone the code for your product and language only.
Repository Content
The five repositories listed above contain a README file plus the samples corresponding to each individual repository title.
Their README files are structured similarly to the main repository README. Additionally, they describe each sample category within in a few sentences.
The sample applications are equivalent to those installed by the setup into the Documents folder by default. Additionally, Windows Forms and WPF sample applications are now available for .NET 6 too.
What's Next?
We're currently planning for these repositories to
- replace the InstallShield Wizard sample installation option and
- integrate them into the Text Control Help Center
in future versions of TX Text Control to provide you always with the latest version of our official sample applications.
Download and Fork This Sample on GitHub
We proudly host our sample code on github.com/TextControl.
Please fork and contribute.
ASP.NET
Integrate document processing into your applications to create documents such as PDFs and MS Word documents, including client-side document editing, viewing, and electronic signatures.
- Angular
- Blazor
- React
- JavaScript
- ASP.NET MVC, ASP.NET Core, and WebForms
Related Posts
Create a Table of Contents in Windows Forms using C#
This article explains how to create a table of contents in Windows Forms using the ribbon or programmatically. Creating a table of contents is required to organize large documents.
Visual Studio 2022 and .NET 5, 6 and 7 (Preview) Support and Strategy
With the release of TX Text Control 31.0, we will fully support .NET 5, 6 and 7 (Preview) within Visual Studio 2022 including Windows Forms designer support, NuGet packages and deployment support.
Sneak Peek 31.0: Signature Fields
In TX Text Control 31.0, we will introduce native signature fields that can be used to add electronic and digital signatures to documents. These new fields will be compatible to the ASP.NET…
Sneak Peek 31.0: Full .NET 6 Visual Studio Designer Support
The next version 31.0 is in the works and for .NET Windows Forms and WPF, we are working on enhancements to fully support .NET 6 features including Visual Studio design-time support, NuGet…
Using Custom Document Properties to Store Additional Document Information
Custom properties can be used to store additional information about the document in the document itself. These properties remain with a document and can be viewed by all MS Word users that open…