Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Branching with the if Decision Statement and the Conditional Operator - 06
Dec 12, 2011 at 2:27 PMAnother video followed. Thanks to the team behind these. Really enjoying them and finding Bob's explanations clear and easy to follow. Also glad that he's not reading out every line of code as this gets me into the habit of reading the code before I start to type. I know what I'll be doing over the festive period.
Declaring Variables and Assigning Values Duration - 05
Dec 06, 2011 at 1:00 PM@BobTabor:Yeah the error was between the keyboard and chair as I forgot to edit the variable assignment so I was trying to parse my name to an int. D'oh! I can move on now
Declaring Variables and Assigning Values Duration - 05
Nov 29, 2011 at 12:41 PMSeem to be having a bit of trouble running the int.Parse(y); code.