.NET Client
NCache provides a sample application for .NET Framework/.NET on GitHub. This section will guide you through setting up and utilizing the .NET client application. It also explains how you can use ASP.NET Core Sessions, Pub/Sub Messaging API, etc.
Note
This feature is also available in the NCache Community Edition.
Supported .NET Versions
The supported .NET versions are as follows:
Product | Versions |
---|---|
.NET | 6.0, 7.0, 8.0 |
.NET Framework | 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0, 2.1 |
Note
For server-side deployments, .NET 2.0, .NET 4.8, and .NET 8.0 are the supported versions.
Note
If you must proceed with .NET Framework 4.6.2 and encounter any issues, please refer to the troubleshooting section.
Important
Ensure that you are using the JSON Serialization format for .NET 8.0, as BinaryFormatter Serialization methods are obsolete and prohibited in .NET 8.0.
In This Section
Data Caching
This section will guide you through setting up and using a .NET client sample application.
ASP.NET Core Sessions
This section will guide you through storing ASP.NET Core Sessions.
Pub/Sub Messaging
This section will guide you through creating a sample NCache .NET client Pub/Sub application.