.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, NCache Distributed Lucene API, and using the Pub/Sub Messaging API.
Supported .NET Versions
The supported .NET versions are as follows:
Product | Versions |
---|---|
.NET | 5.0, 6.0, 7.0, 8.0 |
.NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0, 2.1 |
Note
For server-side deployments, .NET 4.8 and .NET 6.0 are the supported versions.
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. However, if you still want to use Binary Serialization, you can suppress the BinaryFormatter, as discussed here.
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.
Lucene .NET
This section will guide you through creating a sample Lucene application.