.MP4 | Video: h264, 1280×720 | Audio: AAC, 48 KHz, 2 ChGenre: eLearning | Language: English | Duration: 4 hours | Size: 1.7 GBA Developer’s Guide for disrupting old way of backend development with C# and Orleans.NETWhat you’ll learnLearn EventSourcing with EventStore in OrleansLearn Orleans .Net from scratch, no previous experience requiredLearn Logging with Filters/InterceptorsLearn Clustering with ADONETLearn how to use TimersLearn how to use Journaled GrainsLearn how to handle silo reconnection with PollyLearn how to implement Grain ServiceRequirementsBasic programming knowledgeDescriptionAre 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!Who this course is for:C# programmers interested in clean code and new programming techniques.