JWT vs API Key in API authentication Posted by Daz David Z - January 12, 2023 JWT (JSON Web Token) and API key are two different ways to authenticate requests made… Read More
Connecting to Aws RDS database with IAM authentication using NHibernate ORM with .Net C# Posted by Daz David Z - April 8, 2022 After my post regarding the security to connecting your application in the cloud, Use Aurora… Read More
Use Aurora PostgreSql With Aws Iam Authentication using DotNet6 Core MVC (code) Posted by Daz David Z - March 15, 2022 The goal of this post is to show how to Create Database and manage IAM… Read More
Logging Using Log4Net in .NET Core application Posted by Daz David Z - November 12, 2021 Today in this article, we will see how to perform File/Rolling File logging and Console logging using Log4Net in Console .NET… Read More
Turning off camelCasing, PascalCasing in JSON response from ASP.NET Core 3.1 API Posted by Daz David Z - June 14, 2021 In ASP.NET Core 3.1 api the default json response formatting is camelCase. When you have… Read More
How to use AWS Cognito in .NET Core 3.1 Posted by Daz David Z - June 10, 2021 AWS Cognito is great tool to implement a secure and scalable user authentication for your… Read More
NotSupportedException: No IUserTwoFactorTokenProvider named ‘Default’ is registered on GenerateEmailConfirmationTokenAync Posted by Daz David Z - December 6, 2020 In Startup.cs file you have modified services.AddDefaultIdentity to services.AddIdentity . When calling GenerateEmailConfirmationTokenAync for example… Read More
Tips and tricks for software development Posted by Daz David Z - October 25, 2020 We often spend time looking to solve a code problem, a framework issue, or an… Read More
Deploying dotnet core 3.1 aws in beanstalk Posted by Daz David Z - January 13, 2020 This post is to help those who encounter issue when they deploy their .net core… Read More
Fixing code generator : “object reference not set” VS 2017 MVC scaffolding controller for ASP.NET MVC Posted by Daz David Z - June 17, 2019 There was an error running selected code generator: “object reference not set” I have tried… Read More