Connecting Tech Pros Worldwide Forums | Help | Site Map

Can you recommend a book about design patterns? (factory patterns, singleton patterns etc)

Joakim Olesen
Guest
 
Posts: n/a
#1: Nov 22 '05
Hi,

I'm looking for a book/books about design patterns (factory patterns,
singleton patterns etc). The book doesn't have to be aimed towards C#
developers in particular, but the patterns should of course be useful in a
..Net/C# environment.

I hope you can help me. Thanks in advance!


Joakim



Greg Burns
Guest
 
Posts: n/a
#2: Nov 22 '05

re: Can you recommend a book about design patterns? (factory patterns, singleton patterns etc)


Design Patterns
ISBN: 0201633612

http://www.amazon.com/exec/obidos/AS...518587-8112038

I always see this one recommended as the "definitive" book on design
patterns.

Greg

"Joakim Olesen" <joakim.olesen@home.se> wrote in message
news:%23lctrjB8EHA.3336@TK2MSFTNGP11.phx.gbl...[color=blue]
> Hi,
>
> I'm looking for a book/books about design patterns (factory patterns,
> singleton patterns etc). The book doesn't have to be aimed towards C#
> developers in particular, but the patterns should of course be useful in a
> .Net/C# environment.
>
> I hope you can help me. Thanks in advance!
>
>
> Joakim
>[/color]


GreggTB
Guest
 
Posts: n/a
#3: Nov 22 '05

re: Can you recommend a book about design patterns? (factory patterns, singleton patterns etc)


If you're new to design patterns, this book might also be very
helpful....

Head First Design Patterns
ISBN: 0596007124
http://www.amazon.com/exec/obidos/tg...l/-/0596007124

Nick Malik [Microsoft]
Guest
 
Posts: n/a
#4: Nov 22 '05

re: Can you recommend a book about design patterns? (factory patterns, singleton patterns etc)


the best, hands down, is Shalloway and Trott: Design Patterns Explained
http://www.amazon.com/exec/obidos/tg...692560-9975161

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"Joakim Olesen" <joakim.olesen@home.se> wrote in message
news:%23lctrjB8EHA.3336@TK2MSFTNGP11.phx.gbl...[color=blue]
> Hi,
>
> I'm looking for a book/books about design patterns (factory patterns,
> singleton patterns etc). The book doesn't have to be aimed towards C#
> developers in particular, but the patterns should of course be useful in a
> .Net/C# environment.
>
> I hope you can help me. Thanks in advance!
>
>
> Joakim
>
>[/color]


nev
Guest
 
Posts: n/a
#5: Nov 22 '05

re: Can you recommend a book about design patterns? (factory patterns, singleton patterns etc)


any free e-books for the same?

"Nick Malik [Microsoft]" wrote:
[color=blue]
> the best, hands down, is Shalloway and Trott: Design Patterns Explained
> http://www.amazon.com/exec/obidos/tg...692560-9975161
>
> --
> --- Nick Malik [Microsoft]
> MCSD, CFPS, Certified Scrummaster
> http://blogs.msdn.com/nickmalik
>
> Disclaimer: Opinions expressed in this forum are my own, and not
> representative of my employer.
> I do not answer questions on behalf of my employer. I'm just a
> programmer helping programmers.
> --
> "Joakim Olesen" <joakim.olesen@home.se> wrote in message
> news:%23lctrjB8EHA.3336@TK2MSFTNGP11.phx.gbl...[color=green]
> > Hi,
> >
> > I'm looking for a book/books about design patterns (factory patterns,
> > singleton patterns etc). The book doesn't have to be aimed towards C#
> > developers in particular, but the patterns should of course be useful in a
> > .Net/C# environment.
> >
> > I hope you can help me. Thanks in advance!
> >
> >
> > Joakim
> >
> >[/color]
>
>
>[/color]
Closed Thread