A Quick Guide to Learn ASP.NET Core Web API
Knowledge in writing solid and secure Web APIs is an essential skill to learn to become a better API or integration developer, so I have …
Learn. Code. Listen
Knowledge in writing solid and secure Web APIs is an essential skill to learn to become a better API or integration developer, so I have …
This is an in-depth review for the book with title 𝗥𝗲𝗮𝗰𝘁 𝗮𝗻𝗱 𝗥𝗲𝗮𝗰𝘁 𝗡𝗮𝘁𝗶𝘃𝗲: 𝗕𝘂𝗶𝗹𝗱 𝗰𝗿𝗼𝘀𝘀-𝗽𝗹𝗮𝘁𝗳𝗼𝗿𝗺 𝗝𝗮𝘃𝗮𝗦𝗰𝗿𝗶𝗽𝘁 𝗮𝗻𝗱 𝗧𝘆𝗽𝗲𝗦𝗰𝗿𝗶𝗽𝘁 𝗮𝗽𝗽𝘀 𝗳𝗼𝗿 𝘄𝗲𝗯 𝗮𝗻𝗱 𝗺𝗼𝗯𝗶𝗹𝗲, the …
When it comes to building CRUD API, you do not have to choose between control and productivity. You can have both. That can be simply …
In this tutorial, we will dive into the EF Core Tricks for Bulk reading Large Data Sets. We will be highlighting the powerful read operations …
Today, we will be diving deep beyond the basics of Dapper Plus and exploring how we can customize its powerful bulk methods to fit your …
In this article you will learn about 2 great and powerful libraries for dynamic processing of LINQ queries as well as executing, compiling, and running …
Working with databases is at the heart of most .NET apps, and Entity Framework Core makes it easy to query and persist data. But when …
Many developers are stuck in 1 or 2 types of authorization in ASP.NET Core: simple and RBAC. But did you know there are 5 more …
In this tutorial we will learn how to implement structured logging in ASP.NET Core Web API using Serilog. Logging is one of the most important …
Since the beginning of ASP.NET Core, there has been a great addition in the main features, one of which is the appsettings.json file. In this …
In this article we will learn about the Data Protection API in ASP.NET Core. This API is not considered something new; It has existed since …