Solving Tricky Coordination Problems in Stateless .NET Services
Offered By: NDC Conferences via YouTube
Course Description
Overview
Explore strategies for addressing coordination challenges in stateless .NET services through this conference talk. Learn how to leverage Redis Pub/Sub to create distributed locks, preventing concurrent client requests from triggering redundant expensive computations. Discover techniques for implementing computation-locking to avoid "stampedes" in scenarios like report generation, AI model serving, and serverless function execution. Witness a live demonstration of an ASP.NET Core project that showcases these mechanisms, utilizing asynchronous code and System.Collections.Concurrent for optimal performance. Gain valuable insights into developing scalable, service-oriented architectures while effectively managing distributed caching and coordination problems.
Syllabus
Solving Tricky Coordination Problems in Stateless .NET Services - Loris Cro
Taught by
NDC Conferences
Related Courses
Health Informatics: Data and Interoperability StandardsGeorgia Institute of Technology via edX Fractal Architecture
NDC Conferences via YouTube Strangling the Monolith - Applied Patterns & Practices from the Trenches
NDC Conferences via YouTube Refactoring Is Not Just Clickbait
NDC Conferences via YouTube Amazing Algorithms for Solving Problems in Software
NDC Conferences via YouTube