A DotNet Raider

My adventures in the .NET world!
posts - 49, comments - 12, trackbacks - 0

My Links

News

Website View Martino Bordin's profile on LinkedIn

Archives

Post Categories

settembre 2023 Blog Posts

Dapr - State management

Dapr allows the storage of durable data (key\value pairs) across multiple sessions and services. With Dapr State Management, you can: Save and retrieve state using different stores with 2 levels of consistency (strong and eventual) Use a consistent API to perform operations, abstracting away the implementation details. Implement caching (with TTL) to improve performance. Filter\Sort\Page state entries Let's see how we can use it in the customer's microservices. The customers' microservice persists data in MS SQL Server and...

posted @ mercoledì 6 settembre 2023 15:54 | Feedback (0) | Filed Under [ Dapr Microservices ]

Powered by:
Powered By Subtext Powered By ASP.NET