|
You are here |
www.stevejgordon.co.uk | ||
| | | | |
enterprisecraftsmanship.com
|
|
| | | | | There's an interesting controversy between two DDD topics: the Specification pattern and the Always-Valid domain model. | |
| | | | |
www.darrenhorrocks.co.uk
|
|
| | | | | Building APIs that handle large datasets can be a challenge. A common approach is to collect all the data into a list, convert it to JSON, and then send it all at once. But what happens when that dataset is massive? Your API might freeze up while it's building the response, and you could end up with a huge memory footprint. Fortunately, ASP.NET Core provides a great solution for this problem: IAsyncEnumerable. | |
| | | | |
haacked.com
|
|
| | | | | You may want to deserialize JSON to strongly typed values, but sometimes you run into a situation where the API doesn't comply, until now. | |
| | | | |
www.swiftbysundell.com
|
|
| | | How SwiftUI's AnyView type can often be avoided, and why it might be a good idea to do so. | ||