ASP.NET Tips Lets Encrypt EASY!!! Setup Let’s Encrypt via Plesk Control Panel January 15, 2021August 21, 2023 Javier Huthon This tutorial explain how to setup Let’s Encrypt via Plesk Control Panel. We are using Plesk Control Panel here and we offer Let’s Encrypt for
ASP.NET Tips How to Upload and Resize Image with ASP.NET Core January 13, 2021 Javier Huthon In this article, we will show tutorial about how to upload and resize image with ASP.NET Core. Resizing image is one of ASP.NET Core features.
ASP.NET Tips Configure URL Rewriting Middleware in ASP.NET Core January 12, 2021 Javier Huthon Previously, we have written tutorial about how to redirect http to https in ASP.NET Core. In this article we will discuss futher again how to
ASP.NET Tips Easy Ways to Redirect HTTP to HTTPS January 11, 2021 Javier Huthon We have checked that there are many users have problem in redirect their HTTP to HTTPS. In this article, we will explain how to redirect
ASP.NET Tips 7 Tips to Debug Your .NET Application When It Crashed January 7, 2021 Andriy Kravets We do belive that sometimes your desktop end up with frozen or unresponsive. In this article, we will share few tips to debug it when
ASP.NET Tips How to Fix ‘Failed to load API Definition Error’ WebApi Core/Swagger December 30, 2020December 30, 2020 Andriy Kravets Swagger or OpenAPI describes standards and specifications for the RESTFul API description. These specifications are an attempt to create a universal and language agnostic description for describing the
ASP.NET Tips How to Fix Error 502.5 Process Failure ASP.NET Core December 29, 2020 Andriy Kravets We have so many clients experience this issue when deploying their ASP.NET Core application. I hope this tutorial can help you if you experience same
ASP.NET Tips C# vs JSON Serializers in .NET Core 3 December 28, 2020 Andriy Kravets .NET Core 3 was recently released and brought with it a bunch of innovations. Besides C# 8 and support for WinForms & WPF, the new
ASP.NET Tips Using Gmail to Send Email in ASP.NET Core December 23, 2020December 23, 2020 Andriy Kravets Previously we have learned tutorial about send email in Asp.net Core. Now, how about if you want to send email using Gmail? Yeap… In this
ASP.NET Tips Easy Steps to Send Email via ASP.NET Core December 22, 2020 Andriy Kravets In this article, we are going to learn how to send email in ASP.NET Core. We are going to start with the simple project creation