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 which can be used with Visual Studio 2022 and all the extensions have their own … Read more

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, we take the most often utilized information and duplicate it into brief capacity so it … Read more

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 the ASP.NET Core Module. Let’s understand In-Process and Out-Of-Process Hosting Model Understanding and picking the … Read more

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 part of classic ASP.NET. When a user hits the request from a client such as … Read more

Tuple in C# with Example

Tuple in C#

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 want to store data of different data types without creating a new one. Syntax to … Read more

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 two or more resources are trying to access the same resource which is mutually being … Read more

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 Name like this – If the Employee Name is unique then select it and if … Read more

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 file and put all 50,000 records in this file and that should be an automatic … Read more

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 without using any page refresh. That’s what the SignalR does.  What is SignalR? SignalR refers … Read more

RSS
YouTube
YouTube
Instagram