WindowsAzure.MobileServices.Backend 1.0.478

建议的替代方案

Microsoft.Azure.Storage.Common

详细说明

请注意,此包自 2023 年 3 月 31 日起已过时,不再维护或监控。有关详细信息,请参阅我们的弃用策略(https://aka.ms/azsdk/support-policies)。

dotnet add package WindowsAzure.MobileServices.Backend --version 1.0.478                
NuGet\Install-Package WindowsAzure.MobileServices.Backend -Version 1.0.478                
此命令旨在在 Visual Studio 的包管理器控制台中使用,因为它使用 NuGet 模块的 Install-Package 版本。
<PackageReference Include="WindowsAzure.MobileServices.Backend" Version="1.0.478" />                
对于支持 PackageReference 的项目,请将此 XML 节点复制到项目文件中以引用包。
paket add WindowsAzure.MobileServices.Backend --version 1.0.478                
#r "nuget: WindowsAzure.MobileServices.Backend, 1.0.478"                
#r 指令可用于 F# Interactive 和 Polyglot Notebooks。将其复制到交互工具或脚本的源代码中以引用包。
// Install WindowsAzure.MobileServices.Backend as a Cake Addin
#addin nuget:?package=WindowsAzure.MobileServices.Backend&version=1.0.478

// Install WindowsAzure.MobileServices.Backend as a Cake Tool
#tool nuget:?package=WindowsAzure.MobileServices.Backend&version=1.0.478                

此库使您能够开发可扩展且安全的托管在 Microsoft Azure 中的 .NET 移动后端。您可以在几分钟内融入结构化存储、用户身份验证和推送通知。有关更多信息,请查看 https://azure.microsoft.com/mobile

弃用:Azure 移动服务现在已被弃用,并推荐使用 Azure 移动应用。请勿将此库用于新项目。

了解更多信息,请参阅
- https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-value-prop-migration-from-mobile-services/
- https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-net-upgrading-from-mobile-services/
- https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-client-and-server-versioning/

产品 兼容以及额外计算的目标框架版本。
.NET Framework 兼容的net45。 已计算的net451。 已计算的net452。 已计算的net46。 已计算的net461。 已计算的net462。 已计算的net463。 已计算的net47。 已计算的net471。 已计算的net472。 已计算的net48。 已计算的net481。
兼容的目标框架
包含的目标框架(在包中)
了解更多关于目标框架.NET Standard的信息。

NuGet包 (5)

显示依赖WindowsAzure.MobileServices.Backend的前5个NuGet包

下载
WindowsAzure.MobileServices.Backend.Tables

本包包含在将结构化存储作为.NET移动后端的部分在Microsoft Azure中公开时所需的常见基础设施。更多信息,请参阅 http://azure.microsoft.com/mobile 已弃用:Azure Mobile Services 现已被 Azure Mobile Apps 弃用。不应使用此库进行新项目。有关更多信息,请参阅:- https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-value-prop-migration-from-mobile-services/ - https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-net-upgrading-from-mobile-services/ - https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-client-and-server-versioning/

WindowsAzure.MobileServices.Backend.Security

本包包含为托管在Microsoft Azure中的.NET移动后端的各种安全扩展。更多信息,请参阅 https://www.windowsazure.com/mobile 已弃用:Azure Mobile Services 现已被 Azure Mobile Apps 弃用。不应使用此库进行新项目。有关更多信息,请参阅:- https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-value-prop-migration-from-mobile-services/ - https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-net-upgrading-from-mobile-services/ - https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-client-and-server-versioning/

WindowsAzure.MobileServices.Backend.SignalR

本包包含您将 SignalR 集成到托管在Microsoft Azure中的.NET移动后端所需的一切。更多信息,请参阅 http://azure.microsoft.com/mobile 已弃用:Azure Mobile Services 现已被 Azure Mobile Apps 弃用。不应使用此库进行新项目。有关更多信息,请参阅:- https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-value-prop-migration-from-mobile-services/ - https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-net-upgrading-from-mobile-services/ - https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-client-and-server-versioning/

Microsoft.WindowsAzure.Mobile.Service.ResourceBroker

此库使您能够轻松地为资源(如Azure Storage)生成作用域的SAS令牌。

SolerSoft.Data.AzureNetServer

此助手库使您更容易创建基于.Net的Azure Mobile Services。它包括助手控制器基类,并允许客户端应用程序和服务共享相同的实体类文件(尽管文件链接)。简单地在客户端项目中引用SolerSoft.Data.Client,并在服务器项目中引用SolerSoft.Data.AzureNetServer,然后从SolerSoft.Data.DataObject继承您的实体。在客户端,DataObjec提供完整的属性更改通知。在服务器上,DataObject继承自EntityData,这是移动服务控制器所需。可以使用条件编译语句来进一步细化客户端行为和服务器行为。

GitHub仓库 (1)

显示依赖WindowsAzure.MobileServices.Backend的最流行的1个GitHub仓库

仓库 星级
filipw/apress-recipes-webapi
ASP.NET Web API 2的示例:来自《]):