lukeparkerdev.bsky.social
@lukeparkerdev.bsky.social
The .NET/C# ecosystem needs to work towards less overengineering for the sake of it.

✅ Instead of abstracting EF Core, I use it directly. (It is already abstracting a LOT)

What tactics are you using to simplify your tech?

#dotnet #verticalslicearchitecture #aspnetcore
February 3, 2025 at 8:00 AM
The .NET/C# ecosystem needs to work towards less overengineering for the sake of it.

✅ Instead of 8 layers of abstraction, I am starting with single file transaction scripts with Vertical Slice Architecture.

What tactics are you using to ship more?

#dotnet
January 27, 2025 at 8:00 AM
The .NET/C# ecosystem needs to work towards less overengineering for the sake of it.

✅ Instead of AutoMapper/Mapperly, I manually map using extension methods or inlining

What tactics are you using to simplify your tech?

#dotnet #verticalslicearchitecture #aspnetcore
January 20, 2025 at 8:00 AM
The .NET/C# ecosystem needs to work towards less overengineering for the sake of it.

✅ Instead of architecting the perfect software, I am shipping features and improving tech debt.

What tactics are you using to ship more?

#dotnet #verticalslicearchitecture #aspnetcore
January 13, 2025 at 8:41 AM