C# design patterns

M

Matthius

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top