Wednesday Shorts #3
3 Hand-Picked Reads About .NET, Azure, Data, AI/ML, And Technology Every Wednesday.
#1 - Chocolatey in 2023 with Gary Ewan Park
How is Chocolatey evolving? Carl and Richard talk to Gary Ewan Park about the latest with the open-source Windows package management solution. Gary discusses some of the differences between the various package managers for Windows these days, including WinGet. Each product has its niche, and Chocolatey has done a good job of evolving into a broader product, including Chocolatey for Business, to allow a view of applications installed across all your machines - and being able to push updates out to them.
#2 - Efficiently store data with Azure Blob Storage Cold Tier
Cold tier is the most cost-effective Azure Blob Storage offering to store infrequently accessed data with long term retention requirements, while maintaining instant access. Blob access tiers maximize cost savings based on data access patterns.
#3 - Efficient Event Communication: Implementing Event Bus and Outbox Patterns with CAP in .NET Core Microservices
In the process of building an SOA or microservice system, we usually need to use the event to integrate each service. In the process, simple use of message queue does not guarantee reliability. CAP adopts local message table program integrated with the current database to solve exceptions that may occur in the process of the distributed system calling each other. It can ensure that the event messages are not lost in any case.