473,322 Members | 1,671 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

C# design patterns

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
Nov 17 '05 #1
2 2302
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" <mr*********@yahoo.com> wrote in message
news:OB**************@TK2MSFTNGP12.phx.gbl...
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

Nov 17 '05 #2
Design Patterns in C#
http://www.amazon.com/exec/obidos/AS...952322-5488036

It covers all the 23 patterns from the "Gang of Four" book in C#.

Regards,
Justin Lee
Aka triplez
Microsoft MVP - Visual Developer C#
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


Nov 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Don Vaillancourt | last post by:
Hello all, Over the years as I design more database schemas the more I come up with patterns in database design. The more patterns I recognize the more I want to try to design some kind of...
1
by: Jay | last post by:
The GOF text is widely considered the definitive book on the topic. Design Patterns: Elements of Reusable Object-Oriented Softare, Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides ...
1
by: Josh28 | last post by:
Hi We are a group of two chaps just out of undergrad, we created a software to automate the use of Design Patterns. We have put it up at Source Forge--http://dpatoolkit.sourceforge.net/ The...
13
by: John Salerno | last post by:
Here are a few I'm considering: Design Patterns Explained : A New Perspective on Object-Oriented Design (2nd Edition) (Software Patterns Series) by Alan Shalloway Design Patterns C# by...
2
by: Carlo Stonebanks | last post by:
I have the infamous GoF Design Patterns boo - it's been sittin gon my shelf for years. I have a huge reading list and find this book a rather dry read and am always putting it off. I have...
22
by: Krivenok Dmitry | last post by:
Hello All! I am trying to implement my own Design Patterns Library. I have read the following documentation about Observer Pattern: 1) Design Patterns by GoF Classic description of Observer....
5
by: Ludwig Wittgenstein | last post by:
Other than the Design Patterns book, which book(s) is/are the best to learn object-oriented software design/architecture from ?
7
by: =?Utf-8?B?bWF2cmlja18xMDE=?= | last post by:
Hi, I would like to know more about design patterns and specifically using C#. Can any one recommend a good book? Thanks
5
by: macca | last post by:
Hi, I'm looking for a good book on PHP design patterns for a OOP beginner - Reccommendations please? Thanks Paul
10
by: vital | last post by:
Hi, I am designing the middle tier of a project. It has 6 classes and microsoft application data access block. The six classes are DBServices, Logger, ProjectServices ... etc. and all these...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.