Backendless.NET 5.5.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Backendless.NET --version 5.5.1
NuGet\Install-Package Backendless.NET -Version 5.5.1
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="Backendless.NET" Version="5.5.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Backendless.NET --version 5.5.1
#r "nuget: Backendless.NET, 5.5.1"
#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 Backendless.NET as a Cake Addin
#addin nuget:?package=Backendless.NET&version=5.5.1

// Install Backendless.NET as a Cake Tool
#tool nuget:?package=Backendless.NET&version=5.5.1

Backendless SDK for .NET/Xamarin

version 5.5.1

What's new

  • Moved the geometry types to the BackendlessAPI.Persistence namespace.

About Backendless

Backendless is a cloud-based serverless platform which significantly simplifies the process of development of web and mobile applications.

This SDK provides the client-side APIs which you can use in your app to take advantage of the Backendless platform functionality.

Backendless has a ton of awesome functionality including:

  • Real-time Database (except for the .netstandard2.0 build)
  • Real-time Publish/Subscribe Messaging (except for the .netstandard2.0 build)
  • User Management (user registration, login, logout, password recovery)
  • Push Notification
  • File operations (upload, download, copy, move, delete)
  • Geo location
  • Custom business logic

All APIs can be secured with roles-based security. Also, you can create your own API services and deploy them into Backendless.

Be sure to check out API documentation available at: https://backendless.com/docs/dotnet/

Getting Started

To get started you need to create a Backendless developer account at:

https://develop.backendless.com

Once logged in, you will be prompted to create a backend application. Every application has a unique application ID, you will see it right on the main dashboard. Additionally, there is also API Key which must be used in your client application. The API key is also available from the main dashboard of the Backendless backend app. Make sure to use the .NET API Key.

When you obtain both application ID and API key, make sure to use them in the following API call to initialize your .NET/Xamarin app:

using BackendlessAPI;

Backendless.InitApp( "YOUR-APP-ID", "YOUR-API-KEY" );

If you run into any problems or have any questions, you can contact us at:

HAPPY CODING!!!!

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 is compatible.  net471 is compatible.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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 Backendless.NET:

Package Downloads
Rosemite.TMBackend

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.7.1 189 1/30/2024
6.7.0 446 8/16/2023
6.2.0 1,471 1/26/2021
6.0.2 2,793 9/25/2020
6.0.1 784 8/24/2020
6.0.0 872 6/24/2020
5.5.1 2,410 4/7/2020
5.5.0 781 4/6/2020
5.4.0 773 3/24/2020
5.3.0 834 2/18/2020
5.2.0 1,071 7/15/2019
5.1.6 945 3/17/2019
5.1.5 1,022 11/2/2018
5.1.3 1,119 8/17/2018
5.1.1 1,208 8/11/2018
5.1.0 1,019 8/4/2018
5.0.0 1,091 7/27/2018

Moved the geometry types to the BackendlessAPI.Persistence namespace.
       
For full release history see: https://backendless.com/products/release-history/