.Net Microservices: Implementing Architectures for Containerized .Net Applications e-book
A well described introduction and samples to implement a .NET Microservices: Architecture for Containerized .NET Applications.
A well described introduction and samples to implement a .NET Microservices: Architecture for Containerized .NET Applications.
Learn about Architect SaaS Applications. Intro to SaaS, scalability, multi-tenancy, provisioning, security, APIs, management, maintenance.
An in-depth course on Dependency Injection and Inversion of Control. Understand Dependency Injection in C# and .NET with the Autofac Library.
Discover the modern implementation of design patterns with C# and .NET. Learn to recognize and apply design patterns.
Learn about the Circuit Braker design pattern. Handle faults that might take a variable amount of time to recover from, when connecting to a remote service or resource. This can improve the stability and resiliency of an application.
Learn about Command and Query Responsibility Segregation (CQRS) pattern and how to implement with C#.
Learn about modern Architectural Design Patterns for Web Application. Design a DDD-oriented microservice
Learn about Reactive Extensions with C# and .NET. A complete course on Rx.NET.
Learn about Parallel Programming with C# and .NET. Discover the core multithreading and parallelization concepts supported by the .NET framework.
Lean about Non-SQL data sources and databases. Understand the difference between Relation Data and NoSQL