When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Udemy logo

Complete Microsoft Orleans .NET: From Zero to Hero

A Developer's Guide for disrupting old way of backend development with C# and Orleans.NET

     
  • 4
  •  |
  • Reviews ( 156 )
₹519

This Course Includes

  • iconudemy
  • icon4 (156 reviews )
  • icon3h 48m
  • iconenglish
  • iconOnline - Self Paced
  • iconprofessional certificate
  • iconUdemy

About Complete Microsoft Orleans .NET: From Zero to Hero

Are you a student or professional in the field of software engineering using .NET and are you ready to disrupt old way of backend development? Time to use Orleans .Net! Orleans is an open source programming framework for .NET, originally built by the eXtreme Computing Group at Microsoft Research that simplifies distributed app development using virtual actors. These are single-threaded objects with their own state, that don’t share any memory and communicate by exchanging messages using asynchronous remote procedure calls, that are activated on demand, garbage collected when they’re no longer in use and reactivated seamlessly as required. Because the runtime takes care of activation, cleanup and distributing virtual actors (which Orleans calls grains) across servers, developers can write their code as if it was going to run on a single machine without worrying about concurrency and scale it out to as many servers as necessary. Amazed? Take this course and disrupt the old way of development!

What You Will Learn?

  • Learn EventSourcing with EventStore in Orleans .
  • Learn Orleans .Net from scratch, no previous experience required .
  • Learn Logging with Filters/Interceptors .
  • Learn Clustering with ADONET .
  • Learn how to use Timers .
  • Learn how to use Journaled Grains .
  • Learn how to handle silo reconnection with Polly .
  • Learn how to implement Grain Service.