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
ASP.NET Tips ASP.NET Core Cookie Authentication December 18, 2020December 18, 2020 Andriy Kravets In this post, I’m going to talk about authentication in general and how claims-based authentication works in ASP.NET Core. The difference between Authentication and Authorisation
ASP.NET Tips Using CORS in ASP.NET Core 3.1 December 17, 2020 Andriy Kravets In this article, we will present one of the problems that users faced many years ago when using Ajax requests, which is the same-origin policy.