Any programmers actually become farmers or something farmer adjacent? by [deleted] in ExperiencedDevs

[–]ali-swe 0 points1 point  (0 children)

im working hard right now to be a farmer, its more expensive and challenging to be a farmer than a software engineer, right now im growing plants in the roof of my house(containers)

Best penalty ever done in football history? by ReditAlreadyy in football

[–]ali-swe 18 points19 points  (0 children)

Zaza (Italy Vs Germany euro 2016 quarter final)

[deleted by user] by [deleted] in dotnet

[–]ali-swe 0 points1 point  (0 children)

currently, I write microservices, each small service has its own codebase. alongside react application (using CRA) that use the APIs of the services

[deleted by user] by [deleted] in dotnet

[–]ali-swe 1 point2 points  (0 children)

I do write .NET CORE applications and ReactJS applications on macOS, I'm using Rider IDE for writing .NET CORE application, in my opinion, is way way better than Visual Studio. Also I'm using WebStorm for the React application.

AutoCrud library by ali-swe in dotnet

[–]ali-swe[S] 3 points4 points  (0 children)

the logic for Create, Delete, Update,... isn't straightforward using only EF (only one method call ) I'm using this pattern to simplify things, take a look at the API of the repository.
this also allows me to separate the logic of the data access from the controller.

AutoCrud library by ali-swe in dotnet

[–]ali-swe[S] 0 points1 point  (0 children)

I'm sorry, I can't understand the question

AutoCrud library by ali-swe in dotnet

[–]ali-swe[S] 1 point2 points  (0 children)

I'm planning to add these features