Embedded Resource
One of the clever features of Visual Studio and technically, the assembly model itself, is that you can embed your data files right inside the assembly dll. The advantage of doing this is so you can hide your data and prevent someone from altering it with a text editor (assuming you are using text data). … Read moreEmbedded Resource