Complete Microsoft Orleans .NET: From Zero to Hero

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

Ratings: 3.49 / 5.00




Description

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

Who Should Attend!

  • C# programmers interested in clean code and new programming techniques.