--- title: .NET Client SDK description: Where to find LaunchDarkly .NET client SDK setup (Xamarin, MAUI, desktop, Blazor WASM, etc.) --- # .NET (Client) — SDK detail Same NuGet package (`LaunchDarkly.ClientSdk`) is used for **mobile-style apps** (MAUI, Xamarin, WPF, UWP, etc.) with a **mobile key** and for **Blazor WebAssembly** / browser-hosted UI with a **Client-side ID**. See [Generate integration plan](../../../sdk-install/plan/SKILL.md). **Primary:** [.NET SDK reference (client-side)](https://launchdarkly.com/docs/sdk/client-side/dotnet) — NuGet, initialization, and API. **Also useful:** - NuGet: [LaunchDarkly.ClientSdk](https://www.nuget.org/packages/LaunchDarkly.ClientSdk/) - GitHub: [.NET client SDK](https://github.com/launchdarkly/dotnet-core/tree/main/pkgs/sdk/client) - Sample: [hello-dotnet-client](https://github.com/launchdarkly/hello-dotnet-client) - API docs: [.NET client SDK API](https://launchdarkly.github.io/dotnet-core/pkgs/sdk/client/) **Recipe (detect / install summary):** [SDK Recipes](../recipes.md) — .NET (Client) There is no bundled onboarding code sample in this repo for .NET client; follow the official reference.