Extracting Text from Images with Azure Cognitive Services

In this Azure article, we will discuss How to Extract Text from an Image Using Azure Cognitive Services, we will also see a few other topics like Azure Cognitive Services Read Text from Images with Hand-written text and Create Azure Cognitive Service using Azure Portal. We will perform the below steps to demonstrate the functionality. … Read more

Level Up API Authentication with JWT Refresh Tokens in ASP.NET CORE and Angular

In this article, will see how can we refresh JWT Token in Asp.Net Core Web API, once the access token is expired.We will see how the token works and how the refresh token re-authenticates the user. Let’s start with JWT Token Definition What is JWT Token? In the world of web applications, a JWT (JSON … Read more

.NET 6 CRUD API Example and Tutorial

In this article, We will explore .NET 6 CRUD API example in detail along with the minimal API concept. Let’s start with SQL database connection basic example. Create SQL Database Connection in .NET 6 Console Application In this example, we will create a .NET 6 Console Application to create an SQL Database connection and will … Read more

Introduction to gRPC

For the past many years, we have been using Rest Based Communication. As we know that REST is a flexible architectural style where the client communicates with the server through HTTP. Recently, a new framework for client-server communication has been invented in the industry which we know as gRPC. What is gRPC, and how does … Read more

What is Swagger? Swagger with .NET Core

Swagger is the standard approach to documenting the Standard APIs. Swagger is an open-source set of rules, determinations and instruments for creating and portraying RESTful APIs.The capacity of APIs to portray their own design is the foundation of all amazingness in Swagger. It is fundamentally utilized for documenting API.Swagger is basically an asset posting of … Read more

Building Your First MVC Application in Visual Studio 2022 A Step-by-Step Guide

In this article, we will create the first MVC application using .NET 6 and Visual Studio 2022. Also, we will see how .NET 6-based MVC project is different from than .NET Core-based MVC project. Prerequisites Create MVC application in .NET 6 Follow the below steps to create your first MVC application in Visual Studio 2022. … Read more

What Developers Need to Know About the Game-Changing .NET 6 Release

.NET 6 was released on November 8 2021. Dot NET 6 conveys the latest pieces of the .NET unification plan that began with .NET 5. Dot NET 6 combines the SDK, base libraries, and runtime across mobile devices, desktops, IoT, gaming and cloud applications. Notwithstanding this unification, the .NET 6 environment offers:- .NET 6 will … Read more