Good Source Of .Net Design Patterns [closed]

2019-02-01 02:55发布

I'm looking for a good online resource of software patterns. Preferably something with a comprehensive selection and concise well written explanations, not just a collection of links. .Net examples would be nice, but not essential.

7条回答
太酷不给撩
2楼-- · 2019-02-01 03:26

Grab this book:

P of EEA By Martin Fowler

Here's the online info of that book

http://martinfowler.com/eaaCatalog/

查看更多
等我变得足够好
3楼-- · 2019-02-01 03:27

I recommend Head First Design Patterns book from Freemans. These are general design patterns applicable in most OO languages. I recommend this book as an introductory book to design patterns. After this book the GOF book would be another recommendation (but not as a first book).

查看更多
我欲成王,谁敢阻挡
4楼-- · 2019-02-01 03:30

To see real world examples of patterns implemented, why not grab an open source .net project such as Paint.NET or CommunityServer and have a look through the codebase? You could also get Reflector and have a look at the source code for the base class library.

查看更多
\"骚年 ilove
5楼-- · 2019-02-01 03:31

Here is a descriptions of Design Patterns

I thing this is a very good page for reading and learning about design patterns

查看更多
等我变得足够好
6楼-- · 2019-02-01 03:34

You might also want to read the book .NET Design Patterns.

Some of the books above I have read and can certainly vouch for.

查看更多
登录 后发表回答