P
Peter
Hi
what is the general consensus about partial classes. I have only ever
used them where they are automatically generated for me, for example
with a web application and code-behind classes.
Now I've just been handed a solution which uses many partial classes -
and the first thing that strikes me is "where's the rest of the class
then?". I haven't looked at the code in-depth, so maybe there's a good
reason behind their use here (something with LINQ I think, but I'm not
up to speed with LINQ either).
/Peter
what is the general consensus about partial classes. I have only ever
used them where they are automatically generated for me, for example
with a web application and code-behind classes.
Now I've just been handed a solution which uses many partial classes -
and the first thing that strikes me is "where's the rest of the class
then?". I haven't looked at the code in-depth, so maybe there's a good
reason behind their use here (something with LINQ I think, but I'm not
up to speed with LINQ either).
/Peter