This has been a interesting file for me. I found that ,whenever a image is added to this ,the image is actually converted into bytes and stored as data rather than a file. I just want to know the benefit of this?also will be there be chances of bytes getting curropted when the file is put into version control(Most unlikely)
What is the use of default keyword in C#? Is it introduced in C# 3.0 ?