Sign in
|
Join
|
Help
Derek Smyth's Software Development Blog
This site
DotNetSlackers home
This Blog
Home
About
Syndication
RSS
Atom
Sponsors
MaximumASP
Breaking News
Find a Job
Social Bookmarking
Tidebuy Reviews
Online Shopping
asp.net hosting
UK online local dating
Search
Go
Tags
.NET Security
.NET v3.0 (WinFX)
.NET Windows Development
ADO.NET v2.0
ASP.NET v2.0
Design Patterns
Development Tools
General .NET v2.0
Office
Refactoring
VBA - Office
Visual Studio Extendability
XML Related
Navigation
Home
Blogs
Forums
Downloads
Archives
December 2007 (1)
November 2007 (2)
October 2007 (2)
September 2007 (1)
August 2007 (2)
July 2007 (7)
June 2007 (1)
May 2007 (4)
April 2007 (1)
March 2007 (1)
February 2007 (3)
January 2007 (4)
December 2006 (3)
November 2006 (10)
October 2006 (6)
September 2006 (8)
August 2006 (8)
July 2006 (5)
ASP.NET v2.0 Links
Roadmap to ASP.NET "Atlas" Documentation and Resources
ASP.NET Homepage
ASP.NET Forums
ASP.NET PRO
Design Patterns
Designing Interfaces - Patterns For Effective Interaction Design
Martin Fowler : The Design Pattern Guy
User experience Design patterns
Colour Theory
Overview of Colour Theory
Symbolism of Colour: Using colour for meaning.
Color Voodoo - Ebooks on using Colour
Color Matters
Comedy
Cats that look like Hilter
.NET v3.0 (WinFX)
.NET Framework 3.0 Technologies
Introduction to .NET v3.0
.NET Framework v3.0 Home on MSDN
Introducing Longhorn for Developers
Developer Guide to Migration and Interoperability in Longhorn
XAML.NET
NETFX3.COM
Visual Studio 2005 Extendability
Visual Studio 2005 Extensibility Center
MZ-Tools - tools to make your programming life easier
What's New in Extensibility and Automation in Visual Studio 2005
Regular Expressions
Regular Expression Library
Knowledge Bases
WindowsForms.net
Visual Studio Magazine
Software Factories
Web Service Software Factory
Smart Client Software Factory
Mobile Client Software Factory
Browse by Tags
All Tags
»
Design Patterns
(
RSS
)
Sorry, but there are no more tags available to filter with.
Thursday, August 31, 2006 3:04 PM
Dependency Injection Pattern
http://www.martinfowler.com/articles/injection.html I do like Martin Fowlers articles, such a clever computer guy. Here's another article on it from the MSDN... http://msdn.microsoft.com/msdnmag/issues/05/09/DesignPatterns/
Posted by
dsmyth
Filed under:
Design Patterns
Friday, August 25, 2006 6:26 PM
Model View Presenter (the end of MVC?)
Couple of days ago I was asked about the Model-View-Controller and how it works. While I was doing my best to describe it I mentioned the newer Model-View-Presenter pattern but I couldn't quite remember the difference. Just so happens today, while...
Posted by
dsmyth
Filed under:
Design Patterns