5 Reasons to Leave Godaddy and Alternative Hosting for Godaddy

GoDaddy’s hidden charges and lack of user-friendliness make it a inferior choice GoDaddy’s shared servers open websites to more risks GoDaddy targets inexperienced website builders   If you’re someone who has little to zero knowledge about making a website and is planning to build one using GoDaddy, then this GoDaddy website review is for you.   GoDaddy […]

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