本站已收录 番号和无损神作磁力链接/BT种子 

Pluralsight - Building Concurrent Applications with the Actor Model in Akka.NET

种子简介

种子名称: Pluralsight - Building Concurrent Applications with the Actor Model in Akka.NET
文件类型: 视频
文件数目: 57个文件
文件大小: 373.27 MB
收录时间: 2017-10-21 17:21
已经下载: 3
资源热度: 239
最近下载: 2024-7-3 10:14

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:db7baadd99e32de6e69099b0c25765df5df5f8f6&dn=Pluralsight - Building Concurrent Applications with the Actor Model in Akka.NET 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

Pluralsight - Building Concurrent Applications with the Actor Model in Akka.NET.torrent
  • 01. Introducing Actor Models and Akka.NET/01_01-Introduction.mp43.57MB
  • 01. Introducing Actor Models and Akka.NET/01_02-Why Use Actor Models.mp43.07MB
  • 01. Introducing Actor Models and Akka.NET/01_03-Classes of Applications.mp42.88MB
  • 01. Introducing Actor Models and Akka.NET/01_04-Using Akka.NET in Different .NET Application Types.mp41.79MB
  • 01. Introducing Actor Models and Akka.NET/01_05-A Brief History of Akka.NET.mp41.17MB
  • 01. Introducing Actor Models and Akka.NET/01_06-The Reactive Manifesto.mp43.91MB
  • 01. Introducing Actor Models and Akka.NET/01_07-Key Features of Akka.NET.mp43.71MB
  • 01. Introducing Actor Models and Akka.NET/01_08-Actors and Messages.mp41.37MB
  • 01. Introducing Actor Models and Akka.NET/01_09-Understanding Akka.NET Actors.mp45.71MB
  • 01. Introducing Actor Models and Akka.NET/01_10-Understanding Akka.NET Messages.mp42.55MB
  • 01. Introducing Actor Models and Akka.NET/01_11-Actor Systems and Location Transparency.mp44.07MB
  • 01. Introducing Actor Models and Akka.NET/01_12-Overview of Actor Supervision Hierarchies.mp42.89MB
  • 01. Introducing Actor Models and Akka.NET/01_13-Akka.NET NuGet Packages.mp41.79MB
  • 01. Introducing Actor Models and Akka.NET/01_14-Getting Started in Visual Studio.mp49.07MB
  • 01. Introducing Actor Models and Akka.NET/01_15-Course Outline.mp41.54MB
  • 01. Introducing Actor Models and Akka.NET/01_16-Other Actor Model Frameworks and Libraries.mp42.2MB
  • 01. Introducing Actor Models and Akka.NET/01_17-Summary.mp41.94MB
  • 02. Defining and Using Actors and Messages/02_01-Introduction.mp41.37MB
  • 02. Defining and Using Actors and Messages/02_02-Defining Actors.mp42.44MB
  • 02. Defining and Using Actors and Messages/02_03-Actor References.mp43.1MB
  • 02. Defining and Using Actors and Messages/02_04-Defining Messages.mp42.81MB
  • 02. Defining and Using Actors and Messages/02_05-Types of Message Sending.mp43.74MB
  • 02. Defining and Using Actors and Messages/02_06-Actor Instantiation.mp42.44MB
  • 02. Defining and Using Actors and Messages/02_07-Creating and Instantiating an Actor.mp414.54MB
  • 02. Defining and Using Actors and Messages/02_08-Defining Which Messages an Actor Will Handle.mp414.92MB
  • 02. Defining and Using Actors and Messages/02_09-Sending a Custom Message.mp412.66MB
  • 02. Defining and Using Actors and Messages/02_10-ReceiveActors.mp41.69MB
  • 02. Defining and Using Actors and Messages/02_11-Refactoring to a ReceiveActor.mp414.83MB
  • 02. Defining and Using Actors and Messages/02_12-Summary.mp43.33MB
  • 03. Understanding Actor Lifecycles and States/03_01-Introduction.mp41.7MB
  • 03. Understanding Actor Lifecycles and States/03_02-Actor Instance Lifecycles.mp46.76MB
  • 03. Understanding Actor Lifecycles and States/03_03-Overriding Lifecycle Hook Methods.mp420.95MB
  • 03. Understanding Actor Lifecycles and States/03_04-Terminating Actors and Hierarchies.mp45.58MB
  • 03. Understanding Actor Lifecycles and States/03_05-Sending a Poison Pill Message.mp45.74MB
  • 03. Understanding Actor Lifecycles and States/03_06-Switchable Actor Behavior.mp45.17MB
  • 03. Understanding Actor Lifecycles and States/03_07-Creating a UserActor.mp427.25MB
  • 03. Understanding Actor Lifecycles and States/03_08-Refactoring to use Switchable Behaviours.mp424.91MB
  • 03. Understanding Actor Lifecycles and States/03_09-Summary.mp41.79MB
  • 04. Creating Actor Hierarchies and Isolating Faults/04_01-Introduction.mp42.16MB
  • 04. Creating Actor Hierarchies and Isolating Faults/04_02-The Actor Supervision Hierarchy.mp43.55MB
  • 04. Creating Actor Hierarchies and Isolating Faults/04_03-Demo Actor Hierarchy.mp42.51MB
  • 04. Creating Actor Hierarchies and Isolating Faults/04_04-Actor Paths.mp45.37MB
  • 04. Creating Actor Hierarchies and Isolating Faults/04_05-Actor Selection.mp43.67MB
  • 04. Creating Actor Hierarchies and Isolating Faults/04_06-Supervision and Message Sending.mp41.26MB
  • 04. Creating Actor Hierarchies and Isolating Faults/04_07-Creating the UserCoordinator Actor.mp426.13MB
  • 04. Creating Actor Hierarchies and Isolating Faults/04_08-Creating the MoviePlayCounter Actor.mp42.11MB
  • 04. Creating Actor Hierarchies and Isolating Faults/04_10-Supervision Strategies.mp42.79MB
  • 04. Creating Actor Hierarchies and Isolating Faults/04_11-Default Supervisor Strategy.mp413.95MB
  • 04. Creating Actor Hierarchies and Isolating Faults/04_12-Defining a Custom Supervisor Strategy.mp422.54MB
  • 04. Creating Actor Hierarchies and Isolating Faults/04_13-Summary.mp42.21MB
  • 05. Deploying and Messaging Remote Actors/05_01-Introduction.mp41.73MB
  • 05. Deploying and Messaging Remote Actors/05_02-Remoting Overview.mp43.96MB
  • 05. Deploying and Messaging Remote Actors/05_03-Remote Deployment Overview.mp42.29MB
  • 05. Deploying and Messaging Remote Actors/05_04-Configuring Akka.NET.mp41.37MB
  • 05. Deploying and Messaging Remote Actors/05_05-Adding a Remote Actor System.mp419.75MB
  • 05. Deploying and Messaging Remote Actors/05_06-Configuring Remote Deployment.mp423.33MB
  • 05. Deploying and Messaging Remote Actors/05_07-Summary.mp41.61MB