#csharp
Read more stories on Hashnode
Articles with this tag
Introduction The evolution of AI-powered programming assistance tools has been remarkable, and the combination of Cline and Sonnet 3.7 in particular...
💡 This article was created by first drafting with Cline + Claude 3.5 Sonnet based on my ideas, and then using Cline to iteratively refine and edit...
I'm currently experimenting with rewriting the way domains are described in Sekiban, Event Sourcing and CQRS Framework, to be simpler and more...
I am Tomohisa Takaoka, CTO of the J-Tech Japan, We are currently developing Sekiban, an Event Sourcing/CQRS framework, at the company. It is an...
TL;DR When serializing/deserializing a class with an interface property like public record User(string Name, IUserEmail Email); in C#, you can achieve...
"JsonDerivedType" is an attribute in C# that can be attached to a parent interface to define which types implement that interface, allowing the state...