Working with Classes in the .NET Framework Class Library - Day 2 - Part 4
- Posted: Nov 11, 2010 at 5:46 PM
- 25,718 Views
- 3 Comments
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
Right click “Save as…”
Continuing the theme from the previous video, here we examine how to utilize classes that have been built by Microsoft and added to the .NET Framework Class Library (FCL, also known as the Base Class Library or BCL), a "library" of classes with methods and properties to handle virtually every low-level task involving your interaction with the display, use of memory, use of the network, the phone's built-in capabilities, such as GPS, the phone's flash drive, and more. Bob explains topics including, how to think about the Class Library as "bundles of related functionality," how to work with Static classes and methods.
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
Oops, something didn't work.
What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in. You need to be signed in to Channel 9 to use this feature.What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in and view them all on your notifications page.sign up for email notifications?
How come my MainPage.xaml says:
<Grid x:Name="ContentPanel"
instead of:
<Grid x:Name="ContentGrid"
Yes you have to change only ContentGrid in ContentPanel
Yes you have to change only ContentGrid in ContentPanel
Remove this comment
Remove this thread
close