- Allow empty request body in PUT and POST HTTP requests in .NET Core Web API https://justsimplycode.com/2024/07/07/allow-empty-request-body-in-put-and-post-http-requests-in-net-core-web-api/ 2 comments csharp
- Running MS Orleans on AWS ECS https://justsimplycode.com/2024/06/09/running-ms-orleans-on-aws-ecs/ 2 comments csharp
- Determine if a property is nullable reliably from a Type https://justsimplycode.com/2023/04/02/determine-if-a-property-is-nullable-reliably-from-a-type/ 4 comments csharp
- Integration tests with dockerized SQL Server https://justsimplycode.com/2022/10/23/integration-tests-with-dockerized-sql-server/ 6 comments csharp
- Getting value of a property in JSON string without knowing the strongly type to deserialise to https://justsimplycode.com/2022/05/29/get-value-of-a-property-in-json-string-without-knowing-the-strongly-type-to-deserialise-to/ 3 comments csharp
- Custom JSON converter to replace a complex object property with string https://justsimplycode.com/2022/03/27/custom-json-converter-to-replace-a-complex-object-property-with-string/ 4 comments csharp
- Cartesian explosion problem in Entity Framework https://justsimplycode.com/2021/11/07/cartesian-explosion-problem-in-entity-framework/ 3 comments csharp
- Deep comparing two complex objects https://justsimplycode.com/2020/01/18/deep-comparing-2-complex-objects-using-comparenetobjects/ 19 comments csharp
- Standard interface implementation vs Explicit interface implementation https://justsimplycode.com/2020/01/04/standard-interface-implementation-vs-explicit-interface-implementation/ 7 comments csharp