bNesis.Sdk.ThinClient 1.8.12

There is a newer version of this package available.
See the version list below for details.
dotnet add package bNesis.Sdk.ThinClient --version 1.8.12
NuGet\Install-Package bNesis.Sdk.ThinClient -Version 1.8.12
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="bNesis.Sdk.ThinClient" Version="1.8.12" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add bNesis.Sdk.ThinClient --version 1.8.12
#r "nuget: bNesis.Sdk.ThinClient, 1.8.12"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install bNesis.Sdk.ThinClient as a Cake Addin
#addin nuget:?package=bNesis.Sdk.ThinClient&version=1.8.12

// Install bNesis.Sdk.ThinClient as a Cake Tool
#tool nuget:?package=bNesis.Sdk.ThinClient&version=1.8.12

bNesis SDK for C# (.NET)

Introduction

bNesis SDK for C# (.NET) allows developers easily use cloud services authorization and API in .NET applications developed in C# programing language.

Comfortable service programming with bNesis SDK

The authorization is most common challenge of cloud services programing because complexity of OAuth 2.0 protocol and OpenID identity layer. Also network programing required havening wide range of tech knowledge. The bNesis SDK represented all of it as simple well-known program elements and it makes coding process easier and more intuitive. Code examples demonstrated how to use the bNesis SDK for C# (.NET) for connection of cloud services in .NET applications and relevant guides are also provided. Any changes and updates of cloud services APIs are handled by versions of bNesis SDK for C# (.NET). bNesis SDK for C# (.NET) significantly reduces coding time and project expenses.

bNesis API layers

bNesis SDK APIs provide an wrappers over the "low-level" of services APIs - also known as bNesis SDK API layers. There are three layers:

  • Unified API. At this layer bNesis SDK APIs return to developer the response as complete data structure with fields corresponding to the original service response fields. Developer operates with data structures in the C# programming language. Universal data structures for similar API groups are used for similar services. Unified API is used by developers for implementing cross-service solutions, when the same program code, without changes, has to work with different services.

  • Formalized API. At this layer bNesis SDK APIs return to developer the response as complete data structure with fields corresponding to the original service response fields. Developer operates with data structures in the C# programming language. Of course, formalized API is very effective when complex data structure is waited as response.

  • Raw API. By using this layer of bNesis SDK APIs, developer obtain full response from service including all fields and status codes which is provided by service owners. There are two reasons for supporting API of raw layer. The first is then there is code working properly with connected service and developer want to start using of bNesis SDK. In this case developer can save his code of service responses processing i.e adopting of exiting code to bNesis SDK does not need global changes. The second is a complete correspondence of the original documentation to the service. It is not usual and not informative but there can can be and vice versa. By the way, often responses with errors contain detailed descriptions which is useful for debug mode.

Providing Rich and Thin clients architecture

Planing of using cloud services in .NET applications system designer determines optimal architecture depending on whether lengthy computations must be accomplished by the client or the server. bNesis SDK for C# (.NET) provides an opportunity to realize these two modes - Rich client mode and Thin client mode. At the API level, functional of Thin client mode is fully compatible with Rich client mode, the only difference is that in the case of Thin client, the OAUTH authorization takes place on the side and in the context of bNesis API Server.

Rich client mode. In this case, bNesis SDK is delivered as a library for .NET and all the accesses to cloud services are direct:

  • Middleware server is not used.
  • OAUTH authentication is performed on the side of your application;
  • Multiple applications can use one installed bNesis SDK library.
  • NuGet install packages and version control support is provided.
  • Handlers for different services are stored in separate libraries, so you can control the size of bNesis SDK package, depending on the number of services your application uses.
Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on bNesis.Sdk.ThinClient:

Package Downloads
bNesis.Sdk.RichClient

bNesis SDK Rich Client

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.8.13 1,176 5/18/2018
1.8.12 1,211 5/14/2018
1.7.10 1,233 3/5/2018
1.7.9 1,153 3/2/2018
1.7.8 1,186 2/24/2018
1.7.7 1,175 2/19/2018
1.7.6 1,187 2/14/2018
1.7.5 1,207 2/14/2018
1.7.4 1,138 2/13/2018
1.7.3 1,146 2/8/2018
1.7.2 1,165 2/1/2018
1.7.1 1,180 2/1/2018
1.7.0 1,189 2/1/2018