У нас вы можете посмотреть бесплатно Microsoft Orleans: Develop a Distributed Banking App with Actors & C# (Part 6 - Timers & Reminders) или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this video series we are going to build a distributed application using Microsoft Orleans. We are going to build a simple distributed banking application using the actor framework that Orleans provides us. The banking application will be purely to demonstrate how we can create a scalable and resilient application using Microsoft Orleans rather than demonstrating financial integrations or concepts. In this video we will look to use Timers & Reminders in Microsoft Orleans to allow us to add recurring work into our application. We will discuss the differences between timers and reminders and when one should be used over the other. Finally we will implement a recurring payment style feature in our application using Orleans reminders. This series is mainly for developers who have some programming experience. Specific experience with C# would be advantageous. The main goal of the video series is to explore actor based programming, its advantages and disadvantages and what features it provides us. We will primarily be developing in C# in this series however many of the concepts covered are valid using any actor framework. Feel free to skip the coding sections if you are not using Microsoft Orleans and C# but still want to learn about actor programming. Accompanying GitHub Code: https://github.com/delaneybrian/JumpS... Postman Collection Used: https://www.postman.com/cloudy-astron... Download Visual Studio Community: https://visualstudio.microsoft.com/vs... Download .NET SDK: https://dotnet.microsoft.com/en-us/do... Download Postman: https://www.postman.com/downloads/ Installing Azurite https://github.com/Azure/Azurite Download Azure Storage Explorer: https://azure.microsoft.com/en-us/pro... 00:00 Intro 00:44 Timers vs Reminders 04:05 Adding a timer in a grain 06:53 Testing our timer 08:32 Adding reminder in a grain 09:07 Setting up our silo to use reminders 11:17 Implementing a reminder in a grain 14:58 Triggering the reminder 17:18 Receiving a reminder 20:32 Calling reminder code from a HTTP API 23:05 Testing our reminder via Postman