
Mohsen Esmailpour
I'm a software engineer with several years of experience in developing software mainly working on web platforms with the Microsoft .NET stack.
Education
Bachelor of Arts (BA), Computer Software Engineering
Work
Software Engineer
loading...
Recent comments
Leaky abstraction and clean architecture template
In this scenario, all domain models are anemic and there is n...
What every ASP.NET Core Web API project needs - Part 2 - API versioning and Swagger
I haven't tried .NET 6 yet but I will and inform you. Also ta...
What every ASP.NET Core Web API project needs - Part 1 - Serilog
No, just inject I ILogger into classes you want to log data.
Transaction middleware in ASP.NET Core
Well, this is a kind UoW because all data will be saved if th...
Transaction middleware in ASP.NET Core
Sure
Transaction middleware in ASP.NET Core
Well, this middleware is about handling transaction and you c...
Transaction middleware in ASP.NET Core
Good catch, thanks.
What every ASP.NET Core Web API project needs - Part 1 - Serilog
I did same thing with .NET Core RC1 :) It was very risky, but...