Dotnetcs

Simply Blogging

Mediator vs gRPC

Mediator vs gRPC

When comparing Mediator and gRPC, we're looking at two distinct technologies primarily designed for inter-process communication (IPC), but they operate at different levels and are suited for different purposes. Understanding the key aspects of each can help determine which might be best suited for a particular use case.

p p
Read
Understanding PUT vs. POST vs. PATCH in C# APIs

Understanding PUT vs. POST vs. PATCH in C# APIs

In web development, understanding when and how to use HTTP methods such as PUT, POST, and PATCH is crucial for creating RESTful APIs. Each method plays a unique role in resource manipulation over the network. Let’s dive into the specifics of these methods, their use cases in a C# API, and how they affect the state of the resources on the server.

p p
Read
Unveiling New Features in the AKS VS Code Extension: Enhancing Kubernetes Development

Unveiling New Features in the AKS VS Code Extension: Enhancing Kubernetes Development

The Azure Kubernetes Service (AKS) VS Code extension has always been a powerful tool for developers working with Kubernetes, offering a seamless integration into the VS Code environment. Thanks to valuable feedback from our community, we're excited to introduce several new features that further simplify and enhance the Kubernetes development experience.

p p
Read
Dynamics 365 Retail MPOS

Dynamics 365 Retail MPOS

Cloud POS is a hosted version of Modern POS, and varies only in the way that it is rendered on specific devices or in specific browsers. Additionally, Modern POS supports offline mode and therefore a local CRT. Other native peripheral support is also specific to Modern POS.

p p
Read
Disconnected device updates

Disconnected device updates

Microsoft Connected Cache is an intelligent, transparent cache for content published for Device Update for IoT Hub and can be customized to cache content from other sources like package repositories as well.

Pramod Pramod
Read
Ensures a single pod per node

Ensures a single pod per node

Kubernetes resource that ensures a single pod per node is the DaemonSet. A DaemonSet ensures that all (or some) nodes run a copy of a pod. When a new node is added to the cluster, the DaemonSet automatically schedules the defined pod on that node. If a node is removed from the cluster, the DaemonSet ensures that the corresponding pod is terminated.

Pramod Pramod
Read
Problem Solving skill challenges face QA

Problem Solving skill challenges face QA

By following this approach, we successfully migrated the application to a microservices architecture with minimal downtime and negligible impact on data integrity. The experience taught me the importance of careful planning, incremental changes, and continuous testing in tackling complex technical challenges."

Pramod Pramod
Read