ASP.NET Claims and Identities is a framework for managing authentication and authorization in an ASP.NET application. It is based on the concept of claims, which are statements about an entity that can be used to make decisions about that entity. One of the key benefits of using claims is that they are flexible and can … Continue reading ASP.NET Claims and Identities
Category: code
AWS S3 using .NET
AWS S3 (Amazon Simple Storage Service) is a cloud storage service provided by Amazon Web Services (AWS). It is a highly scalable, object-based storage service that offers industry-leading durability and availability. Using AWS S3 from .NET is easy, thanks to the AWS SDK for .NET. The AWS SDK for .NET is a collection of libraries … Continue reading AWS S3 using .NET
How to move Docker to attached volume in DigitalOcean?
How to move Docker installation to the separately attached volume in DigitalOcean?
Setup Elasticsearch and Kibana (ELK) Stack on Docker
How to setup Elasticsearch with Kibana on Docker?
Go (GoLang) Folder Structure
Go (GoLang) project folder structure.
Coma Separated Weekdays Attribute Validation in C# for ASP.NET Web API
Weekdays Validation Attribute with coma separated values in C# for ASP.NET Web API
How to read from console in Go / Golang and cast to int?
Reading from console in GoLang and cast to int.
How to publish reusable custom NuGet packages on nuget.org?
Generate and Publish NuGet Packages using Visual Studio 2019 on nuget.org
Using Entity Framework DbContext with Dependency Injection
Injecting an Entity Framework Core DbContext into Controllers for Web API
Thawani Pay SDK for .NET
Recently I was working on a project in .NET where I needed to integrate Thawani Payment Gateway (Oman Based Payment Gateway). There API documentation is great but there isn't any official library in .NET. Many of the new developers might find it hard to start consuming the APIs, generating the JSON, etc. I wrapped all … Continue reading Thawani Pay SDK for .NET