Uncategorized
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…
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…
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 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…
Source Code Management Tools
.
In this article, we will take a look at the best Source code management tools that are accessible globally. What is Version Control System or Source Code Management? Version control or Source Code Management is a method for monitoring the…
5 new features in C# 10
.
In this article, we will look into 5 new features in C# 10. .NET 6 was released on November 8, 2021, and C# 10 works with .NET 6. C# 10 new features C# 10 introduces below new features. 1. Record…
Evolution of ASP.NET Framework to .NET Core
.
In this article, we will look into the Evolution of the .NET framework to .NET Core year by year. Dot Net or ASP.NET is a framework given by Microsoft for building desktop, mobile and web-based applications. It gives runtime, libraries,…
What is the difference between Blazor Server and Blazor WebAssembly?
.
Blazor is Microsoft’s latest web framework technology. In coming days it might be a popular choice for building web applications along with Dot Net framework such as .NET 5 or .NET 6. If you will open Visual Studio 2019, you…
JWT Token Authentication Example with .NET 5
.
In this article, we will learn about JWT Token Authentication and how to create JWT Token-based Web API in .NET 5 or .NET Core. What is JWT Token Authentication? As per JWT.io – “JSON Web Tokens are an open, industry-standard…
Middleware Concept in .NET Core
.
In this article, we will learn about Middleware in .NET Core. 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 a browser…
.NET Core Microservice Architecture implementation with Ocelot
.
In this article, we will see about .NET Core Microservice Architecture and we will also see the implementation of Microservice Architecture with Ocelot API Gateway. What is Microservice Architecture? Microservice is a technique to build small services and each running…
Service lifetime – .NET Core
.
There are 3 service lifetime available in .NET Core with Dependency Injection. They are Transient, Scoped and Singleton. As you know that Dependency Injection is at the core of .Net Core. To register dependency injection in .Net Core application we…
Top 10 Latest Technology Trends for 2021
.
Today, technology is changing quickly, taking into account faster change and improvement, making development increment until it at last gets outstanding. Nonetheless, technology patterns and driving advancements are evolving What’s the significance here for you? It implies remaining current with…
What is Blockchain Technology? How does blockchain work?
.
Blockchain Introduction You probably found out about Bitcoin, right? There has been a ton of expectation among individuals about bitcoin on the grounds that the cost of bitcoin is expanding step by step. In this article, we will know what…
What is Cryptocurrency? Easy Explanation.
.
In ancient times only physical currency existed for trade. However, today notes and coins are our fundamental currency, but we can not ignore the use of digital currency in many business areas. There is additionally a currency, which is totally…
