There's a good site here (
http://www.dofactory.com/Patterns/Patterns.aspx)
that shows design patterns, with samples in C#. I don't know if this is what
you're looking for but I thought I'd pass it along.
--
Tim Wilson
..Net Compact Framework MVP
"Matthius" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Greetings,
>
> I am a database guys trying to get into C# and design patterns. I really
> like the "Head first design patterns" book but don't like that it has
> samples in java. Is anyone interested in re-writing all of the java
> examples in c# so that the book is usable for C# stundents? I have only a
> limited knowledge of both languages but would be interested in doing all
of
> the busy work and only need help where my skills fail to measure up.
Maybe
> I should just post my questions on the news group and publish my completed
> samples on my website?
>
> If so,
> I am going through the first sample and am having difficulty translating
the
> different forms of delegation. java uses an interface to delegate while
c#
> has a delegate that is used with signatures. How do I take a interface
> delegate in java and port the source code to use the delegate in c#?
>
> Thanks,
> Matthius
>
>