How do I develop and test with .NET 8?
Last reviewed: 11/20/2023
HowTo Article ID: H032318
The information in this article applies to:
- GrammarKit 9
- KinesicsKit 7
- LexiconKit 9
- ProfileKit 9
- SpeechKit 12
- VoiceMarkupKit 9
- VoiceXMLKit 6
Summary
Microsoft recently released .NET 8 as an LTS (long term support) release that provides an extended runway for application development and deployment with this runtime.
More Information
.NET 8 and C# 12 introduce new features and optimizations for application deployments on desktop and cloud platforms. New Chant assemblies are available for developing applications with .NET 8.
It is real easy to develop .NET apps that speak and listen. Configure the application project:
- Add project references to the Chant .NET assemblies.
- Add code using references to the Chant .NET assemblies.
- Copy applicable Chant runtime speech API DLL(s) to the application executable folder.
The documentation references provide integration steps for Chant assemblies with .NET as follows:
- GrammarKit .NET Windows Forms Applications
- GrammarKit .NET WPF Applications
- KinesicsKit .NET Windows Forms Applications
- KinesicsKit .NET WPF Applications
- LexiconKit .NET Windows Forms Applications
- LexiconKit .NET WPF Applications
- ProfileKit .NET Windows Forms Applications
- ProfileKit .NET WPF Applications
- SpeechKit .NET Windows Forms Applications
- SpeechKit .NET WPF Applications
- VoiceMarkupKit .NET Windows Forms Applications
- VoiceMarkupKit .NET WPF Applications
- VoiceXMLKit .NET Windows Forms Applications
- VoiceXMLKit .NET WPF Applications