Hi Rahul,
I'm not getting what you mean.
For starters what partial types allow is for you to have the same
class split over several files. The advantage is mainly for code
generators. If you have the class on 2 files, then there's no danger
of your changes being overwriten by the codegen.
Can you explain what you mean by the "core and peripheral" concepts?
And what's so exciting about them?
Cheers,
Paulo
--- In AspNetBeta@..., "Rahul Singh" <rahul.singh@a...>
wrote:
> These object spaces are nice, however I'm more excited about the
> possibilities with code-beside and partial classes.
>
> It really helps keep "core" and "peripheral" code separated,
specially
> for adhoc development teams in smaller enterprises.