Hi to all,
RIA services generates all the client code in a single file (namespace.g.cs) for each domain service and DTO class. I was wondering whether it is possible to configure it to generate a separate file for each class?
JD.
Ps. The reason I am asking is I was hoping it would be easier to navigate classes using resharper as it is a bit tricky to navigate when all the classes are in one file.