Browse by topics microservices (8) one-pagers (12) general (14) best-practices (8) concepts (3) language-features (14) functional (3) text-editors (2) cloud (2) csharp (35) aspnetcore (20) efcore (2) grpc (1) oauth2 (3) docker (5) opinion (3) typescript (4) angular (3) documentation (3) rxjs (2) git (2) ruby (9) neovim (1) general (1) lazyvim (1) sql-server (2) azure (2) quotes (1) best-practices (1) aspire (2) azurite (1) cloud (2) mockoon (1)

Adding Redis

microservices csharp aspnetcore

In this post, we will add Redis to the sample application and make a test call. This is the third post in the microservices architecture series.

read more

Adding Entity Framework Core

microservices csharp efcore aspnetcore

In this post, we will add efcore to the sample application and make a test call to the sql server database. This is the second post in the microservices architecture series.

read more

gRPC One-Pager

one-pagers csharp aspnetcore grpc

A one-pager capturing the important points of Grpc.net.

read more

EfCore One-Pager

one-pagers aspnetcore efcore csharp

A one-pager capturing the important points of efcore.

read more

HttpClient One-Pager

one-pagers aspnetcore csharp

A one-pager capturing the important points of the HttpClient class.

read more

Development Environment Setup

microservices csharp aspnetcore

In this post, we explore the intial setup of the sample application on the developer’s machine. We will use this sample application as the starting point and add layers to it as we progress with the microservices architecture series.

read more