Could someone give me an example of why you would use a code file?
Thanks Steve
Printable View
Could someone give me an example of why you would use a code file?
Thanks Steve
We've used code files just when we want to start with a blank slate. For example, we have an Enumerations.cs that just holds enumerations - no classes.
Mike
Mike thanks for the info.