- Ready-To-Use project in ReactJS with Bootstrap 5 & .NET Coreby Dattatray RawoolThe 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 … Read more
- OIDC in ReactJS & Razor App with .NET Core Identityby Dattatray RawoolEvery 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 … Read more
- Run Dotnet Test Project using AWS secrets with Postgres database in the backend in Gitlab CICDby Dattatray RawoolThis 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 … Read more
- .NET- Processes, Threads, Tasks, Async-Await analogyby Dattatray RawoolIn my initial development days, I used to get confused when it came to threads, tasks, and asynchrony. Later on, I was able to understand it. In this blog, I want to give you an overview of how it works … Read more
- How do I retrieve secrets from AWS Secret Manager in .NET Core Console App?by Dattatray Rawool.NET Core/.NET console application contains a program.cs file, which has the Main method that runs when we execute the application. People normally use the console application executables for running smaller jobs or batch processing. In some scenarios, bigger applications might … Read more
- How do I deploy a .NET core application on AWS EC2?by Dattatray RawoolIn this article, I will take you through how to deploy your first test .NET Core application to AWS EC2. I wanted to try deploying my application to aws to for testing purposes. As it was known to me, ECS … Read more