Hi,
I have a datalayer.cs file that was generated using a code gen tool.
I am marking the class as a partial class, so I can create another file with my own hand written datalayer code.
How should I name my files?
Should I do it like this:
/data/partial/datalayer.cs /data/datalayer.cs
So when I run my codegenerator again, I just dump the file to the /partial/ folder in my source tree.
suggestions?