# OrleansStudy **Repository Path**: qxsy/OrleansStudy ## Basic Information - **Project Name**: OrleansStudy - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-18 - **Last Updated**: 2024-01-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Microsoft Orleans na prática ## Capítulos ### [Parte 1 - Entendimento básico do Orleans](https://github.com/prrandrade/OrleansStudy/tree/master/Parte%201%20-%20Entendimento%20b%C3%A1sico%20do%20Orleans) ### [Parte 2 - Computação distribuída e persistência com o Orleans](https://github.com/prrandrade/OrleansStudy/tree/master/Parte%202%20-%20Computa%C3%A7%C3%A3o%20distribu%C3%ADda%20e%20persist%C3%AAncia%20com%20o%20Orleans) ### [Parte 3 - Arquitetura de sistemas com o Orleans](https://github.com/prrandrade/OrleansStudy/tree/master/Parte%203%20-%20Arquitetura%20de%20sistemas%20com%20o%20Orleans) ### [Apêndice A - Trechos de código para implementação rápida](https://github.com/prrandrade/OrleansStudy/tree/master/Ap%C3%AAndice%20A%20-%20Code%20Snippets) ## Links diretamente para os projetos - [Hello World][01-HelloWorld] - [Primary Keys][02-PrimaryKeys] - [Retrieving Primary Keys][03-RetrievingPrimaryKeys] - [Grain Activation][04-GrainActivation] - [Basic Cluster com ADO.NET][05-BasicClusterAdoNet] - [Basic Cluster com ADO.NET e múltiplos Silos][06-BasicClusterAdoNetMultipleSilos] - [Silo Reconnection][07-SiloReconnection] - [Object Persistence][08-ObjectPersistence] - [Grain Timers][09-GrainTimers] - [Grain Reminders][10-GrainReminders] - [Silo Dependency Injection][11-SiloDependencyInjection] - [Client Dependency Injection][12-ClientDependencyInjection] - [Grains calling Grains][13-GrainsCallingGrains] - [Grain Reentrancy][14-GrainReentrancy] - [Grain Methods Interleaving][15-GrainMethodsInterleaving] - [Grain Service][16-GrainService] [01-HelloWorld]: https://github.com/prrandrade/OrleansStudy/tree/master/Projetos/01-HelloWorld [02-PrimaryKeys]: https://github.com/prrandrade/OrleansStudy/tree/master/Projetos/02-PrimaryKeys [03-RetrievingPrimaryKeys]: https://github.com/prrandrade/OrleansStudy/tree/master/Projetos/03-RetrievingPrimaryKeys [04-GrainActivation]: https://github.com/prrandrade/OrleansStudy/tree/master/Projetos/04-GrainActivation [05-BasicClusterAdoNet]: https://github.com/prrandrade/OrleansStudy/tree/master/Projetos/05-BasicClusterAdoNet [06-BasicClusterAdoNetMultipleSilos]: https://github.com/prrandrade/OrleansStudy/tree/master/Projetos/06-BasicClusterAdoNetMultipleSilos [07-SiloReconnection]: https://github.com/prrandrade/OrleansStudy/tree/master/Projetos/07-SiloReconnection [08-ObjectPersistence]: https://github.com/prrandrade/OrleansStudy/tree/master/Projetos/08-ObjectPersistence [09-GrainTimers]: https://github.com/prrandrade/OrleansStudy/tree/master/Projetos/09-GrainTimers [10-GrainReminders]: https://github.com/prrandrade/OrleansStudy/tree/master/Projetos/10-GrainReminders [11-SiloDependencyInjection]: https://github.com/prrandrade/OrleansStudy/tree/master/Projetos/11-SiloDependencyInjection [12-CLientDependencyInjection]: https://github.com/prrandrade/OrleansStudy/tree/master/Projetos/12-ClientDependencyInjection [13-GrainsCallingGrains]: https://github.com/prrandrade/OrleansStudy/tree/master/Projetos/13-GrainsCallingGrains [14-GrainReentrancy]: https://github.com/prrandrade/OrleansStudy/tree/master/Projetos/14-GrainReentrancy [15-GrainMethodsInterleaving]: https://github.com/prrandrade/OrleansStudy/tree/master/Projetos/15-GrainMethodsInterleaving [16-GrainService]: https://github.com/prrandrade/OrleansStudy/tree/master/Projetos/16-GrainService