Blog Stats
  • Posts - 62
  • Articles - 1
  • Comments - 35
  • Trackbacks - 76

 

Design Patterns Knowledge

Just read a great post on Jeremy Miller's blog. He offers some general ways to get started learning design patterns in coding. Having started with Microsoft technologies, I felt overwhelmed by all the "stuff" that was needed to be done for what I thought should be simple operations...this is mostly because Microsoft doesn't encourage a knowledge of design patterns in all their examples and literature. This is changing now, I realize, but they are way behind the Java folks as far as I can tell (google seems to always send me into the Sun realm when I want to know a rich way to pattern a problem).This point became clearer for me when I read this post. I really appreciate what Dino Esposito has contributed to the community with his articles and books on ASP.NET, but I was kind of surprised that design patterns were a newer thing for him...but it's great to hear him aplying them and liking it.

I really didn't know what to look for in architecture because everywhere I looked in Microsoft, they were just throwing DataSets at me telling me to stick them in my code-behind pages...hardly a peep about rich Domain layers or enforcing clean separation of concerns among layers in my apps. Being a lone ranger and my own development team, I HAVE to write code that is easy to maintain and scales well...Design Patterns are a required resource in the toolbox for this situation.


Feedback

# re: Design Patterns Knowledge

Gravatar The good news is that you are coming out of the bad design cloud that Microsoft has created using DataSets and drag and drop. I suggest getting a copy of "Applying Domain-Driven Design and Patterns: With Examples in C# and .NET" ISBN 0321268202. He piggybacks on some of the giants in the industry and breaks it down for usage in .NET. Good luck! 6/29/2006 4:24 PM | Scott Wojan

# re: Design Patterns Knowledge

Gravatar Thanks Scott...I read a bit of that in the store and will pick it up. I especially liked his referencing lots of folks directly among the ORM gang. I am checking out Eric Evans' book on DDD right now. 6/29/2006 4:48 PM | MIke

Post a comment





 

Please add 8 and 8 and type the answer here:

 

 

Copyright © Mike Nichols