Few Errors in SQL Server and How to Fix it

When starting to work with Entity Framework and SQL Server, you often run into the same errors. Sometimes these errors are caused by missing permissions for the database connection, and sometimes it’s caused the way that the database is accessed. In this article, we will go through some of the most common errors and some […]

Read more
ASP.NET 5 Hosting Just ONLY $1.00/month!

I’ve been using various .NET web hosting providers (Godaddy, HostGator, etc), but honestly not fully satisfied with their services provided. They are cheap option to host .NET website, but not too reliable enough. Do you want a cheap shared hosting plan that support latest .NET 5? In this article, I will review one of best, […]

Read more
How to Fix 404 Error ASP.NET Core

I have checked that some users experience this error 404 when deploying ASP.NET Core applications and I decide to write this tutorial. I hope it will fix the issue. Fix 404 Error ASP.NET Core I found 2 ways to handle 404 error. In fact using these solution you can handle any HTTP status code errors. […]

Read more
How to Redirect WWW and non-HTTPS in ASP.NET Core

In this article, we will give short tutorial about how to redirect your www and non-HTTPS ASP.NET Core website. This is to make sure that your site will be ranked higher, since Google does not like different URLs, for example ones with and without “www.” to show the same content. Redirect Request in ASP.NET Core […]

Read more