How to Use WebSocket to Push Real-Time Data to an Angular Service

Pushing data from the server to the client is useful when applications need to display real-time data or when they want to leverage the speed and low-latency benefits provided by TCP/IP Web Socket connections. In this article tutorial, I will give how to demonstrate the process above. 1. Add Web Socket Functionality to the Server […]

Read more
6 Advantages Using Cloud Hosting than Traditional Shared Hosting

In today’s modern business environment, every visionary business owner or leader is looking to cut costs and maximize efficiency. As technology continues to evolve, organisations and institutions are looking for new and innovative ways to manage their web hosting requirements. Cloud hosting, currently a popular buzzword, has become an effective and revolutionary method. Everyone is […]

Read more
HostForLIFE.eu: Is It Best Decision for ASP.NET Core Hosting 2022?

HostForLIFE.eu is widely praised by ASP.NET hosting customers. It is particularly noted for its support. But its performance is also often highlighted. Below, we’ll look at what HostForLIFE.eu offers, how customers feel about them, and what tests indicate about their performance. So read on! Pros and Cons Before we get into details, let’s look at the […]

Read more
How to Implement Cookies in ASP.NET Core 6

The term cookie refers to a piece of data that is saved on the computer of a user and is generally used to record information about the user. Most browsers store each cookie as a small file, but Firefox stores them all in a single file. Cookies are made up of two parts: a key […]

Read more
Find Out Best ASP.NET Core 6 Hosting with Small Penny!

ASP.NET Core 6 Hosting There are 2 huge architectural changes in ASP.NET Core 6. Firstly, it’s much leaner – e.g. no longer requires System.Web.dll.  Secondly, it’s modular – almost all features are implemented as NuGet packages. Microsoft keep up to date their technologies, the previous version is ASP.NET Core 5, and now they have released […]

Read more
Know Further About Global Error Handling ASP.NET 6

Introduction When we are building our application, although we hope that our application will run without any errors until the end of time. This is not really the case exceptions happens in applications and we need to handle them. Exception Handling is a foundation that we need to consider while we are designing and building […]

Read more
How to Solve Refresh Tokens in ASP.NET Core Web Api

One thing that comes to mind when using access tokens to secure a web api is what do you do when the token expires? Do you ask the user for credentials again? That’s not really a good option. This blog post is about using refresh tokens to solve this problem. Specifically in ASP.NET Core Web […]

Read more
How to Scaffold MySQL Database Using Entity Framework

Sadly, there are a few limitations to using MSSQL as your database engine for your projects. One of them is the fact that your database cannot get bigger than 10 GB. On the bright side, the Entity Framework Core got us covered with MySQL Community alternative! This gives you the ability to connect your project […]

Read more
How to Build ASP.NET Core Api Project

In this article, I am going to discuss How to Build ASP.NET Core Web API Project from Scratch i.e. how to convert a console application to a Web API Application. So, what we will do here in this article, we will create an ASP.NET Core Console Application, and then we will convert that console application into ASP.NET […]

Read more