Learn C#: Namespaces

preview_player
Показать описание
In this lecture, you'll learn about namespaces in C#. Namespaces provide structure and quite a bit of utility. They are a fundamental concept to understand.

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

Probably the best explanation of namespace I've ever found. Thank you!

SummerDreamr
Автор

6 years after being posted and it's by far the best explanation I've ever found. Many thanks!

camilovega
Автор

You explained this is a way that I understood it when previously I had been struggling with the concept of the difference between a namespace, a class, a method and so forth.

michaelmay
Автор

Hey man, thanks a lot for this video. It was a very concise and understandable explanation of namespaces and how we can interact with/use them. I especially like you showing the mistakes and explaining them. Subbing in, and hoping you've continued to make more tutorials(checking now).

Either way, thanks!

STFUC
Автор

Thanks! That was straight to the point

giga_charge
Автор

JS Dev new to C# Thank you for this video really learn a lot on getting the concepts straight.

MKYRENEE
Автор

The hardest part of C# for me is creating variables, where those variables reside within namespaces, are those variables persistent?, and passing variables between classes

rickpontificates
Автор

I undertood perfectly that's important for a program but I rly have trouble by doing the namespace. For some reason my program marks in yellow the part of Namespace, I've tried different ways, and is the same. Y is that so?

Edit: It worked, but I'm still concerned abt the code marked in yellow.

CreeperGd
Автор

noob question: performancewise, how big is it "using system" vs only "system.console.writeline" when its only a small amount of commands from the library... i always see them importing the whole library but it doesnt seem elegant for just a couple of commands

programmadore
Автор

Thank you really much, it helped a lot!

harbooze
Автор

Thanks a lot, your concept is really helpful ❤

PrabhjotSingh-ihku
Автор

Well just a quick question why do we want to create nested namespace?? will there be any such scenarios?

somyamishra