© 2023 Hashnode
#dotnetcore
Introduction: Building high-performance web applications is crucial to deliver an optimal user experience and handle increased traffic. In this article, we will explore essential best practices for de…
Hello everyone! I'm very happy to announce my first open-source project called Nebula.Caching. You can find its source code on Github. This project is aimed at making your .NET Core applications have better performance, by using cache. It u…
Dapper is an open-source ORM for .Net it allows you to map database objects to .Net objects in a simple and efficient way. This tutorial will guide you on how to use Dapper to perform CRUD operations in a .Net6 API with SQL Server. To get s…
In this article, we will learn about 13 Libraries in ASP.NET Core every developer should know about. Of course, there are thousands of NuGet packages and libraries hosted and maintained under nuget.or…
It can be challenging to test an API that requires authentication through a JSON Web Token (JWT). To obtain a valid access token that can be used with your API, you typically need to setup/use an enti…
I have divided the deployment process into 5 steps Understand and update aws-lambda-tools-defaults.json of our .Net project Add a buildspec.yml file to our .Net project Create an AWS CodeBuild pipeline Permissions required to deploy Ru…
"Simplicity is the soul of efficiency." — Austin Freeman (in The Eye of Osiris) The purpose of this project is to design a simple and free API that allows users (remote workers, developers, designers…
In this article, you'll learn how to utilize Source Generators to create an icon library for Blazor apps. Source Generators are a powerful tool, which can be used to generate additional C# code during…
Phoesion Glow is a microservice development framework that offers a complete solution for creating, deploying, and managing your microservices. While Phoesion Glow offers a glow-native SDK for writing services, many times we need to use ASP…
This was one of the trends on Twitter, and I have learned about a lot of tech stacks related to others. So here is my tech stack and the resources to learn about it. UI I am a backend developer, but I try to keep up with the JavaScript fram…