Reza Mohamadzadeh's repositories

MongoDBCRUD

This project is about using Asp.net core 3.1 & Mongo DB (CRUD Oprerations using Console)

Stargazers:0Issues:0Issues:0

OnionArchitecture

The onion architecture, introduced by Jeffrey Palermo, overcomes the issues of the layered architecture with great ease. With Onion Architecture, the game-changer is that the Domain Layer (Entities and Validation Rules that are common to the business case ) is at the Core of the Entire Application. This means higher flexibility and lesser coupling. In this approach, we can see that all the Layers are dependent only on the Core Layers.

Stargazers:0Issues:0Issues:0

Pagination.WebApi

Pagination is one of the most important concepts while building RESTful APIs. You would have seen several public APIs implementing this feature for better user experience and security. We will go in detail and try to build an ASP.NET Core 3.1 WebApi that implements advanced pagination.

Stargazers:0Issues:0Issues:0

Serilog.WebApplication

Serilog is a third-party logging library that plugs into the default ILogger of our application with its own implementations. It enables the developers to log the events into various destinations like console, file, database, and more. Now, if you are already using a database in your ASP.NET Core Application, logging events to a database can be a good option. Read the complete GUIDE in my blog post.

Stargazers:0Issues:0Issues:0