|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/aws-net-csharp-sdk/
课程评论:没有评论
课程名称:AWS为C#/.NET开发者 课程概述:欢迎参加本课程。本课程旨在帮助您学习如何在C#/.NET应用程序中使用AWS,通过AWSSDK for .NET利用AWS提供的服务。课程将从基础知识开始,首先介绍如何在Visual Studio中安装VS工具包扩展。接着,您将学习如何为应用程序添加身份验证,以便与AWS云服务进行沟通。使用AWS相对简单有趣,因此您无需担心AWSSDK的复杂性。 随后,我们将开始使用最知名和最受欢迎的AWS服务——简单存储服务(S3)。S3允许您在云中存储文件,您可以随时随地访问它们。S3的独特之处在于其成本和可靠性都非常高。您可以创建一个包含不同文件和文件夹的存储桶,以便开始存储和访问所需的数据。S3提供不同的存储类和定价选项,但总体来说,存储成本相对较低。 接下来,我们将介绍Glacier,这是AWS提供的归档服务。使用Glacier,您可以保存不经常访问的数据,并将其安全地存储在云中以备后用。 然后,我们将学习SQS服务,您可以使用它来排队消息并从队列中获取消息。SQS可以让您发布和订阅消息,以便接收所需的数据。 SNS服务将帮助您向不同的媒介(例如电子邮件、应用程序、移动应用等)分发通知,这简化了通知管理,使您能够轻松发送通知到不同的来源。 最后,我们将介绍DynamoDB,这是AWS的云数据库,您可以在其中存储和接收NoSQL数据库中的数据。DynamoDB允许您存储和更新数据,并添加索引以帮助您更快速地搜索表中的数据。 总体而言,本课程将为C#/.NET开发者提供实用的AWS应用技能。
Hello and welcome to this course. This course aim is to help you to learn how to use AWS with C#/.NET applications where you can use the AWS provided services via AWSSDK for.NET. This course will starts with the basics, from installing the VS toolkit extension on visual studio. Then it will show you how to add authentication to your applications so you can communicate with AWS cloud services. Working with AWS is quite fun and easy so don't worry about any complexity while working with AWSSDK.After that, we will start working with the well known and most popular AWS service which is the Simple Storage Service aka S3. It allows you to store files in the cloud and access them anywhere in the world. What is unique with the S3 is that it's cost and reliability is quite good.With S3 you can create a bucket which can contains different files and folders where you can store them and access them. There is different storage classes and different price for each. But no matter what is cost is quite cheap.Then we will move next to Glacier, which is the archiving services that is provided from AWS. With glacier you can archive data that you don't frequently access and keep them safe in the cloud for later use.Then, we will move toward the SQS service which can be used to queue messages and get the messages from the queue. SQS is like other queueing you can subscribe and publish to the queue to receive data that you need.With SNS, you can distribute notifications to different mediums such as emails, application, mobile apps and emails and other sources as well. This will simplify your notification management and make you send notifications to the different sources without hustles.DynamoDB is the cloud database from AWS where you can store data and receive it inside noSQL Database. With DynamoDB you can store and update data, add indexes to help you search faster for data in the table.