No video

7: How To Create Namespaces In C# | C# Directories | C# Tutorial For Beginners | C Sharp Tutorial

  Рет қаралды 100,266

Dani Krossing

Dani Krossing

Күн бұрын

Пікірлер: 70
@andrefouche9682
@andrefouche9682 Жыл бұрын
You are the first guy I find on KZbin that explains all the little details without assuming that I know some stuff, brilliant.
@Dani_Krossing
@Dani_Krossing 5 жыл бұрын
Hi everyone! Sorry about the long upload time. I was a bit busy with other projects that took up my work days, as well as surgery that left me bed written for a while.
@cleancodez
@cleancodez 5 жыл бұрын
cool can you make Django or Python Tut if possible
@browntulipsmedia3419
@browntulipsmedia3419 5 жыл бұрын
So Sorry. I hope you're okay now?
@john8998
@john8998 5 жыл бұрын
You mean 'bedridden' buddy. Anyway welcome back we missed you :)
@martinmtandi335
@martinmtandi335 3 жыл бұрын
I am sure you are now fine, thanks for making these tutorials. I am actually using them to prepare for a C# Developer Interview tomorrow.
@janbutala9519
@janbutala9519 4 жыл бұрын
You definetly have the skills, don't give up on teachings ! You got my respect dude!
@DrJeanneMcIntosh
@DrJeanneMcIntosh 4 жыл бұрын
God bless you honey. Just sat through an hour of distance learning and didn't know what the hell the instructor was saying. Five minutes of your video and all my questions are answered. You have a gift.
@eesveryowncarrzkiss8596
@eesveryowncarrzkiss8596 4 ай бұрын
Absolutely fantastic. I learned a lot from this short clip. Keep it up! Subbed;
@thienvuong1560
@thienvuong1560 4 жыл бұрын
Hi Daniel, I don't usually give comment but I have to express that your content along with your teaching style is very easy to follow, especially for a non- programmer like myself. I learned C# fundamentals from you much more than other sources that I had been struggling with lately. A bit pity to see your channel doesn't have that many subs. Thank you. All the Best !
@YLprime
@YLprime 2 жыл бұрын
this guys is awesome i have been trying to understand how public and private works for a day and this dude explains it in like less than 5 mins
@jaabrty
@jaabrty 5 жыл бұрын
I wish we can see more Videos very soon. We have already missed you BIG D.
@gabris007
@gabris007 3 жыл бұрын
Thanks. You put me in the right direction. Had trouble with this because I was doing this in a Windows Forms App project and got extra errors. All I needed to do was change the namespace in a designer class.
@MIILKEYS
@MIILKEYS Жыл бұрын
perfectly explained! Thank you!
@TheSkepticSkwerl
@TheSkepticSkwerl Жыл бұрын
Coming from scripting languages this is immensely helpful.
@jmhg6482
@jmhg6482 4 жыл бұрын
I’ve been looking for a video like this for so so long, so glad I found this vid, you speak so clearly and are very noob friendly. Thankyou
@bluefyr22
@bluefyr22 3 жыл бұрын
This is a great video, not a lot of other videos ive watched explain namespaces. Thank you!
@codmn1824
@codmn1824 2 жыл бұрын
Big brother i never had. Thank you.
@mohammedbrazi6313
@mohammedbrazi6313 4 жыл бұрын
a salute u for what you've been doing BIG thanks very much from morocco
@Duelweb
@Duelweb Жыл бұрын
Yep, you have a great talent for teaching Dani! How about a full course on Blazor Webassembly ?
@rayoh2011
@rayoh2011 3 жыл бұрын
Excellent, very clear instructions. Thank you.
@browntulipsmedia3419
@browntulipsmedia3419 5 жыл бұрын
I've been waiting for this. Thanks
@prakashdeepdas491
@prakashdeepdas491 3 жыл бұрын
Thank you so much.... as I have been searching for this
@alangraton2000
@alangraton2000 3 жыл бұрын
Holy crap, your teaching is really good ^-^ Thanks dude
@TyZo
@TyZo 5 жыл бұрын
Hello Daniel, Thanks for another great tutorial! I can't wait to see what this series turns into. If it's early enough to make a request it would be awesome if you could go over C# Lists in depth. Possibly even reading a CSV into the list. I just finished taking a C# class in college and I feel like this subject wasn't focused on enough. LINQ would be great too. Thanks again.
@mone9366
@mone9366 2 жыл бұрын
Great tutorials! Short and clear!
@collinsey
@collinsey 4 жыл бұрын
You have my respect too🙌🏾🙌🏾🙌🏾🙌🏾🙌🏾. Most of teachers always want to brag how they know things but you're humble 🙌🏾🙌🏾
@michaellewis7920
@michaellewis7920 4 жыл бұрын
Super underrated, love these vids mate!
@spudtheblacklab1084
@spudtheblacklab1084 5 жыл бұрын
Thanks man, totally just had a light bulb moment thanks to you. Seriously, why did it take so long for someone to just say out loud that namespaces are really just folders? ^_^
@spudtheblacklab1084
@spudtheblacklab1084 5 жыл бұрын
so much sense being made rn
@Redmile2006
@Redmile2006 2 жыл бұрын
Because namespaces are not folders. I think this video is actually wrong. I just put Person into the People folder and left the namespace as FirstProject and it still worked. The folder name has nothing to do with the namespace name unless you specifically decide to organize it that way, but you don't have to. You can separate files from the same namespace into different folders without any issue. Folder are for organizing the code, and namespaces are for organizing the library. Obviously there can be some overlap with that depending how you organize it, but they can be independent of one another. You could put Person into a folder called Monkey or something and still use the namespace FirstProject.People and it will work. In fact, I just tried it and it worked perfectly. But I think it's just something the IDE does for convenience automatically when you create a new folder and add a new generated class to it, but it's not necessary.
@hex614
@hex614 3 жыл бұрын
Thank you for this Dani
@girmamoges941
@girmamoges941 2 жыл бұрын
Excellent
@DARKONATONI
@DARKONATONI 4 жыл бұрын
God bless you dude! Many thanks!
@kingnehmna7810
@kingnehmna7810 4 жыл бұрын
Thank you. Was exactly what I was looking for. =)
@johnrobert3533
@johnrobert3533 2 жыл бұрын
Awesome!
@user-xs7ju5cz8g
@user-xs7ju5cz8g 4 жыл бұрын
Thank you for this video!
@tumpperi3891
@tumpperi3891 3 жыл бұрын
I watch these instead of uni resources, a lot better~
@zacharykinsella4871
@zacharykinsella4871 4 жыл бұрын
So helpful thanks!
@user-ib1cg6mf2y
@user-ib1cg6mf2y 7 ай бұрын
Thank you
@dasigkatama029
@dasigkatama029 3 жыл бұрын
thank you
@LordSevla
@LordSevla 3 жыл бұрын
I wish you could focus more on those lessons instead of turning this into a gaming channel, just used your video to explain something to a friend and now he understand something I tried to teach him 3 times.
@Dani_Krossing
@Dani_Krossing 3 жыл бұрын
I'm glad he found my video helpful 🙂 Sorry you dislike my choice of content, but it's what I enjoy doing.
@darkdoom907
@darkdoom907 Жыл бұрын
How can we add or change namespace of entire folder, without paid extensions?
@cleancodez
@cleancodez 5 жыл бұрын
long time Daniel
@ajaybarkade9901
@ajaybarkade9901 Жыл бұрын
I'm not able to see the class after right clicking on my project
@akidiman7325
@akidiman7325 2 жыл бұрын
hi i couldnt find the solution explorer how do i open it?
@reginamndii
@reginamndii Жыл бұрын
Zzort King the best fuckin coder in the world i just shitted myself, amazing job. Keep it up babeeeeeeeeee
@SumayaSameer
@SumayaSameer 3 жыл бұрын
الله يوفقك
@keithwilcox2548
@keithwilcox2548 4 жыл бұрын
thanks so much!
@tarikudereje1374
@tarikudereje1374 4 жыл бұрын
thank you i got it
@tnkspecjvive
@tnkspecjvive 4 жыл бұрын
Nice!
@acavaelnick
@acavaelnick 4 жыл бұрын
Why can't we acces the Greeting() method after setting it to private if we are using it from an instance of the People class?
@Redmile2006
@Redmile2006 2 жыл бұрын
private means you can only access it from within the class blueprint itself, not the object that you create from it. It has to be public to be accessible from an object instance, or possibly internal
@ryancrnich8449
@ryancrnich8449 5 жыл бұрын
Make the php videos been waiting like mother over here. Where they at my man
@1negroup841
@1negroup841 Жыл бұрын
So The using Tags are namespaces?
@Dani_Krossing
@Dani_Krossing Жыл бұрын
They tell the compiler which namespaces to look inside of, to find the classes you use in your code.
@curmudgeoniii9762
@curmudgeoniii9762 3 жыл бұрын
Even for beginners your corse needs some work. Hopefully this is taken a constructive critism. Think the most helpful change would be to use one problem/solution from beginning to end. A example might be somethiing simple like adding user (your person)) info and add that to friend application. Hope this makes sense to you. For a beginner course in C# it is one of the beter ones. Then start working on and advanced course. And then possibly Expert. Best Regards
@alhassanabdul-raheemgunjei1691
@alhassanabdul-raheemgunjei1691 5 жыл бұрын
Please sir i need your help i have following you on youtube for learning web development but i am designing a website for music to uploading on it but how to design the admin pannel or to be uploading my songs and videos to it is now my bigs problem..please help me. many thanks kind regards
@vaclavkriz2509
@vaclavkriz2509 5 жыл бұрын
Wouldn't it be better to do more videos together? If soemone wants to follow you and start learning C#, he probably already started as you created few videos. It would be much better to do maybe 5 videos at time when you focus on one specific thing in depth. I also think, there is a lot of tutorials like that, personally I'd prefer if you could teach while doing some simple app, maybe 1 hour video. I am pretty sure, people would learn much more things that from these videos. Its just my opinion, I highly appriciate your work. :)
@rickymartinez4622
@rickymartinez4622 5 жыл бұрын
how do you do this in visual studio 2019??? I can't figure it out
@spudtheblacklab1084
@spudtheblacklab1084 5 жыл бұрын
I think you're probably looking for Debug.WriteLine that displays its output in the Output window (Debug > Windows > Output) instead of Console.WriteLine
@rickpontificates3406
@rickpontificates3406 2 жыл бұрын
But passing variables from one class to another is a ROYAL PAIN IN THE BUTT! So much easier when it's in ONE CLASS, in ONE FILE. And I write some serious code in Swift.
@Dani_Krossing
@Dani_Krossing 2 жыл бұрын
It depends on how you look at it. In a larger project it is MUCH more beneficial not to deal with scripts and classes that are overly long and complex. Separating functionality into multiple classes is the exact reason why we use classes to begin with, and if you start going into the mindset of “it’s easier to keep everything in one place”, then you are describing Procedural programming hehe. 🙂 And just a fun fact… Lately on KZbin there has been A LOT of videos popping up, where devs are talking about “the bad habit programmers have of making classes too long, and not separating their code enough”.
@rickpontificates3406
@rickpontificates3406 2 жыл бұрын
@@Dani_Krossing I agree to an extent. I see some big projects where the programmers went berserk and separated the code into such small files that it's ridiculous chasing code around.
@eleos5
@eleos5 3 жыл бұрын
elon musk is a good teacher
@tullochgorum6323
@tullochgorum6323 4 жыл бұрын
Coming from the world of Java IDEs, it's remarkable how poor the refactoring is VB. So when you move a class, you have to edit all the "using" references in other classes manually. Really?? How come the billionaires at Microsoft can't match Java IDEs that are open source or produced by a small company in St Petersburg? The refactoring in IntelliJ goes far, far beyond the features in VB.
@thehorsemen7721
@thehorsemen7721 3 жыл бұрын
My brain is bleeding
@xaedowulf
@xaedowulf 4 жыл бұрын
Thanks Elon Musk! 👌
5 Signs of an Inexperienced Self-Taught Developer (and how to fix)
8:40
Underwater Challenge 😱
00:37
Topper Guild
Рет қаралды 34 МЛН
Meet the one boy from the Ronaldo edit in India
00:30
Younes Zarou
Рет қаралды 19 МЛН
Why You Shouldn't Nest Your Code
8:30
CodeAesthetic
Рет қаралды 2,7 МЛН
Namespace and Assembly in C# - Where is the difference?
8:46
tutorialsEU
Рет қаралды 7 М.
Every single feature of C# in 10 minutes
9:50
Train To Code
Рет қаралды 119 М.
If __name__ == "__main__" for Python Developers
8:47
Python Simplified
Рет қаралды 398 М.
Git Tutorial For Dummies
19:25
Nick White
Рет қаралды 1,1 МЛН