ASP.NET Tips How to Secure ASP.NET Core and Web API Using Windows Authentication February 16, 2023 Andriy Kravets This post shows how an ASP.NET Core Web API and an ASP.NET Core Razor page application can be implemented to use windows authentication. The Razor
ASP.NET Tips 8 Reasons that Cause Memory Leaks in Your ASP.NET Application February 14, 2023February 14, 2023 Javier Huthon Memory leaks are sneakily bad creatures. It’s easy to ignore them for a very long time, while they slowly destroy the application. With memory leaks,
ASP.NET Tips ASP.NET Core Utilize High CPU Usage on the Server? How to Check and Fix this Issue! February 13, 2023 Javier Huthon The goal on this article it we want to use each of our resources as close to its limit as possible. We want to use
ASP.NET Tips How to Build API Using ASP.NET Core and Vue.js February 10, 2023 Yury Sobolev Introduction Vue is a javascript library for building web apps and it doesn’t load itself in the browser. We need some kind of mechanism that
ASP.NET Tips 7 Steps to Fix 408 Request Timeout Error February 8, 2023 Javier Huthon In previous post, we have explained about how to fix 401 Unauthorized Error ASP.NET Core. In this article we will back with error that you might
ASP.NET Tips How to Fix 401 Unauthorized Error ASP.NET Core February 3, 2023 Javier Huthon The 401 Unauthorized Error is an HTTP response status code indicating that the client could not authenticate a request. In this article, we’ll examine the 401 Error
ASP.NET Tips WebDeploy How to Fix Could Not Verify Server Certificate WebDeploy February 1, 2023 Andriy Kravets We have observed that few of our clients and many users experience this error when publishing Asp.net core from Visual Studio 2019. So, we will
ASP.NET Tips Boost Your ASP.NET Core Performance with Cache January 17, 2023 Andriy Kravets Caching is very common to make applications performant and scalable. If a result is already computed by the application, it is cached in a store
ASP.NET Tips How to Enable and Disable Logs in ASP.NET Core 6 January 4, 2023 Andriy Kravets Hello… Happy New Year for all you, guys! May God give strength to you and bless you to achieve whatever you want in your life.
ASP.NET Tips How to Fix “Could not load file or assembly or one of its dependencies” in ASP.NET Core? December 28, 2022 Javier Huthon We have read on forums and some of our users also experience this issue so we decide to write an article about how to fix