If you are not familiar with clean architecture, following along this article will help you understand it. I will try create my own implementation of clean architecture based on Jason Taylor's clean architecture.
Tag: management
ASP.NET Core 3.1 with React: User Authentication and Registration
In this article, I will show you an easy way to create an application with user authentication, registration and management using ASP.NET Core 3.1 Web Api as backend and React as a frontend framework.
Library Management using ASP.Net MVC (Part 1) Books CRUD Function
This tutorial is about creating a library management system using asp.net mvc and in this part you will learn how to create a Model for your data, add the needed data annotation and scaffold a basic crud application for your model. Before we start coding we should identify first the user's problem that we are … Continue reading Library Management using ASP.Net MVC (Part 1) Books CRUD Function