mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	docs(chore): standardize on the naming of the .NET sdk.
This commit is contained in:
		
							parent
							
								
									bfd168689c
								
							
						
					
					
						commit
						9e55752dcf
					
				| @ -3,7 +3,7 @@ | |||||||
|  [](https://coveralls.io/github/Unleash/unleash?branch=master) [](https://www.npmjs.com/package/unleash-server) [](https://hub.docker.com/r/unleashorg/unleash-server) |  [](https://coveralls.io/github/Unleash/unleash?branch=master) [](https://www.npmjs.com/package/unleash-server) [](https://hub.docker.com/r/unleashorg/unleash-server) | ||||||
| 
 | 
 | ||||||
| [](https://www.heroku.com/deploy/?template=https://github.com/Unleash/unleash) [](https://cloud.digitalocean.com/apps/new?repo=https://github.com/Unleash/unleash/tree/master&refcode=0e1d75187044) [](https://twitter.com/intent/follow?screen_name=getunleash) | [](https://www.heroku.com/deploy/?template=https://github.com/Unleash/unleash) [](https://cloud.digitalocean.com/apps/new?repo=https://github.com/Unleash/unleash/tree/master&refcode=0e1d75187044) [](https://twitter.com/intent/follow?screen_name=getunleash) | ||||||
|      | 
 | ||||||
| 
 | 
 | ||||||
| <a href="https://getunleash.io" title="Unleash - Create with freedom. Release with confidence"> | <a href="https://getunleash.io" title="Unleash - Create with freedom. Release with confidence"> | ||||||
|     <img src="./.github/Logo_DarkBlue_Transparent_Portrait.svg" width="200"> |     <img src="./.github/Logo_DarkBlue_Transparent_Portrait.svg" width="200"> | ||||||
| @ -59,7 +59,7 @@ In order to connect your application to Unleash you need to use a client SDK for | |||||||
| - [Go SDK](https://docs.getunleash.io/sdks/go_sdk) | - [Go SDK](https://docs.getunleash.io/sdks/go_sdk) | ||||||
| - [Ruby SDK](https://docs.getunleash.io/sdks/ruby_sdk) | - [Ruby SDK](https://docs.getunleash.io/sdks/ruby_sdk) | ||||||
| - [Python SDK](https://docs.getunleash.io/sdks/python_sdk) | - [Python SDK](https://docs.getunleash.io/sdks/python_sdk) | ||||||
| - [.Net SDK](https://docs.getunleash.io/sdks/dot_net_sdk) | - [.NET SDK](https://docs.getunleash.io/sdks/dot_net_sdk) | ||||||
| - [PHP SDK](https://docs.getunleash.io/sdks/php_sdk) | - [PHP SDK](https://docs.getunleash.io/sdks/php_sdk) | ||||||
| 
 | 
 | ||||||
| **Official Frontend SDKs:** | **Official Frontend SDKs:** | ||||||
|  | |||||||
| @ -1,6 +1,6 @@ | |||||||
| --- | --- | ||||||
| id: dot_net_sdk | id: dot_net_sdk | ||||||
| title: .net SDK | title: .NET SDK | ||||||
| --- | --- | ||||||
| 
 | 
 | ||||||
| In this guide we explain how to use feature toggles in a .NET application using Unleash-hosted. We will be using the open source Unleash [.net Client SDK](https://github.com/Unleash/unleash-client-dotnet). | In this guide we explain how to use feature toggles in a .NET application using Unleash-hosted. We will be using the open source Unleash [.net Client SDK](https://github.com/Unleash/unleash-client-dotnet). | ||||||
| @ -9,7 +9,7 @@ In this guide we explain how to use feature toggles in a .NET application using | |||||||
| 
 | 
 | ||||||
| ## Step 1: Install client SDK {#step-1-install-client-sdk} | ## Step 1: Install client SDK {#step-1-install-client-sdk} | ||||||
| 
 | 
 | ||||||
| First we must add Unleash Client SDK as a dependency to your project. Below is an example of how you would add it via the .Net cli. Please see [NuGet](https://www.nuget.org/packages/Unleash.Client/) for other alternatives. | First we must add Unleash Client SDK as a dependency to your project. Below is an example of how you would add it via the .NET cli. Please see [NuGet](https://www.nuget.org/packages/Unleash.Client/) for other alternatives. | ||||||
| 
 | 
 | ||||||
| ```sh | ```sh | ||||||
| dotnet add package unleash.client | dotnet add package unleash.client | ||||||
|  | |||||||
| @ -49,7 +49,7 @@ If you see an item marked with a ❌ that you would find useful, feel free to re | |||||||
| ::: | ::: | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| | Capability                                                                                        | [Java](/sdks/java_sdk) | [Node.js](/sdks/node_sdk) | [Go](/sdks/go_sdk) | [Python](/sdks/python_sdk) | [Ruby](/sdks/ruby_sdk) | [.Net](/sdks/dot_net_sdk) | [PHP](/sdks/php_sdk) | [Unleash Proxy Server](unleash-proxy.md) | | | Capability                                                                                        | [Java](/sdks/java_sdk) | [Node.js](/sdks/node_sdk) | [Go](/sdks/go_sdk) | [Python](/sdks/python_sdk) | [Ruby](/sdks/ruby_sdk) | [.NET](/sdks/dot_net_sdk) | [PHP](/sdks/php_sdk) | [Unleash Proxy Server](unleash-proxy.md) | | ||||||
| |---------------------------------------------------------------------------------------------------|:----------------------:|:-------------------------:|:------------------:|:--------------------------:|:----------------------:|:-------------------------:|:--------------------:|:----------------------------------------:| | |---------------------------------------------------------------------------------------------------|:----------------------:|:-------------------------:|:------------------:|:--------------------------:|:----------------------:|:-------------------------:|:--------------------:|:----------------------------------------:| | ||||||
| | **Category: Initialization**                                                                      |                        |                           |                    |                            |                        |                           |                      |                                          | | | **Category: Initialization**                                                                      |                        |                           |                    |                            |                        |                           |                      |                                          | | ||||||
| | Async initialization                                                                              | ✅                     | ✅                        | ✅                 | ✅                         | ✅                     | ✅                        | ✅                   | N/A                                      | | | Async initialization                                                                              | ✅                     | ✅                        | ✅                 | ✅                         | ✅                     | ✅                        | ✅                   | N/A                                      | | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user