PreviousNext

Developing a Dockerized Asp.Net Core Application Using Visual Studio Code

by bill-s, 2019-06-13T12:41:04.315Z

I recently embarked on a mission with my colleague Kendall Roden to uncover the feature parity between Visual Studio 2017/2019 and Visual Studio Code when it comes to developing a dockerized Asp.Net Core application. We started by identifying the artifacts that get scaffolded by Visual Studio 2017/2019 which would need to be manually generated with Visual Studio Code. Here is the list that we came up with:

Read More