Azure 与 .NET 服务

发布于 2024-07-29 11:04:15 字数 165 浏览 1 评论 0原文

我对目前备受关注的两项新技术感到有点困惑; 有人可以向我解释一下 Azure 和 .NET 服务之间的区别(或相似之处)吗?

它们是一回事吗? Azure 是我的 .NET 服务运行的云操作系统吗? .NET 服务是构成 Azure 更大愿景的组件吗?

谢谢

I am a little confused about two new technologies receiving a lot of buzz currently;
Can somebody please explain to me what the difference (or similarities) are between Azure and .NET Services?

Are they one and the same thing?
Is Azure the Cloud OS that my .NET Services run in?
Is .NET Services a component that makes up the greater Azure vision?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

夢归不見 2024-08-05 11:04:15

您基本上已经明白,.NET 服务是构成 Azure 平台一部分的组件。 查看 Azure 服务图形,以直观地了解组件的表示。

  • Azure 由操作环境和用于托管云应用程序的基础服务组成。 它提供基本功能(Web 和工作进程)以及简单的数据存储产品。

  • .NET 服务是许多应用程序将用来创建云规模应用程序的服务,尽管最初这些服务主要面向企业开发。 它包括访问服务和服务总线。

还提供了一些其他服务:

  • SQL Azure 是用于云产品的 SQL Server。 大多数情况下,它的使用方式与常规 SQL Server 实例类似,但由 Microsoft 托管和提供服务。

  • 实时服务是以消费者为中心的服务,使用许多 Microsoft 服务:Mesh、Live ID、Messenger 等。

等。需要注意的一件事是,虽然这些服务是作为 Azure 平台的一部分提供的,但 .NET 服务应该可以在任何平台上使用 这些是基于 REST 的服务,任何能够调用 REST 服务的应用程序都可以使用它们。

You've basically got it right that .NET Services is a component that makes up part of the Azure platform. Check out the Azure Services graphic for a visual representation of the components.

  • Azure is composed of the operating environment and the base services that are used to host cloud applications. It provides the base capabilities (web and worker processes) as well as the simple data storage offerings.

  • .NET Services are the services that many applications will use to create cloud scale applications, although originally the services were mostly geared toward enterprise development. It includes the access service and service bus.

There are also a few other services that are provided:

  • SQL Azure is the SQL Server for the cloud offering. It is used like a regular SQL Server instance, for the most part, but is hosted and sericed by Microsoft.

  • Live Services are consumer focused services that make use of many Microsoft services: Mesh, Live ID, Messenger, etc.

One thing to note is that, although these services are offered as part of the Azure platform, the .NET Services should be usable from any platform. The are REST based services that can be consumed by any application that has the ability to call REST services.

把梦留给海 2024-08-05 11:04:15

Windows Azure 是一个驱动 Azure 平台的云服务操作系统,Azure 平台是一个支持/将支持多种 Microsoft 和非 Microsoft 语言和环境的开放平台。 Azure 平台

.Net 服务是一组有助于使用 Azure 云的库可用的基础设施服务。 .Net 服务

Windows Azure is a cloud services operating system that drivers the Azure Platform, which is an open platform that supports/will support multiple Microsoft and non-Microsoft languages and evironments. Azure Platform

.Net Services are a set of libraries that aid in working with the Azure cloud based infrastructure services available. .Net Services

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文