Pawel Gerr
pawelgerr.bsky.social
Pawel Gerr
@pawelgerr.bsky.social
Reposted by Pawel Gerr
The new blog post “Value Objects in .NET: Integration with Frameworks and Libraries” by Pawel Gerr just dropped! Learn about JSON serialization, ASP.NET Core, OpenAPI/Swashbuckle, and EF Core integration.
Read now: https://lnk.thinktecture.cloud/VO_3
#dotnet #valueobjects #dev #programming
August 12, 2025 at 9:00 AM
Reposted by Pawel Gerr
Heads-up, .NET builders!
On 29.07.2025, @pawelgerr unveils “Smart Enums: Adding Domain Logic to Enumerations in .NET.”
Get ready for a fresh approach to enums, technical insights, and practical code patterns.
Don’t miss out—follow for updates!
#dotnet #csharp #SmartEnums #TechBlog #Programming
July 22, 2025 at 8:02 AM
Reposted by Pawel Gerr
New blog post alert!
“Discriminated Unions: Representation of Alternative Types in .NET” by Pawel Gerr is out now.
Explore C# solutions, discriminated unions, and best practices for .NET devs.
Read here: https://lnk.thinktecture.cloud/DU_1
#dotnet #CSharp #Programming #Tech #FunctionalProgramming
July 15, 2025 at 9:00 AM
Reposted by Pawel Gerr
Tired of bugs from using strings & ints for domain logic? Pawel Gerr shows how Value Objects in .NET solve "primitive obsession" with self-validating, expressive types. Article out now!
👉 https://lnk.thinktecture.cloud/cuD7
#dotnet #CleanCode #CSharp
June 3, 2025 at 9:00 AM
Reposted by Pawel Gerr
New .NET Article Series by our .NET Expert Pawel Gerr!

🗓️ June 3: Value Objects – Solving Primitive Obsession in .NET
🗓️ June 15: Smart Enums – Beyond Traditional Enumerations in .NET
🗓️ July 15: Discriminated Unions – Representation of Alternative Types in .NET

Don't miss it!
May 19, 2025 at 12:03 PM
Reposted by Pawel Gerr
🚀 Neue .NET Artikel-Serien von Pawel Gerr!

Ab 3. Juni: Value Objects – Solving Primitive Obsession in .NET
Ab 15. Juni: Smart Enums – Beyond Traditional Enumerations
Ab 15. Juli: Discriminated Unions – Alternative Types in .NET
Nicht verpassen!
#dotnet #softwareentwicklung #thinktecture
May 19, 2025 at 5:59 AM
"ExecuteUpdate*" will be more flexible in Entity Framework Core 10 due to (breaking❗️) change of signature from "Expression>" to "Func<..>"

@efmagicunicorns
github.com/dotnet/efcor...
Accept non-expression setters parameter in ExecuteUpdate · Issue #32018 · dotnet/efcore
I was expecting to find an existing issue for this but I couldn't (if there is one please let me know): ExecuteUpdate currently only accepts an expression, this means you cannot dynamically build a...
github.com
January 14, 2025 at 11:55 AM