Skip to content

Commit

Permalink
Building out pubsub docs
Browse files Browse the repository at this point in the history
Signed-off-by: Whit Waldo <[email protected]>
  • Loading branch information
WhitWaldo committed Dec 11, 2024
1 parent c0579dc commit 26aa2b6
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 0 deletions.
17 changes: 17 additions & 0 deletions daprdocs/content/en/dotnet-sdk-docs/dotnet-messaging/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
type: docs
title: "Dapr Messaging .NET SDK"
linkTitle: "Messaging"
weight: 60000
description: Get up and running with the Dapr Messaging .NET SDK
---

With the Dapr Messaging package, you can interact with the Dapr messaging APIs from a .NET application. In the
v1.15 release, this package only contains the functionality corresponding to the
[streaming PubSub capability](https://docs.dapr.io/developing-applications/building-blocks/pubsub/howto-publish-subscribe/#subscribe-to-topics).

Future Dapr .NET SDK releases will migrate existing messaging capabilities out from Dapr.Client to this
Dapr.Messaging package. This will be documented in the release notes, documentation and obsolete attributes in advance.

To get started, walk through the [Dapr Messaging]({{< ref dotnet-messaging-pubsub-howto.md >}}) how-to guide and
refer to [best practices documentation]({{< ref dotnet-messaging-pubsub-usage.md >}}) for additional guidance.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
type: docs
title: "How to: Author and manage Dapr streaming subscriptions in the .NET SDK"
linkTitle: "How to: Author & manage streaming subscriptions"
weight: 61000
description: Learn how to author and manage Dapr streaming subscriptions using the .NET SDK
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
type: docs
title: "DaprPublishSubscribeClient usage"
linkTitle: "DaprPublishSubscribeClient usage"
weight: 69000
description: Essential tips and advice for using DaprPublishSubscribeClient
---

0 comments on commit 26aa2b6

Please sign in to comment.