-
As I mentioned before, Applying UML and Patterns by Craig Larman has an extensive description of GRASP , General Responsibility Assignment Software Patterns, which is a learning aid for OO design with responsibilities. There are 9 GRASP Patterns : Controller, Creator, High Cohesion, Indirection, Information...
-
I installed DotNetNuke (DNN) this weekend for the Sarasota, Florida .NET Developer Group website. Since I had DNN on my test PC, I decided to view the source code to see how it was architected. I was pleasantly pleased at how well organized the code was as well as how closely it resembled the Community...
-
Jeff Perrin has some excellent comments regarding my previous post describing the GRASP Controller Pattern , which essentially answers the question as to what first object beyond the UI layer is responsible for receiving and coordinating a system operation. In this post, I talked about how the DotNetNuke...
-
It's been raining all week in Sarasota, Florida and all day long today. Perfect weather for playing inside with the kids, watching movies I would never normally watch, and sipping on green tea while reading a good book, Agile Software Development Principles, Patterns, and Practices , by Robert C. Martin...
-
I hope everyone is having a happy Halloween. Nothing makes Halloween more fun than my 3 children all under the age of 5. We've gone to the local pumpking festival , the community halloween party , the county halloween party , and now comes the school halloween festival for my 5 year-old and trick-or...
-
I remember when the provider model first came out and how I latched onto it like a duck on a june bug :) Many of the applications delivered to customers soon after its introduction used the provider model, especially for the data access layer. The posts about it are still there on my blog as a reminder...
-
Moving along with my chapter-by-chapter review of Agile Software Development Principles, Patterns, and Practices by Robert Martin . Agile Software Development, Principles, Patterns, and Practices Book : Agile Software Development, Principles, Patterns, and Practices ( Amazon ) Author : Robert C. Martin...
-
Tag: Florida Developers The Orlando Code Camp on Saturday, March 28th is the next big code camp in Florida. The call for speakers is open and there is already a really good line-up of talks on DotNetNuke, MVC Framework, SQL Server, Software Quality, Visual Studio, etc! You really can't beat hanging...
-
This past Monday was the ASP.NET MVC Firestarter Event in Tampa Florida . This was a great event with over 140 people registered and the Tampa MPR filled to capacity. I presented a couple of sessions. One session walked-thru a sample MVC LINQ To SQL Application that performed your basic CRUD operations...