Think you might need Kubernetes (K8s) in your solution?
Someone has created a site to help you determine if you do 👇🏻👇🏻👇🏻…
You might also be interested in...
Filtering out projects in large solutions with Visual Studio Solution FiltersIf your working on a large solution with many projects in Visual Studio you can speed up VS load time … Continue reading Filtering out projects in large solutions with...
eShopOnWeb Architecture (16/16) – uses clean architecture
On a high level eShopOnWeb uses clean architecture. The main idea of clean architecture is that the solution is spilt … Continue reading eShopOnWeb Architecture (16/16) – uses clean architecture...
eShopOnWeb Architecture (6/16) – uses private setters and non default constructors to support encapsulation which helps keep the model valid
eShopOnWeb has some really nice examples of encapsulation. The particular example below is the CatalogItem class. Click on the image … Continue reading eShopOnWeb Architecture (6/16) – uses private setters...
How to format only your modifications on save (and not the whole file) in VS Code
The Format On Save option in Visual Studio Code is very helpful for enforcing code styles… however it can be … Continue reading How to format only your modifications on...