© 2023 Hashnode
#webapi
Introduction Fluent validation is a validation library for .Net applications that allows developers to implement validation rules. In this article, we'll explore how to use Fluent Validation with Asp.…
This post walks you through: Configuring Visual Studio. Building a basic DotNet Core 6 Web API. Creating AWS Lambda funcion. Deploying the project to the Lambda function. Troubleshooting. The example project used here is available on…
JavaScript Web APIs are powerful. It provides tons of utility in the form of APIs and methods for web developers. Recently I learned about the EyeDropper API, which is experimental at this time(of wri…
Hey folks! So, in a previous article, we created a Web API with JWT token authentication and ASP.NET Core Identity. However, in some scenarios, we may not necessarily be open to using JWT tokens. Rath…
Authenticated Encryption If you're going to use a symmetric encryption algorithm like AES256 then it is necessary to insure that the encrypted data has not been tampered with. High-Level View This c…
In Previous blog post, there is some basic introduction about different hosting mode for Azure Function. In this post, I will be more practical and jump to more practical stuff and provided information around using asp.net core web api as …