> For the complete documentation index, see [llms.txt](https://dnotifier.gitbook.io/product-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dnotifier.gitbook.io/product-docs/getting-started/installation/dotnet.md).

# .NET (coming soon)

{% hint style="info" %}
**Coming soon** — The official DNotifier .NET SDK is not yet available on NuGet.
{% endhint %}

## Status

A .NET SDK (C# / .NET 6+) is planned with support for:

* WebSocket and HTTP transports
* Realtime messaging and chat patterns
* AI, RAG, and workflow integration
* NuGet distribution with strong typing

## Use another SDK today

| SDK                                                                                            | Best when                                                           |
| ---------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- |
| [JavaScript / TypeScript](/product-docs/getting-started/installation/javascript-typescript.md) | ASP.NET Core apps that can host a Node sidecar or call a JS service |
| [Dart / Flutter](/product-docs/getting-started/installation/dart-flutter.md)                   | Cross-platform mobile with Flutter                                  |

For .NET backends, a common interim pattern is a small internal API written in Node.js or Dart that your C# application calls until the native NuGet package is available.

## Get notified

Release updates will appear on [dnotifier.com](https://www.dnotifier.com). This page will include `dotnet add package` instructions when the SDK ships.

## Related guides

* [Install hub](/product-docs/getting-started/installation.md)
* [Choose your transport](/product-docs/getting-started/choose-transport.md)
* [Credentials & environment](/product-docs/getting-started/credentials.md)
