How to Use ILogger in .NET Applications to Trace Logging Output

.NET’s greatest strength is its long history of supporting developers through each industry paradigm shift, but just because there’s a new way of doing things doesn’t mean the established method goes away. It’s also a source of confusion and frustration for many. Developers spend time trying to merge the past with the present while also […]

Read more
How to Host ASP.NET Core Website with ASPHostPortal

In this article I will walk through the process of setting up an ASP.NET web application on a shared ASPHostPortal Windows server. I will mainly walk through a typical ASP.NET or .NET MVC deployment using shared hosting on ASPHostPortal. For me, it is very easy to use Windows hosting environment to publish ASP.NET Core application. […]

Read more
How to Fix Worker Process Shutdown in IIS

Internet Information Service (IIS) is a pain for developers and may cause more troubles for them on a shared host where they don’t have full access. One of the usual problems that I encounter is the IIS Application Pool’s Idle Timeout which I can’t update the settings due to insufficient permissions. Let’s see which problem […]

Read more
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