I was just wondering if there is a way to prevent people from copying a file which is stored by using System.IO.IsolatedStorage? To me, I can t think of anyway. Any person can go and grab those files manually. Is there other ways that I am missing?
What is the use of default keyword in C#? Is it introduced in C# 3.0 ?