Ibrahim Jaber.NET Core Dependency InjectionBuilding fully coherent and decoupled Web applications is a vital skill for every developer. Today I will walk you through how to…Apr 11, 2021Apr 11, 2021
Ibrahim JaberGeneric Repository — C#, .NETRepository Pattern is one of the common design patterns that allow you to structure your code in a way that would ease the process of…Apr 20, 20212Apr 20, 20212
Ibrahim Jaber.NET Core | Generic REST client to consume servicesThere are many cases where you need to consume multiple services in your .NET application. most of the time I relate to using a REST…Apr 26, 20212Apr 26, 20212
Ibrahim Jaber.NET Core | Custom Validation AttributesWhen you have complex model properties, in some cases it requires a specific type of validation, that classical Data annotation attributes…May 9, 2021May 9, 2021
Ibrahim Jaber.NET Core — EF Many-To-ManyIn most applications, most of the time we discover that our business logic requires some sort of an entity-relationship to fulfill the…Jun 21, 20212Jun 21, 20212
Ibrahim JaberIntro to Web API — C#, .NETThe demand for modern applications is increasing. every modern application requires some sort of data repository that can provide…Jun 24, 2021Jun 24, 2021
Ibrahim Jaber.NET Core — WebApi tipsBuilding Api with good practices and proper documentation is important for the development life span of API service.Jun 25, 20211Jun 25, 20211
Ibrahim JaberUsing QuickChart API in .NET Core MVC.If you've ever been in a situation that you got asked to provide a simple visualization of data in your application then look no further…Jun 28, 2021Jun 28, 2021
Ibrahim JaberNET Core Complex properties Validation — using FLuentValidationModel validation is critical for application persistency and data integrity. validating your models before inserting them into the…Jul 5, 2021Jul 5, 2021
Ibrahim JaberNET Core Avoiding large Controllers — using CQRS with MediatR.Having lightweight API controllers or regular view controllers is something good to strive for. Not having many dependencies and logic in…Jul 8, 2021Jul 8, 2021
Ibrahim Jaber.NET Core API -Exception HandlingWhen building an API, having exception handling is a must for the consistency of the application. We obviously don’t want any weird…Aug 22, 20211Aug 22, 20211