How to follow a step-by-step guide on Azure Services Platform?
- 内容介绍
- 文章标签
- 相关推荐
本文共计1313个文字,预计阅读时间需要6分钟。
【Azure Services Platform Step by Step-第14章】使用Azure版的ASP.NET Application Providers。Azure上的应用程序程序也是ASP.NET应用程序,同样支持ASP.NET的Provider模型。不同的是,我们平时使用的Provider是基于基。
使用Azure版的ASP.NET Application Providers Azure上的应用程序也是ASP.NET 应用程序,所以它也支持ASP.NET 的Provider模型。不同的是,我们平时用的Provider是基于关系数据库的(如SQL Server),而“云端”上Provider自然也需要使用“云端”的数据解决方案——Windows Azure Storage。ASP.NET Application Providers相信大家都已经非常熟悉,它为我们开发ASP.NET应用程序提供了方便。
比如在Visual Studio控件工具箱中的Login部分,就是基于Membership provider、Session provider和Profile provider,大大地简化了我们在开发过程中处理与用户相关的功能。
本文共计1313个文字,预计阅读时间需要6分钟。
【Azure Services Platform Step by Step-第14章】使用Azure版的ASP.NET Application Providers。Azure上的应用程序程序也是ASP.NET应用程序,同样支持ASP.NET的Provider模型。不同的是,我们平时使用的Provider是基于基。
使用Azure版的ASP.NET Application Providers Azure上的应用程序也是ASP.NET 应用程序,所以它也支持ASP.NET 的Provider模型。不同的是,我们平时用的Provider是基于关系数据库的(如SQL Server),而“云端”上Provider自然也需要使用“云端”的数据解决方案——Windows Azure Storage。ASP.NET Application Providers相信大家都已经非常熟悉,它为我们开发ASP.NET应用程序提供了方便。
比如在Visual Studio控件工具箱中的Login部分,就是基于Membership provider、Session provider和Profile provider,大大地简化了我们在开发过程中处理与用户相关的功能。

