VukVuk (Page 17)

Cache-Aside pattern

Cache mostly static data

Load frequently accessed data into a cache from a data store to improve the application's performance.

Read more...


Book: Blazor for ASP.NET Web Forms Developers

Old dogs can learn new tricks

Blazor for ASP.NET Web Forms Developers is a small e-book for ASP.NET Web Forms developers (or for those who feel that way), who want to migrate old projects to new open-source, cross-platform solutions.

Read more...


CAP theorem

Consistency, Availability, Partition tolerance - Choose two

CAP theorem (Brewer's theorem) states that it is impossible in the distributed data store to simultaneously provide more than two out of the three following:

Read more...