VukVuk (Page 16)

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...


Gateway Routing pattern

Simplify the consumption of multiple services

Simplify the consumption of multiple services by using a single endpoint, that routes requests to the appropriate backend services.

Read more...