Tag: Csharp
Azure Service Bus Queue- Sending Message using .NET Application.
Azure Service Bus is a fully managed message broker with message queuing and publish/subscribe topics Service bus is used to decouple applications and
Introduction to Azure Service Bus on the Azure Portal
Azure Service Bus is a cloud-based messaging service provided by Microsoft Azure Enables communication between different applications and services in a
Asynchronous Programming and Tasks in C Sharp
Asynchronous programming is a form of concurrent programming that enables the execution of several tasks at once It enables you to carry out multiple jobs at
LINQ – Extension Methods in Csharp and LINQ Operators
Extension methods allow us to add methods to existing types without creating a new derived type, recompiling, or otherwise modifying the original type we may
All about Json Web Token based Authentication
JSON WEB TOKEN Authentication is basically the process of verifying who the user is In order to authenticate the user , JWT (JSON Web Token) came into picture
Pattern Matching In C#
Pattern matching is one of the coolest things that was introduced in C# 70 It evolved in a smarter way and in C# 90 it became more powerful We already write
The art of writing clean code in C#
When I came across the term clean code, I thought its something that only 10x Engineers or Senior developers can do We often tend to approach a solution that
Identifying performance issues in C# code using Benchmark DotNet
It's the 21st century We build and ship applications faster than the gravitational speed of earth Software development has been experiencing disruptive