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 by excluding the projects you don’t need loaded (perhaps because...
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 into different projects (or layers) and that the domain project...
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 for a larger view in a new window… We can...
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 problematic when we are working on a previously unformatted file....
