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 to Read Text from Images with Hand-written text. We will perform the below steps to demonstrate the functionality. Azure Cognitive Service to extract text from … Read more

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

In this article, will see how can we refresh the JWT Token in Asp.Net Core Web API, once the access token has expired.We will see how the token works and how the JWT refresh token re-authenticates the user. To demonstrate this feature we will use ASP.NET Core API and Angular. Let’s start with the JWT … Read more

Performance Boosts and Enhancements: What’s New in .NET 7

After the official release of .NET 6 in 2021, Microsoft has released another new version of .NET 7 in November 2022. What’s New in .NET 7 Features and Updates Microsoft has launched .NET version 7 with an STS (standard-term support) providing only 18 months of support. Considering the new .NET 7 features and updates, it … Read more

How to implement JWT Token Authentication in Angular with .NET Core?

In this article, we will demonstrate JWT Token Authentication in Angular with .NET Core. To implement the JWT Token authentication mechanism, we will use the – What is a JWT Token? JWT stands for JSON Web Tokens. It is a Token-based authentication to communicate with the REST endpoints securely. It is a JSON-based token so you can … Read more

Data Protection in ASP.NET Core

In this article, we are going to learn about Data Protection in ASP.NET Core: what it is, why we need it and how to implement it in .NET Core-based applications. What is Data Protection? Let’s first understand the concept of data protection. It is a mechanism to apply security level to any data from unauthorized … 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

Proven Ways to Boost ASP.NET Core Application Performance

Performance is one of the vital characteristics of an application to make it fruitful. In the event that a site or web page requires over 3 seconds to answer, the user doesn’t like it. For a public website, Google and other search engines additionally really like to suggest streamlined, versatile, and faster sites. This article … Read more

.NET Core Web API Data validation with FluentValidation

.NET Core Web API Data validation with FluentValidation

In this article, we will learn .NET Core Web API Data validation with FluentValidation. What is Data Validation in Web API? Data Validation simply tells the rules and validation that we apply to Data. So, data Validation in Web API means, validating the data that is being sent by the client and if the data … Read more

Onion Architecture Vs Clean Architecture

In this article, we are going to learn about Onion Architecture vs Clean Architecture. These architectures play a key role when we build large and complex projects which require regular enhancements and extensions.Here, we will understand Onion architecture and Clean architecture in detail. Also, we will see a basic example of a .Net Core-based application … Read more

How to create JSON response from a class?

What is JSON? JSON stands for JavaScript Object Notation. It is a lightweight and human-readable data exchange format. Nowadays, most of the data transformation over the web happens in the form of JSON. How to create a JSON string with the C# class? First of all, create a new Web API project in Visual Studio. … Read more

RSS
YouTube
YouTube
Instagram