Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Good Source Of .Net Design Patterns [closed]

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.

like image 807
Daniel M Avatar asked Nov 28 '22 19:11

Daniel M


2 Answers

Enterprise Solutions Patterns using Microsoft .NET

Design Patterns for ASP.NET Programmers

Data and Object Factory, Inc -- Patterns

DesignPatternsFor.Net

like image 77
tvanfosson Avatar answered Dec 04 '22 20:12

tvanfosson


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).

like image 23
David Pokluda Avatar answered Dec 04 '22 22:12

David Pokluda