.NET / C#

Book Review: Tools and Skills for .NET 8

This is a review article for the book, so take your time to read the review and let me know your thoughts about this book. …

Build Performance Evaluation Workflow with WorkflowEngine in .NET

A workflow is a set of activities and events to be performed to complete a task or a process. There are so many use cases …

NDepend – The Ultimate Code Quality and Analytics Tool for .NET

NDepend is a comprehensive code quality and analytics tool for .NET applications, it relies on static analysis of the code to provide insightful details about …

15 Productivity Keyboard Shortcuts in Visual Studio 2022

In this article I will share with you the 15+ Productivity Keyboard Shortcuts in Visual Studio 2022, using these shortcuts can definitely improve your coding …

Apply JWT Access Tokens and Refresh Tokens in ASP.NET Core Web API

In this tutorial we will learn how to Apply JWT Access Tokens and Refresh Tokens in ASP.NET Core Web API. We will build a simple, …