Backendless.NET
6.0.2
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.
Your application can rely on Backendless for the following functions:
Backendless has a ton of awesome functionality including:
- Real-time Database
- Real-time Publish/Subscribe Messaging
- User Management (user registration, login, logout, password recovery)
- Push Notification
- File operations (upload, download, copy, move, delete)
- Geo location
All the APIs can be secured with roles-based security. Also, you can create your own API services and deploy them into Backendless.
See the version list below for details.
Install-Package Backendless.NET -Version 6.0.2
dotnet add package Backendless.NET --version 6.0.2
<PackageReference Include="Backendless.NET" Version="6.0.2" />
paket add Backendless.NET --version 6.0.2
Backendless SDK for .NET/Xamarin
version 6.0.2
What's new
- Fixed support for push notifications
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!!!!
Backendless SDK for .NET/Xamarin
version 6.0.2
What's new
- Fixed support for push notifications
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!!!!
Release Notes
Fixed support for push notifications.
For full release history see: https://backendless.com/products/release-history/
Dependencies
-
.NETFramework 3.5
- SocketIoClientDotNet (>= 1.0.2-beta1)
-
.NETFramework 4.0
- SocketIoClientDotNet (>= 1.0.2-beta1)
-
.NETFramework 4.5
- SocketIoClientDotNet (>= 1.0.2-beta1)
-
.NETFramework 4.5.2
- SocketIoClientDotNet (>= 1.0.2-beta1)
-
.NETFramework 4.7
- SocketIoClientDotNet (>= 1.0.2-beta1)
-
.NETFramework 4.7.1
- SocketIoClientDotNet (>= 1.0.2-beta1)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 12.0.3)
- System.Collections.Immutable (>= 1.7.0)
- WebSocket4Net (>= 0.15.2)
Used By
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 History
Version | Downloads | Last updated |
---|---|---|
6.2.0 | 0 | 1/26/2021 |
6.0.2 | 304 | 9/25/2020 |
6.0.1 | 123 | 8/24/2020 |
6.0.0 | 154 | 6/24/2020 |
5.5.1 | 434 | 4/7/2020 |
5.5.0 | 127 | 4/6/2020 |
5.4.0 | 140 | 3/24/2020 |
5.3.0 | 147 | 2/18/2020 |
5.2.0 | 401 | 7/15/2019 |
5.1.6 | 280 | 3/17/2019 |
5.1.5 | 338 | 11/2/2018 |
5.1.3 | 355 | 8/17/2018 |
5.1.1 | 384 | 8/11/2018 |
5.1.0 | 327 | 8/4/2018 |
5.0.0 | 334 | 7/27/2018 |