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
Inside Windows Phone #12:Telerik controls
Feb 24, 2011 at 10:46 AMI don't understand... Are these free or are they apart of a larger package? Moreover, what is the diff between the controls that are given with Microsoft vs. Telerik?
Building Silverlight and Windows Phone Applications that Consume SQL Azure
Feb 12, 2011 at 2:56 AMThe blog, or site is not easy to find. I have no idea where the blog is and instructions relating to the databases..
Any help would be appreciated.. .
Object and Collection Initializers - Day 2 - Part 7
Jan 22, 2011 at 10:14 PMThe second shortened code example only does not show anything in the textblock when the button is clicked... the last code example works perfectly...
I tried to see what the error is but I didn't see anything wrong and this was no bugs so...
List<Car> myList = new List<Car>(); Car car1 = new Car() { Make = "Oldsmobile", Model = "Cutlas Supreme" }; Car car2 = new Car() { Make = "Geo", Model = "Prism" }; Car car3 = new Car() { Make = "Nissan", Model = "Altima" };Understanding and Creating Classes - Day 2 - Part 3
Jan 21, 2011 at 8:42 PMI see the discussion here is good for after the class talk...
Moreover, I see that a little bit of an issue or problem for absolute begginners is that this might be a little too assuming/accelerated for absolute begginers... I have purchased a C# book so hopefully if I read that for a couple days and then come back to these lessons they might actually make a bit more sense i total. I feel that at any part I move on... even when i know how to do sometning, that if I do not understand it it is just going to hurt me in the long run...
Day 1 Homework Assignment Solution
Jan 21, 2011 at 12:47 PMHere is the code I used...
if (myTextBox.Text == "2 4 15 17 23 42") { myTextBlock.Text = "Recalibrating Energy Core Complete..."; } else myTextBlock.Text = "You lose Sucka!!!";The reason I bring it up is the I ommitted, and it worked just fine, the
string message = ""'; or the string userValue = myTextBox.Text
Can someone explain what the purpose of doing it the other two ways above would ever have been for in the first place?
I am a super noob so all the help the better.
Creating and Calling Simple Helper Methods - Day 1 - Part 15
Jan 20, 2011 at 10:09 PMNicely done...