Handling Users and roles to Secure PostgreSQL single RDS instance for multitenancy database
I run into a scenario where I needed to deploy a multitenant application in a single RDS instance. The application…
Connecting to Aws RDS database with IAM authentication using NHibernate ORM with .Net C#
After my post regarding the security to connecting your application in the cloud, Use Aurora PostgreSql With Aws Iam Authentication…
Use Aurora PostgreSql With Aws Iam Authentication using DotNet6 Core MVC (code)
The goal of this post is to show how to Create Database and manage IAM to have access to database…
Css, js file from wwwroot folder are not published in .NET 6 Core MVC deploy or bin folder
.net core 6 is out with a lot changes and some new cool stuff. I decided to test it by…
Logging Using Log4Net in .NET Core application
Today in this article, we will see how to perform File/Rolling File logging and Console logging using Log4Net in Console .NET Core application. We shall be…
Turning off camelCasing, PascalCasing in JSON response from ASP.NET Core 3.1 API
In ASP.NET Core 3.1 api the default json response formatting is camelCase. When you have a model in this way…
How to use AWS Cognito in .NET Core 3.1
AWS Cognito is great tool to implement a secure and scalable user authentication for your web and mobile apps. It…
NotSupportedException: No IUserTwoFactorTokenProvider named ‘Default’ is registered on GenerateEmailConfirmationTokenAync
In Startup.cs file you have modified services.AddDefaultIdentity to services.AddIdentity . When calling GenerateEmailConfirmationTokenAync for example or any other identity function,…
WP Rest API calls not working in iOS version of Ionic App
I have been a fun of Ionic since V1. I have develop many news app with this framework. Today I…
Tips and tricks for software development
We often spend time looking to solve a code problem, a framework issue, or an issue cause by an upgrade…
Learning Terraform:Launch NGINX using Docker on Windows
So, this weekend i decide to learn something new is my path to AWS professional certification. The best way to…
week2 – My path to AWS Certified Solutions Architect — Professional
Understanding complexity If you miss week1 , you may want to go read to understand the structure of my My…