This is the blog home of dsrawool.com. Find your articles here.
-
Run Dotnet Test Project using AWS secrets with Postgres database in the backend in Gitlab CICD
This blog is about running a Dotnet Core test project with the Postgres database in the backend in the GitLab CICD pipeline. In GitLab-CICD, we will create a Postgres instance, which will be used by Integration Tests written in Dotnet Core. We will also obtain AWS secrets from the secret manager and submit them for … Read more
-
OIDC in ReactJS & Razor App with .NET Core Identity
Every web application must consider security. With the aid of this blog, you may integrate the most recent authentication standard, OpenID Connect (OIDC), into a.NET core application. Due to the intricate processes that must be performed precisely, implementing a protocol is a laborious task. A library called Duende Identity Server can be used with.NET applications … Read more
-
Ready-To-Use project in ReactJS with Bootstrap 5 & .NET Core
The subject of this post is how to start developing.NET Core/.NET6 Plus ReactJs SPA applications. UI templates from Bootstrap 5 have been imported. Microsoft Identity is utilized for authentication. Additionally, Google Sign In is implemented. Starting any new project typically takes a long time. It takes more time and effort to get going if you … Read more