Introduction: Real-time applications allow users to receive updates and notifications in real-time, rather than having to refresh the page or
Continue reading
My experiment using code
Introduction: Real-time applications allow users to receive updates and notifications in real-time, rather than having to refresh the page or
Continue readingDebugging and troubleshooting Orleans applications can be challenging, especially when working with distributed systems. In this post, we will explore
Continue readingHere are some key advanced concepts and best practices for building Orleans applications: For example, you can use the ActivateAsync
Continue readingOrleans provides a number of tools and features to help developers build distributed applications, including support for distributed caching, messaging,
Continue readingwe will introduce the concept of grains and show you how to create and interact with grains in an Orleans
Continue readingMicrosoft Orleans is a framework for building distributed, scalable, and reliable applications on the .NET platform. It is designed to
Continue readingTask Task serves multiple purposes, but at its core it’s a “promise”, an object that represents the eventual completion of
Continue readingCreating a calendar invite (ics file) and attaching a email via service or sending an email with downloadable calendar invite
Continue readingWhat is Dependency Injection? Dependency Injection (DI) is a software design pattern. It allows us to develop loosely-coupled code. How
Continue readingC# 7 introduced pattern matching with the extension of the switch statement and the is operator offering the const pattern, the type pattern, and
Continue reading