Sorry if this is an obvious question. We're just migrating from VB6 and are having to learn VS2005 and .Net on our own.<BR><BR>We've got to move some XML data around and have all these XSD files to ...
You can simplify application deployment and customization greatly by keeping as many configuration settings as possible in a configuration file. Configuration files support XCOPY deployment, and you ...
Relatively few .NET developers are familiar with resource files. After all, why should you bother storing a string in a resource file when you can simply type it in code or, at worst, load it from a ...