Thanks Leo. I've "waffled" on in some of my other videos, so I'm trying to bring them back on point and make them shorter - so thanks for the feedback!
Does dotnet CLI allow me to do all of the core features of Visual Studio? Does VS just run dotnet commands in the background and we are hitting those manually? For example, can I scaffold as easily with dotnet cli as I can with Visual Studio with a code first MVC project?
Thank you. But why run doesn't work I mean the run button in visual studio code doesn't work with .net core projects So I have to type dotnet run every time
Hi quite an detailed video. I have a query. I want to run an exe application through wine but during installation it asks for .net framework 4.5 or higher. I followed ur steps and installed .net SDK but it dint solved the problem so I installed runtime as well. That dint work too. The file I want to run is a trading software from the broker. What should I do now. I have zorin os 16. Thanks in advance.
Hi , whenever i try to run "sudo dpkg -i packages-microsoft-prod.deb" i get this error dpkg-deb: error: 'packages-microsoft-prod.deb' is not a Debian format archive I am on ubuntu 18.04 Thank you
Hi Les, first of all, i want give yuo a lot of thanks for the great job that you make! i want to tell you, i had seriusly considered to migrate my dev environment to ubuntu a few weeks ago ... so i installed docker, vscode, .net core ..and then "Azure Data Studio" appeared ...and then i felt very sad to see how poor it was ... i've been working for over 10 years with MSSManagementStudio, and i felt very disappointed with Azure Data Studio. Do you know some other good alternative ? greetings!
Hey John, funny you should ask that question as I just bought a Raspberry pi 4 to make a video about setting up a .NET Core Dev Machine with a Raspberry PI. To be honest, pretty simple, Microsoft provide the instructions here: dotnet.microsoft.com/download/thank-you/dotnet-sdk-2.2.401-linux-arm32-binaries Have just tried it, seems work but is very sloooowwwwwwww......
Wonderful Tutorial.. Thanks i am using VS Code on my Linux. and i want to create a Windows Form. i have manage to create a windows from using dotnet new winforms -o command . but i dont no how to design the form using VS code. please help