why would you show the presenting person if he explains code presented ^^
@AgentFire02 жыл бұрын
This is dope.
@ivandrofly5 жыл бұрын
GOOD STUFF
@Raul-em2xe3 жыл бұрын
Probably interesting, but after 8 minutes introduction, and watching Jeffrey but not the code for some minutes I decided to stop. Maybe it gets better later
@AgentFire02 жыл бұрын
It does.
@chrismenui734411 ай бұрын
20min
@megasuperlexa26 жыл бұрын
Первые 20 минут просто сотрясение воздуха, потому что не видно кода.
@galinagavira34356 жыл бұрын
static void Main() { string name = "Jeffrey Richter"; int space = name.IndexOf(' '); string first = name.Substring(0, space); // Allocation string last = name.Substring(spcae + 1); // Allocation Console.WriteLine($"First={first}, Last={last}"); Дальше то, что на слайде на 24ой минуте
@AgentFire02 жыл бұрын
Если кодить умеешь, то и на слух нормально воспримешь.