ASPHostPortal: Right Choice for Your NopCommerce Hosting

One of the most well-known brands in the internet hosting sector today is ASPHostPortal. The business has made a name for itself as a provider of high-quality services that go beyond straightforward website and blog hosting to include domain registration and digital storage. For years, ASPHostPortal has fought to dethrone the best ASP.NET hosting companies, […]

Read more
How to Integrate FREE SSL Cloudflare and ASPHostPortal

On ASPHostPortal, you can get an SSL certificate for $4.00 a month when you buy a hosting package. The ASPHostPortal Windows Hosting server is compatible with various providers, such as Cloudflare or Let’s Encrypt, which offer SSL certificates without charge. Let’s start now! One of the biggest networks now using the Internet is Cloudflare. People […]

Read more
How to Use ASP.NET Identity in a Console Apps

Your apps may implement authentication quite easily with the help of Microsoft’s ASP.NET framework. Hardly little has to be done to create a standard web application. You need to do little more than tick a few boxes to proceed. You may not be aware, though, that ASP.NET user authentication may be added to console applications. […]

Read more
Easy Way to Restart Your ASP.NET Core Apps Progamatically

We developers won’t have access to servers all the time, and without management capabilities, it will be difficut to restart a web application. However, in ASP.NET Core, there is a way for us to programmatically restart our application without requring management capabilities from server admins. IApplicationLifetime There is a IApplicationLifetime interface in ASP.NET Core which can handle […]

Read more
Application Insights .NET Core Application

So why would you ever log to Application Insights AND File log at the same time? Well, if you are hosting your own applications on your own machine, it can be great to have a file version of what’s happened. The file will be updated immediately, whereas Application Insights are sometimes up to 5 minutes […]

Read more
How to Troubleshoot .NET Blazor WASM Debugging

The “Obvious” of WASM Debugging While coding with Blazor WASM, it’s easy to get lulled into a false sense of comfort. After all, it’s all C# and .NET, right? Well, not exactly. It’s easy to gloss over that while our code runs on a version of .NET, it’s not the one we know and love. […]

Read more