Quick Start! Set up .Net Core Dev Environment on Ubuntu

preview_player
Показать описание
Install the .Net Core SDK on a Ubuntu 18 Linux box along with Git and Visual Studio Code (VSCode), and write your very first HelloWorld console application. We also install the c# for VS Code extension to make your coding experience even better!

.Net Core Download & Linix Install Instructions

VS Code Download

My Blog
Рекомендации по теме
Комментарии
Автор

Hey Les, out of all the intros i see on online tutorials, urs is the only intro i dont skip.

Irshu
Автор

Thank you so much sir you make video 3 years ago but now today helped me

hamzazahidulislam
Автор

Your video saves my day. Thank you Jackson.

tanjimashraf
Автор

Exactly what I needed. Thank you very much!!!!

dacopafilm
Автор

Really nice video!! Direct to the point.

LeonardoDeAC
Автор

I found this video to be very helpful it helped me in setting up .NET Core SDK on my Ubuntu 20 Linux... :)

bantusotyato
Автор

it is a great tutorial. I would be helpful if u upload a tutorial on - host .net core API in linux machine.

shishirroy
Автор

Your tutorial helped me.
Thank You So Much!

s.alihaieri
Автор

as much as i hate M$, i really appreciate that i can learn C# on linux 😁

TheVertical
Автор

I was up to you showing us MSSQL-SERVER and MSSQL-TOOLS setup.

alejomakevids
Автор

how could i add trusted linux certs in ubuntu ? for api apps, i find this to be really challenging..

joseperezbalan
Автор

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?

tuck
Автор

I still do that cls thing all the time :)

demtamas
Автор

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

moradhudaib
Автор

Been struggling with Monodevelop IDE, it seems it doesn't support .net core version 3. Your video was beyond helpful. Thank you

wilsoncardoso
Автор

Are these tools available for arch based linux

informativecontent
Автор

TIP: for Ubuntu 20.4 focal users, use the following commands
sudo apt-get update
sudo apt-get install dotnet-sdk-3.1


Hope it help, Cheers (Y) yall.

avimehenwal
Автор

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.

harashishsingh
Автор

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

khaledghamgui
Автор

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!

Xkce