sharepointcafe
How to consume REST API from ASP.NET Razor Web Pages?
.
In this article, we will consume an API from the ASP.NET Razor web page where REST API is secured with API Key. What is an API? Web API is the Microsoft open source technology for developing REST services based on HTTP protocol….
Boost Your Productivity: The 5 Must-Try Visual Studio Extensions
.
In this article, we will see 5 amazing extensions to use with Visual Studio 2022. As a developer, we want to do tasks efficiently and luckily we have helpful extensions available with Visual Studio 2022. There are numerous extensions available…
A Comprehensive Guide to Implementing In-Memory Caching in ASP.NET Core
.
This article focuses on “How to implement In-Memory Caching in ASP.NET Core?” What is Caching? Caching is a method to deliver data faster to the client so that information can be served a lot quicker for any future requests. So,…
In-Process and Out-Of-Process hosting models in ASP.NET Core
.
In this article, we will learn about In-Process and Out-Of-Process hosting models in ASP.NET Core. At the point when we push your web application to IIS, different processes to the application are taken care of by what is known as…
How to read the request body in ASP.NET Core Middleware?
.
In this article, we will write code to Read the request body in ASP.NET Core Middleware. To demonstrate this we will create a custom middleware. What is Middleware? Middleware in .NET Core is similar to HttpHandlers and HttpModules which were…
Error – Object serialized to Object. JArray instance expected
.
Recently, I was involved in one of the migration projects. I had to migrate the existing ASP.NET Core 2.2-based project to .NET Core 3.1. I faced a few challenges and errors during the migration. However, one of the errors related…

Tuple in C# with Example
.
In this article, we will learn about Tuple in C#. What is a Tuple? A tuple is a reference type lightweight data structure that may contain different data types. It is introduced in C# 7.0. Tuple is useful when we…
Trace and Detect a Deadlock with SQL Server Profiler
.
In this article, we will see about deadlocks in SQL and how to trace and detect a deadlock with SQL Server Profiler. Let’s start with an introduction to Deadlock. What is Deadlock? Deadlock in SQL server is a scenario where…
How do you remove duplicate records with different status in SQL Server?
.
In this article, I will explain a scenario where the user has to remove duplicate records with different statuses. Scenario Consider below the table with 2 columns (Employee Name and Status) Now, write a query to fetch a unique Employee…
PowerShell script to create CSV file from SQL Table
.
In this article, we will create a CSV file from SQL Database using PowerShell script. Requirement Suppose there is a table in the SQL Server database and it contains more than 50,000 records. Now we want to create a CSV…
How to implement SignalR in .NET Core?
.
In this article, we will learn the concept of SignalR and also we will implement basic SignalR in .Net Core. Real-time communication is one of the crucial features in the modern tech world, this means allowing users to exchange information…
How to upgrade from ASP.NET Core 3.1 to .NET 6.0?
.
Hello friends, in this article I will write about How to upgrade from ASP.NET Core 3.1 to .NET 6.0. To demonstrate this, I have developed a basic CRUD application in .NET Core 3.1 using Visual Studio 2022. Pre-requisites To upgrade…
Build Your First MVC Application in Visual Studio 2022
.
In this article, we will demonstrate How to build the first MVC application in Visual Studio 2022 using .NET 6. Also, we will see how the .NET 6-based MVC project is different from than .NET Core-based MVC project. Prerequisites Create…
Create First Console App in Visual Studio 2022
.
This article shows how to create and run a .NET console application in Visual Studio 2022. You may read one of the earlier articles – What’s new in Visual Studio 2022? Prerequisites Create First Console App Once you have installed…
How to Migrate from ASP.NET Core 2.2 project to .NET Core 3.1?
.
In this article, I will write down the process which I used to Migrate from ASP.NET Core 2.2 project to .NET Core 3.1. Read my previous articles which are related to the migration process – .NET Core 3.1 API returns…
.NET Core 3.1 API returns empty JSON objects – Solved
.
I faced one strange issue during the migration process of .NET Core 2.2 to .NET Core 3.1. All the steps as per Microsoft was done and the API runs successfully in .NET Core 3.1. I feel very excited, but when…
How to Check C# Version in Visual Studio?
.
In this article, we will learn how to check the C# version in Visual Studio 2022. However, this solution will work with all versions of Visual Studio. Recently, I came across a real-time project in which I had to migrate…
High salary paying programming languages in 2021-2022
.
Software Programmers and Developers are among the highest-paid professionals around the globe. For Programmers and Developers, the programming languages they use are the core of their work. They earn six-figure annual salary packages in major countries like the USA, Canada,…
What is Google AI and how to use it positively?
.
You must know about Artificial Intelligence. Artificial intelligence is sometimes called machine intelligence in the field of computer science. It is intelligence, in contrast to the natural intelligence displayed by humans and animals. In this post, you will get complete…
Exploring the Enhanced Performance and Productivity in Visual Studio 2022
.
Visual Studio 2022 has now been officially introduced with .NET 6. It incorporates many new features and enhancements, for example, AI IntelliCode that can auto-complete pieces of code for you and make the development experience easier. In this article, We’ll…

