Microsoft Orleans Overview: Actors, Grains, and Cloud-Native Architecture
Overview of the Microsoft Orleans framework: virtual actors, grains, runtime, and use cases. Build scalable, fault-tolerant distributed systems in .NET.
You're viewing blog posts that cotains Microservices tag
See all postsOverview of the Microsoft Orleans framework: virtual actors, grains, runtime, and use cases. Build scalable, fault-tolerant distributed systems in .NET.
Learn the BASE model in databases explained simply for junior developers. Understand how Basically Available, Soft state, and Eventual consistency work in distributed systems like NoSQL.
Master ASP.NET Core for interviews! Explore middleware, routing, DI, caching, & security with expert Q&A for junior to senior .NET devs.
This chapter explores design patterns, anti-patterns, and principles that are usually used across development on .NET.
This chapter explores advanced asynchronous and parallel programming in .NET, including Tasks, Thread Pools, channels, race conditions, context switches, and best practices.
Weekend Reading is a digest where we share a selection of the most interesting tech articles from various companies that we've come across during the week.
This Chapter covers data structures in .NET, collections and their implementations, and performance characteristics.
Weekend Reading: A weekly roundup of interesting Software Architecture and Programming articles from tech companies. Find fresh ideas and insights every weekend.
Weekend Reading: A weekly roundup of interesting Software Architecture and Programming articles from tech companies. Find fresh ideas and insights every weekend.
Weekend Reading: A weekly roundup of interesting Software Architecture and Programming articles from tech companies. Find fresh ideas and insights every weekend.
This guide covered the most popular caching strategies, cache eviction policies, and pitfalls that you might encounter when implementing a cache for your system.
AbstractLess: Approach to avoid complexity in your system architecture