Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions modules/hello-world/pages/overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ The SDK is written in C#, and some of its idiomatic patterns reflect that choice

{empty} +

NOTE: Owing to https://issues.couchbase.com/browse/NCBC-3794[NCBC-3794], it is recommended that all customers using Server 7.6 or later upgrade to SDK 3.5.3, or SDK 3.6.2 or later, immediately.

{empty} +


== icon:database[] Using Your Database

How-to guides and tutorials to help you start your development journey with Couchbase and the .NET SDK.
Expand Down
4 changes: 4 additions & 0 deletions modules/hello-world/pages/start-using-sdk.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ include::project-docs:partial$attributes.adoc[]
{description}
It offers an asynchronous API based on the link:https://docs.microsoft.com/en-us/dotnet/standard/asynchronous-programming-patterns/task-based-asynchronous-pattern-tap[_Task-based Asynchronous Pattern (TAP)_].


NOTE: Owing to https://issues.couchbase.com/browse/NCBC-3794[NCBC-3794], it is recommended that all customers using Server 7.6 or later upgrade to SDK 3.5.3, or SDK 3.6.2 or later, immediately.


The Couchbase .NET client allows applications to connect to Couchbase Server using any Common Language Runtime (CLR) language, including C#, F#, and VB.NET.
The SDK is written in C#, and some of its idiomatic patterns reflect that choice.

Expand Down
Loading