C# Introduction Part 9 - While Loops and Do Loops

preview_player
Показать описание

By Andrew Gould

You can download the files used in this tutorial series from the following page. Files may not appear at the same time as the video - please be patient!

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

thanks alot this video series has helped me alot transfer from complete nubee to C# to someone who actuallsy knows alot

AhmadMAelgammal
Автор

Absolute great Material for Beginners ..Awesome Thank you Sir

MrNabiwishes
Автор

Great tutorials, thanks!!! Using is good then for many other processes to free up resources after the process is finished?

dgloria
Автор

Thank you Andrew for this tutorial, it is well explained and easy to follow. However, I could not find the link for the text file you used under Arrays to populate YourMatchesList's form as I have checked your website. Could you kindly send the link? thanks a lot for taking time to disseminate this knowledge.

atos
Автор

Fabulous video but I could not find the test text data and had to generate my own. I had a look through the Part 9 zip file. I cannot see it there. It was easy enough to generate test data so it's no big deal but I thought I should mention it.

DanCanning
Автор

Hi Andrew,
thank you for sharing. 
I did not find the textfile with the client dates. Anyway, I created a small one myself. As it was not your file something had to go wrong. I had two blank lines at the end (didn't notice it at first) and got an array out of bound error message. Then I entered this code after the first readline():
if (eachClient==string.Empty)
   break
That fixed it. Perhaps somebody else has the same problem.

You stopped the C# series, did you? Too bad, really.
But most likely you have other things to do than producing these free videos.
Regards
Andi

andreasmeyer
Автор

It would be nice if you did OOP concepts in C#, just an idea for you :)

LazarRedDevil