In this series of posts, I will be diving into Clean Architecture. We will build a project in Clean Architecture. We will; Understand Clean ArchitectureClarify business requirements, create initial design Set up Application CoreSet up Persistence and InfrastructureImplement CQRS and Structural...
Stored Procedures In Mssql And .NET – Part I Parameters, Conditionals
In this first part of the the series, we are going to examine stored procedures in MSSQL, what benefits they offer, how to create and manage them. This series will be divided into four parts. Firstly, I’ll try to show you different aspects of stored procedures that you may encounter in your...