Building Minimal APIs In .NET 6 Around 6-ish years ago, NodeJS really hit it’s peak in popularity. In part, it was…
Understanding Cyclomatic Complexity Cyclomatic complexity is a measure of how “complex” a piece of code is by counting…
10 Best Machine Learning Laptops Machine learning is a wide branch of Artificial Intelligence. It gives machines the power to…
Microservices Communication using RabbitMQ in Asp.Net Core In this tutorial, we are going to cover the communication between microservices using RabbitMQ and…
20 Best Machine Learning Books for Beginners and Experts In the era of Information Technology and Artificial Intelligence machine learning has become a tool…
Best Machine Learning Courses Available Online | Both Paid & Free in 2021 Nowadays technology has a role to play in everyday life-related matters. Whether you are shopping,…
Microservices architecture with Ocelot API gateway in Asp.Net Core In this tutorial, we are going to cover the implementation of microservices architecture with Ocelot…
Top MVC Interview Questions & Answers In this article, we are going to cover the top MVC interview questions and answers…
20 best Data Science Books: Beginner to Advanced Level With the emergence of Covid – 19 at the end of the year 2019, a…
End to end testing web apps using Playwright and Azure DevOps This article will discuss about testing web applications with the help of Playwright.NET. And run…
Migration of Bing’s Workflow Engine to .NET 5 Bing runs one of the world’s largest, most complex, highly performant, and reliable .NET applications.…
A Developer’s Adventures of Code Introduction The Advent of Code (AoC) is a calendar of small programming puzzles for a…
Should I Stay or Should I Go to .NET 5.0? Introduction In a previous article .NET Nakama (2020, September), we have seen that .NET 5…
Create ASP.NET Core Middlewares for Reusable and Modular Code Introduction ASP.NET Core handles the incoming requests by using a pipeline (series) of middleware components…
Code Analysis to the Rescue! Introduction Do you remember when you introduced a new project which was documented, with unit…
Let’s talk about Blazor, baby! Introduction There are a lot of .NET developers that have mostly worked in backend systems,…
Creating and Testing ASP.NET Core Filter Attributes Introduction Filters are a great way to inject code in the filter-pipeline (aka invocation pipeline),…
Avoid Duplicating Code by Using ASP.NET Core Filters Introduction A filter in ASP.NET Core allows us to run code before and after the…
Idempotency for Fault-Tolerant Web APIs Introduction A distributed system consists of multiple components located on different networked computers, which communicate…
CARE your Web APIs with Consistent and Structured Error Responses Introduction Designing APIs is an essential and complex process with many decisions involved that organise…