Coding on a Chromebook - C# Setup

  Рет қаралды 14,354

Lu's Tech Source

Lu's Tech Source

Күн бұрын

This is an updated video on setting up your Chromebook for C# Coding. There some changes that occurred in Chrome OS that makes things a little easier.
Things need for this to work:
Linux installed on your Chromebook. Check out my video on how to do this:
• Installing Linux on Ch...
Visual Studio Code download link:
code.visualstudio.com/docs/?d...
Link to commands that install .NET in Linux
docs.microsoft.com/en-us/dotn...
Timestamps:
0:00 Intro
0:26 Requirements
0:52 What CPU does your Chromebook have?
1:13 Installing Visual Studio Code
2:16 Install C# Extension for VS Code
2:39 Install .NET Core
4:08 Creating a C# console project
6:20 Creating C# MVC Website
8:11 Creating other C# projects

Пікірлер: 48
@fallen5176
@fallen5176 2 жыл бұрын
Terminal keeps saying bash: dotnet: command not found
@daystocomeofficial2658
@daystocomeofficial2658 Жыл бұрын
Thank you so much for making this video, I had no idea why my terminal wasn't working when I tried creating C sharp projects with it and this seriously helped.
@simonroyjonesuk
@simonroyjonesuk 3 жыл бұрын
Really good video. Covers everything and easy to follow. Thanks.
@lustechsource5197
@lustechsource5197 3 жыл бұрын
Glad it was helpful!
@siyandamdaka7696
@siyandamdaka7696 Жыл бұрын
This helped me so much thank you. Great Video by the way
@jsantiago1667
@jsantiago1667 2 жыл бұрын
This information is GOLD. Subscribed. Thank you.
@alexz4006
@alexz4006 3 жыл бұрын
I had problems installing the sdk part, apparently the terminal says some packages have unmet dependencies and a lot of other stuff
@arabianwizard397
@arabianwizard397 2 жыл бұрын
thank you so much, had to do some additional research for the SDK part but other than that, the tutorial was perfect. I'm going to start coding C# for school projects.
@0nlyrumors
@0nlyrumors 2 жыл бұрын
what did you do because i have no clue why the sdk isnt installing
@celinawei8216
@celinawei8216 2 жыл бұрын
Thank you soo much, i struggled the hole time
@kylereese8834
@kylereese8834 2 жыл бұрын
Thank you! It helped me a lot!
@learninganythingstudio
@learninganythingstudio Жыл бұрын
very helpful. thank you
@Danived
@Danived Жыл бұрын
Really thanks man! the unique and best tutorial for c# on chrome OS!
@tenosandaga8871
@tenosandaga8871 Жыл бұрын
I am having a problem about the dotnet to the last 3 lines saying unable to locate package dotnet-sdk-7.0 help please
@dioxidez
@dioxidez 3 жыл бұрын
It keeps saying command not found when I see what the version it is “dotnet -version”
@KevinDiaz-hk8rb
@KevinDiaz-hk8rb 2 жыл бұрын
Same here, have you found the solution?
@Jazz-lo2ir
@Jazz-lo2ir 2 жыл бұрын
try running the command sudo apt-get install -y dotnet-sdk-5.0 by itself.
@gauntstar8586
@gauntstar8586 2 жыл бұрын
@@Jazz-lo2ir You have no idea how happy you’ve just made me. I’ve been spending the last two days trying to figure that out. Thankyou so much!
@Jazz-lo2ir
@Jazz-lo2ir 2 жыл бұрын
@@gauntstar8586 ye no problem man, took me a while to realize that the damn copy paste from Microsoft is scuffed.
@alfredboateng2321
@alfredboateng2321 2 жыл бұрын
@@Jazz-lo2ir I'm having the same problem but it is not working for me please what are the steps you took to archive this
@artyomkushpel9058
@artyomkushpel9058 2 жыл бұрын
thanks
@no_name_steve6494
@no_name_steve6494 3 жыл бұрын
hi can you make a video on c# on unity on chromebook
@pcatubaaula4136
@pcatubaaula4136 3 жыл бұрын
teaches how to set up apache server, friendly urls on the chromebook. configure .htaccess, please. in php language
@TheNamesCheeseSwissCheese
@TheNamesCheeseSwissCheese 2 жыл бұрын
When I was installing the dotnet it keeps saying in the terminal that something is wrong with sudo and it is not known on line 1. Can someone please help
@Khushaal23
@Khushaal23 2 жыл бұрын
7:10 I don’t get a pop up and when I try to get run the code it says select environment
@TRCDIRTDEVIL
@TRCDIRTDEVIL 3 жыл бұрын
Thanks mate you saved my ass.
@lustechsource5197
@lustechsource5197 3 жыл бұрын
Happy to help!
@roshankarki2456
@roshankarki2456 3 жыл бұрын
Great
@derleeonn5925
@derleeonn5925 2 жыл бұрын
If i install the SDK it says that package sdk 5.0 not found. What can i do now?
@KookiePup
@KookiePup 2 жыл бұрын
3:51 when I do this step, it only pastes exactly what was copied and doesn’t do any other commands. I tried to do dotnet -version and it comes up with “-bash: dotnet: command not found”
@fantabah4384
@fantabah4384 Жыл бұрын
It’s showing me this exactly 😢
@l-nebs6766
@l-nebs6766 3 жыл бұрын
Hello this is great tutorial. Do you know how to create wpf application? On chromebook. I am having problem finding "New project" tab.......... And the teachers. Are no good.
@lustechsource5197
@lustechsource5197 3 жыл бұрын
Thanks. To get a list of all supported project types follow the instructions at this timestamp: 8:11​ If a project is not listed there, than you can't create it.
@leomezjayson3162
@leomezjayson3162 5 ай бұрын
That’s so great am using chrome book i3 8th generation, please can I get you one one with my projects with c++, python, mathlub and R
@Marco-yz3hs
@Marco-yz3hs 2 жыл бұрын
is the c# on chromebook the exact same as on windows? i'm studying computer science and i can only afford a chromebook but idk if it is good enough
@MrPayTune
@MrPayTune 2 жыл бұрын
yes, .net core should work the same across all platforms. and C# is a language so yeah
@adbaro3448
@adbaro3448 2 жыл бұрын
my chromebook supports debian 11, but when I tried to install the SDK it is throwing the following error message: dotnet-sdk-6.0 not found.
@thetruekingofwaffles
@thetruekingofwaffles 2 жыл бұрын
Run lsb_release -a in the terminal and tell me what it says
@vilkiukeliest
@vilkiukeliest 10 ай бұрын
@@thetruekingofwaffles I have the same issue (ARM64, Debian 11, Chromebook) and that command lsb_release -a doesn't work (command not found)
@goatcoder3297
@goatcoder3297 3 жыл бұрын
Can you make a video about Flutter for Chromebooks?
@lustechsource5197
@lustechsource5197 3 жыл бұрын
The coding videos I make have to do with what I use at work. For time reasons, it's difficult for me to create videos for languages I do not use. I do have some interest in Flutter because of the support that Google is putting towards it. However, finding the time is the issue, so I can't promise a video on it.
@goatcoder3297
@goatcoder3297 3 жыл бұрын
@@lustechsource5197 Ok, that’s fine. If you do not have the time or don’t work with it, I don’t really recommend even trying to download it. I had some missteps while I was following along with the installation and my whole terminal stopped working. Commands like sudo were not found. The only commands that showed up were go (because I use Golang) and npm (because I use JavaScript). Though thanks for replying and thanks for the programming videos! Have a great day!
@pcatubaaula4136
@pcatubaaula4136 3 жыл бұрын
or teaches how to download xampp
@thecrusader446
@thecrusader446 2 жыл бұрын
you want to click debian 11 now
@adbaro3448
@adbaro3448 2 жыл бұрын
I did it but now it is throwing the following error message: dotnet-sdk-6.0 not found.
@optimisthorses
@optimisthorses 2 жыл бұрын
@@adbaro3448ru resolve that :(?
@joshuamarcano350
@joshuamarcano350 2 жыл бұрын
Chromebook is dead heat. Just gonna get a new os
Github on Visual Studio Code on a Chromebook and Linux
17:12
Lu's Tech Source
Рет қаралды 4,8 М.
Integrate Arch Linux into Chrome OS
15:33
Chris Titus Tech
Рет қаралды 74 М.
Nastya and SeanDoesMagic
00:16
Nastya
Рет қаралды 31 МЛН
БАБУШКИН КОМПОТ В СОЛО
00:23
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 16 МЛН
Дарю Самокат Скейтеру !
00:42
Vlad Samokatchik
Рет қаралды 8 МЛН
Coding on a Chromebook - Python Setup
6:19
Lu's Tech Source
Рет қаралды 124 М.
What is Chrome OS? | Chrome OS Basics for Newbies #chromebook
13:02
itGenius 🤓 Biz Tech Experts
Рет қаралды 230 М.
How to Setup a Chromebook for C/C++ with VS Code
13:40
Unkert Education
Рет қаралды 10 М.
Installing MX Linux VM on a Chromebook
9:35
Chrome Unboxed
Рет қаралды 75 М.
How to get Linux App Store on Chromebook
13:00
Eevnos
Рет қаралды 503 М.
Run C# with Visual Studio Code on Chromebook 20231016
16:09
I tried coding on a Chromebook for 7 days
12:56
Adrian Twarog
Рет қаралды 980 М.
I Tried ChromeBook for CODING! *Rs. 5000 Laptop*
13:16
Singh in USA
Рет қаралды 85 М.
How I Would Learn To Code (If I Could Start Over)
13:43
Namanh Kapur
Рет қаралды 7 МЛН
Kumanda İle Bilgisayarı Yönetmek #shorts
0:29
Osman Kabadayı
Рет қаралды 2 МЛН
ОБСЛУЖИЛИ САМЫЙ ГРЯЗНЫЙ ПК
1:00
VA-PC
Рет қаралды 2,4 МЛН
КРУТОЙ ТЕЛЕФОН
0:16
KINO KAIF
Рет қаралды 6 МЛН
Самые крутые школьные гаджеты
0:49