AppService.Helpers
1.1.0-prerelease-9
See the version list below for details.
Requires NuGet 2.8.1 or higher.
dotnet add package AppService.Helpers --version 1.1.0-prerelease-9
NuGet\Install-Package AppService.Helpers -Version 1.1.0-prerelease-9
<PackageReference Include="AppService.Helpers" Version="1.1.0-prerelease-9" />
paket add AppService.Helpers --version 1.1.0-prerelease-9
#r "nuget: AppService.Helpers, 1.1.0-prerelease-9"
// Install AppService.Helpers as a Cake Addin #addin nuget:?package=AppService.Helpers&version=1.1.0-prerelease-9&prerelease // Install AppService.Helpers as a Cake Tool #tool nuget:?package=AppService.Helpers&version=1.1.0-prerelease-9&prerelease
App Service Helpers (ASH) makes it as easy as possible to add data storage and authentication to your mobile app with Microsoft's Azure App Service Platform. ASH was built with the mobile developer in mind, and requires no previous experience with backends as a service (BaaS).
In just four lines of code, you can connect your app to the cloud with online/offline synchronization and automatic conflict resolution. Authenticating users with Facebook, Twitter, Google, Microsoft accounts, Azure AD, and Azure B2C is dead simple as well - just one line of code. ASH even takes care of securely storing access tokens and refreshing them regularly, with no extra effort required from you.
App Service Helpers was developed as a supplemental library to Microsoft's Azure Client SDK. Rather than replacing this library, ASH extends it by lowering the barrier to entry for developers who wish to build cloud-connected mobile apps in C#. If you ever find yourself outgrowing App Service Helpers, you can drop down to a lower level with the Microsoft Azure Client SDK for fine-tuned control or even remove ASH with minimal refactoring.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
MonoAndroid | monoandroid10 is compatible. |
MonoTouch | monotouch10 is compatible. |
Xamarin.iOS | xamarinios10 is compatible. |
-
.NETFramework 4.5
- Microsoft.Azure.Mobile.Client.SQLiteStore (>= 3.0.0-beta)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on AppService.Helpers:
Package | Downloads |
---|---|
AppService.Helpers.Forms
App Service Helpers for Xamarin.Forms is a complementary library to App Service Helpers, to make it as easy as possible to use Microsoft Azure with Xamarin.Forms. Simply subclass our preconfigured ViewModel, data bind to the properties created, and you have a cloud-connected mobile app that runs on iOS, Android, and UWP. For more information and to report feedback, visit us on GitHub at https://github.com/mikecodesdotnet/app-service-helpers |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.5.0 | 1,635 | 4/24/2019 |
1.1.0-prerelease-9 | 1,652 | 12/7/2016 |
1.1.0-prerelease-8 | 1,602 | 12/7/2016 |
1.1.0-prerelease-7 | 2,204 | 9/16/2016 |
1.1.0-prerelease-6 | 1,987 | 9/16/2016 |
1.1.0-prerelease-13 | 1,584 | 12/8/2016 |
1.1.0-prerelease-12 | 1,468 | 12/8/2016 |
1.1.0-prerelease-10 | 1,553 | 12/7/2016 |
1.0.4 | 4,344 | 7/11/2016 |
1.0.3 | 1,697 | 7/11/2016 |
1.0.2 | 1,675 | 7/11/2016 |
1.0.1 | 1,600 | 6/30/2016 |
1.0.0 | 1,532 | 6/30/2016 |
0.0.5 | 1,540 | 6/28/2016 |
Keep up with the latest from App Service Helpers with our changelog on GitHub:
https://github.com/MikeCodesDotNet/App-Service-Helpers/blob/release-1.1.0/CHANGELOG.md