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
Switching to Edit Mode on the ViewEdit Page and Saving Changes - Day 4 - Part 11
Dec 28, 2010 at 7:07 PMHi bob,
I noticed that you use two different ways of creating file:
- appStorage.OpenFile(fileName, FileMode.Create)
- appStorage.CreateFile(fileName)
Any significant difference between the two?