Amirhessam Pourhossein

Results 4 comments of Amirhessam Pourhossein

Hello everyone talking about having a separate nuget called 'ErrorOr.AspNetCore', what are your thoughts on the following extension methods 👇 ```c# public static partial class ErrorOrAspNetCoreExtensions { public static IActionResult...

By the way, I was thinking about having extension methods for minimal APIs. but there is a problem, we would have methods like below👇 ```c# public static IActionResult ToOk(this ErrorOr...

Hi @suugbut , I think it's there because certain packages like EF Core, which use reflection to instantiate objects, rely on these parameterless constructors. As you can see in the...

This is mostly related to domain modeling rather than CA. @amantinband has a couple of videos on this topic in his YouTube channel, in addition to a comprehensive course about...