[Discover] ASP.NET Supervising Controller (Model View Presenter) From Schematic To Unit Tests to Code http://haacked.com/archive/2006/08/09/ASP.NETSupervisingControllerModelViewPresenterFromSchematicToU ...
(.net mvp patterns asp.net)
Bookmark
[Discover] Model View Presenter with ASP.NET - The Code Project - ASP.NET http://www.codeproject.com/aspnet/ModelViewPresenter.asp (asp.net mvp patterns .net)
Bookmark
[Discover] Design Patterns: Model View Presenter -- MSDN Magazine, August 2006 http://msdn.microsoft.com/msdnmag/issues/06/08/DesignPatterns/ (patterns mvp .net design)
Bookmark
[Discover] Supervising Controller http://martinfowler.com/eaaDev/SupervisingPresenter.html (patterns architecture programming mvp)
Bookmark
[Discover] Passive View http://martinfowler.com/eaaDev/PassiveScreen.html (design testing patterns mvp)
Bookmark
[Discover] Design Patterns in C# and VB.NET - Gang of Four (GOF) http://www.dofactory.com/Patterns/Patterns.aspx (.net patterns programming designpatterns)
Bookmark
[Discover] CodeProject: Model View Presenter with ASP.NET. Free source code and programming help http://www.codeproject.com/KB/architecture/ModelViewPresenter.aspx (mvp patterns asp.net mvc)
Bookmark
[Discover] CoDe Magazine - Article: Layered Architecture, Dependency Injection, and Dependency Inversion http://www.code-magazine.com/Article.aspx?quickid=0705071 (architecture .net patterns mvp)
Bookmark
[Discover] patterns & practices - Smart Client Guidance - Home http://www.codeplex.com/smartclient (.net patterns architecture dotnet)
Bookmark
[Discover] Introduction to using StructureMap for Dependency Injection - Jeremy D. Miller -- The Shade Tree ... http://codebetter.com/blogs/jeremy.miller/archive/2005/11/18/134816.aspx (ioc patterns .net di)
Bookmark
[Discover] Ctrl-Shift-B: Interactive Application Architecture Patterns http://ctrl-shift-b.blogspot.com/2007/08/interactive-application-architecture.html (patterns programming architecture development)
Bookmark
[Discover] Test Driven Development with ASP.Net and the Model View Presenter Pattern - Jeremy D. Miller -- ... http://codebetter.com/blogs/jeremy.miller/archive/2006/02/01/137457.aspx (tdd patterns mvp asp.net)
Bookmark
[Discover] Inversion of Control and Dependency Injection with Castle Windsor Container - Part I http://dotnetslackers.com/articles/designpatterns/InversionOfControlAndDependencyInjectionWithCastle ... (.net ioc patterns di)
Bookmark
[Discover] (My) Default ASP.NET Architecture - Billy McCafferty http://devlicio.us/blogs/billy_mccafferty/archive/2006/10/05/_2800_My_2900_-Default-ASP.NET-Architec ... (patterns architecture asp.net mvp)
Bookmark
[Discover] Design Patterns: Dependency Injection -- MSDN Magazine, September 2005 http://msdn.microsoft.com/msdnmag/issues/05/09/DesignPatterns/default.aspx (patterns .net ioc spring)
Bookmark
[Discover] Refactoring: Replacing Enums with the Strategy Pattern http://www.jeremyjarrell.com/archive/2007/10/28/64.aspx (patterns .net strategy design)
Bookmark
[Discover] GUI Architectures http://www.martinfowler.com/eaaDev/uiArchs.html (mvp patterns design architecture)
Bookmark
[Discover] RossCode.com - Code Smell: Switch Statements http://www.rosscode.com/blog/index.php?title=code_smell_switch_statements&more=1&c=1&tb= ... (patterns)
Bookmark
[Discover] Binary Search Tree Template - The Code Project - Libraries & Projects http://www.codeproject.com/useritems/BST_Template.asp (patterns compsci libraries)
Bookmark
Bookmark
[Discover] Adapter Pattern in C# http://www.c-sharpcorner.com/Language/AdapterPatternInCSRVS.asp (patterns)
Bookmark
[Discover] Coding Horror: Code Smells http://www.codinghorror.com/blog/archives/000589.html (programming development refactoring reference)
Bookmark
[Discover] Dependency Injection Objection http://scruffylookingcatherder.com/archive/2007/12/10/dependency-injection-objection.aspx (patterns programming development lazycoder)
Bookmark
[Discover] Poor Man's Dependency Injection using Generics http://www.jeremyjarrell.com/archive/2007/09/06/56.aspx (.net dependencyinjection generics patterns)
Bookmark
[Discover] Using the Chain of Responsibility Pattern http://codebetter.com/blogs/jeremy.miller/archive/2005/11/06/134359.aspx (.net patterns architecture)
Bookmark
[Discover] Dictionary of Algorithms and Data Structures http://www.nist.gov/dads/ (algorithm algorithms programming reference)
Bookmark
[Discover] Business Patterns for Software Engineering Pt. 1 http://www.microsoft.com/architecture/library.aspx?pid=journal.2&abver=E9A00024-3DC1-4B6A-BC20-2 ... (patterns design architecture)
Bookmark
[Discover] Darrell Norton's Blog [MVP] : Design Patterns links http://codebetter.com/blogs/darrell.norton/archive/2005/08/09/130463.aspx (patterns design programming .net)
Bookmark
[Discover] www.welie.com -- patterns in Interaction Design http://www.welie.com/patterns/gui/index.html (design usability informationarchitecture howto)
Bookmark
[Discover] Model View Presenter with ASP.NET - The Code Project - ASP.NET http://www.codeproject.com/useritems/ModelViewPresenter.asp (patterns .net architecture mvp)
Bookmark
[Discover] Prototype Patterns http://www.c-sharpcorner.com/Language/PrototypePatternsinCSRVS.asp (patterns prototypepattern)
Bookmark
[Discover] Main Page - Patterns For PHP http://www.patternsforphp.com/wiki/Main_Page (php programming patterns designpatterns)
Bookmark
[Discover] CodeGuru.pl - Wzorce projektowe - przemilczane idee http://www.codeguru.pl/article-649.aspx (patterns articles programming)
Bookmark
[Discover] A 2.0 Factory Pattern Using Generics - The Code Project - C# Programming http://www.codeproject.com/useritems/GenericsFactory.asp (.net patterns generics factory)
Bookmark
[Discover] Writing More Testable Code with Dependency Injection http://www.developer.com/net/net/article.php/3636501 (patterns testing tdd java)
Bookmark
[Discover] Picture This : Creational - Abstract factory Pattern http://blogs.msdn.com/sanjeets/archive/2007/09/02/creational-abstract-factory-pattern.aspx (patterns)
Bookmark
[Discover] Build your own CAB Part #8 - Assigning Responsibilities in a Model View Presenter Architecture - ... http://codebetter.com/blogs/jeremy.miller/archive/2007/06/10/build-your-own-cab-part-8-model-view-pr ... (patterns cab modelviewpresenter development)
Bookmark
[Discover] Dependency Patterns - Scott Bellware [MVP] http://codebetter.com/blogs/scott.bellware/archive/2007/06/26/164729.aspx (patterns programming design blogging)
Bookmark
[Discover] Implementing Observer pattern in .Net - The Code Project - C# Programming http://www.codeproject.com/useritems/Observer_pattern.asp (patterns observer)
Bookmark
[Discover] Design Patterns Bootcamp:: Implementing Model View Presenter (Supervising Controller) - Part One :: http://polymorphicpodcast.com/podcast/video/mv-patterns/1/ (patterns tutorial mvp screencasts)
Bookmark
[Discover] Model View Presenter (MVP) pattern - VusCode - Coding dreams since 1998! http://blog.vuscode.com/malovicn/archive/2006/10/10/Model-View-Presenter-_2800_MVP_2900_-pattern.asp ... (patterns mvp .net designpatterns)
Bookmark
[Discover] Shout! http://www.lowendahl.net/showShout.aspx?id=159 (patterns design pattern mediator)
Bookmark
[Discover] Dependency Injection and MVP in WebForms - It's that Injection of the Presenter into the View that ... http://codebetter.com/blogs/david.hayden/archive/2007/06/27/dependency-injection-and-mvp-in-webforms ... (patterns mvp tdd .net)
Bookmark
[Discover] Learn How To Apply Design Patterns (Observer, Decorator, Strategy and Builder Patterns) - The Code ... http://www.codeproject.com/useritems/applyingpatterns.asp (design designpatterns .net patterns)
Bookmark
[Discover] Winforms Model View Presenter - The Code Project - C# Controls http://www.codeproject.com/useritems/MVP.asp (patterns mvc .net mvp)
Bookmark
[Discover] Implementing the Singleton Pattern in C# http://www.yoda.arachsys.com/csharp/singleton.html (singleton patterns .net design)
Bookmark
[Discover] Five common PHP design patterns http://www-128.ibm.com/developerworks/library/os-php-designptrns/ (php design patterns programming)
Bookmark
[Discover] Factory Design and Dependency Injection Explained with Real World Example - The Code Project - ASP. ... http://www.codeproject.com/useritems/neekprotect.asp (patterns dependencyinjection)
Bookmark
[Discover] Category:Anti-patterns - Wikipedia, the free encyclopedia http://en.wikipedia.org/wiki/Category:Anti-patterns (patterns programming development antipatterns)
Bookmark
[Discover] Zend Developer Zone | PHP Best Practices: Creating a Blueprint for PHP Applications http://devzone.zend.com/node/view/id/31 (php tutorial development howto)
Bookmark
[Discover] Reasons Why Software Projects Die http://sourcemaking.com/antipatterns (architecture programming development patterns)
Bookmark
[Discover] UI-patterns.com http://ui-patterns.com/ (patterns ui usability design)
Bookmark
[Discover] Martin Fowler: eaaDev http://martinfowler.com/eaaDev/ (patterns design programming architecture)
Bookmark
[Discover] Coding Horror: The Big Ball of Mud and Other Architectural Disasters http://www.codinghorror.com/blog/archives/001003.html (architecture programming development software)
Bookmark
[Discover] Yahoo! Design Pattern Library http://developer.yahoo.com/ypatterns/index.php (patterns design usability javascript)
Bookmark
[Discover] Software As She's Developed - AJAX Patterns: Design Patterns for AJAX Usability http://softwareas.com/ajax-patterns (javascript patterns articles usability)
Bookmark
[Discover] Jay Fields Thoughts: Rails: Presenter Pattern http://blog.jayfields.com/2007/03/rails-presenter-pattern.html (patterns rubyonrails presenter ruby)
Bookmark
[Discover] 커뮤니케이션 패턴, 5장. 자학 패턴 http://oakyoon.net/pub/2006/03/communication-patterns-05 (pattern 자학패턴 communication)
Bookmark
[Discover] 커뮤니케이션 패턴, 8장. 실망 패턴에 대응하기 2 http://oakyoon.net/pub/2006/04/communication-patterns-08 (대응 실망패턴 pattern communication)
Bookmark
[Discover] Main Page - Ajax Patterns http://ajaxpatterns.org/ (javascript patterns ajax tutorial)
Bookmark
[Discover] Top 10 Most Common Passwords http://72.14.203.104/search?q=cache%3Ahttp%3A%2F%2Fwww.modernlifeisrubbish.co.uk%2Ftop-10-most-commo ... (password pattern security)
Bookmark
[Discover] The GoF patterns implemented in Ruby http://clipboarded.blogspot.com/ (patterns rubyonrails blog ruby)
Bookmark
[Discover] Java Singleton Pattern 구현 http://fantazic.com/archives/92 (singleton reference java pattern)
Bookmark
[Discover] caboose Simple Presenters http://blog.caboo.se/articles/2007/8/23/simple-presenters (patterns design rubyonrails rails)
Bookmark
[Discover] Published Articles http://www.objectmentor.com/omReports/publishedArticles.html (toread library patterns design)
Bookmark
[Discover] Patterns for Java and Distributed Computing http://www.cmcrossroads.com/bradapp/javapats.html (patterns programming java design)
Bookmark
[Discover] GUI Architectures http://martinfowler.com/eaaDev/uiArchs.html (architecture patterns gui ui)
Bookmark
[Discover] Chet Haase's Blog: Crystal Methodology http://weblogs.java.net/blog/chet/archive/2008/01/crystal_methodo.html (geek funny philosophy agile)
Bookmark
[Discover] 커뮤니케이션 패턴, 들어가는 말 http://oakyoon.net/pub/2006/03/communication-patterns-intro (pattern communication)
Bookmark
[Discover] Refactoring Thumbnails http://www.refactoring.be/thumbnails.html (refactoring patterns agile programming)
Bookmark
[Discover] patterns - a photoset on Flickr http://www.flickr.com/photos/ludwig/sets/72157594393043457/ (design photos flickr patterns)
Bookmark
[Discover] The Decorator Pattern for JavaScript http://beppu.lbox.org/articles/2006/08/22/the-decorator-pattern-for-javascript (javascript patterns prototype programming)
B
[Discover] Model View Presenter with ASP.NET - The Code Project - ASP.NET http://www.codeproject.com/aspnet/ModelViewPresenter.asp (asp.net mvp patterns .net)
[Discover] Design Patterns: Model View Presenter -- MSDN Magazine, August 2006 http://msdn.microsoft.com/msdnmag/issues/06/08/DesignPatterns/ (patterns mvp .net design)
[Discover] Supervising Controller http://martinfowler.com/eaaDev/SupervisingPresenter.html (patterns architecture programming mvp)
[Discover] Passive View http://martinfowler.com/eaaDev/PassiveScreen.html (design testing patterns mvp)
[Discover] Design Patterns in C# and VB.NET - Gang of Four (GOF) http://www.dofactory.com/Patterns/Patterns.aspx (.net patterns programming designpatterns)
[Discover] CodeProject: Model View Presenter with ASP.NET. Free source code and programming help http://www.codeproject.com/KB/architecture/ModelViewPresenter.aspx (mvp patterns asp.net mvc)
[Discover] CoDe Magazine - Article: Layered Architecture, Dependency Injection, and Dependency Inversion http://www.code-magazine.com/Article.aspx?quickid=0705071 (architecture .net patterns mvp)
[Discover] patterns & practices - Smart Client Guidance - Home http://www.codeplex.com/smartclient (.net patterns architecture dotnet)
[Discover] Introduction to using StructureMap for Dependency Injection - Jeremy D. Miller -- The Shade Tree ... http://codebetter.com/blogs/jeremy.miller/archive/2005/11/18/134816.aspx (ioc patterns .net di)
[Discover] Ctrl-Shift-B: Interactive Application Architecture Patterns http://ctrl-shift-b.blogspot.com/2007/08/interactive-application-architecture.html (patterns programming architecture development)
[Discover] Test Driven Development with ASP.Net and the Model View Presenter Pattern - Jeremy D. Miller -- ... http://codebetter.com/blogs/jeremy.miller/archive/2006/02/01/137457.aspx (tdd patterns mvp asp.net)
[Discover] Inversion of Control and Dependency Injection with Castle Windsor Container - Part I http://dotnetslackers.com/articles/designpatterns/InversionOfControlAndDependencyInjectionWithCastle ... (.net ioc patterns di)
[Discover] (My) Default ASP.NET Architecture - Billy McCafferty http://devlicio.us/blogs/billy_mccafferty/archive/2006/10/05/_2800_My_2900_-Default-ASP.NET-Architec ... (patterns architecture asp.net mvp)
[Discover] Design Patterns: Dependency Injection -- MSDN Magazine, September 2005 http://msdn.microsoft.com/msdnmag/issues/05/09/DesignPatterns/default.aspx (patterns .net ioc spring)
[Discover] Refactoring: Replacing Enums with the Strategy Pattern http://www.jeremyjarrell.com/archive/2007/10/28/64.aspx (patterns .net strategy design)
[Discover] GUI Architectures http://www.martinfowler.com/eaaDev/uiArchs.html (mvp patterns design architecture)
[Discover] RossCode.com - Code Smell: Switch Statements http://www.rosscode.com/blog/index.php?title=code_smell_switch_statements&more=1&c=1&tb= ... (patterns)
[Discover] Binary Search Tree Template - The Code Project - Libraries & Projects http://www.codeproject.com/useritems/BST_Template.asp (patterns compsci libraries)
[Discover] Code to Live, Live to Code - How to design a Fluent Interface http://randypatterson.com/2007/09/26/HowToDesignAFluentInterface.aspx (patterns .net fluent development)
[Discover] Adapter Pattern in C# http://www.c-sharpcorner.com/Language/AdapterPatternInCSRVS.asp (patterns)
[Discover] Coding Horror: Code Smells http://www.codinghorror.com/blog/archives/000589.html (programming development refactoring reference)
[Discover] Dependency Injection Objection http://scruffylookingcatherder.com/archive/2007/12/10/dependency-injection-objection.aspx (patterns programming development lazycoder)
[Discover] Poor Man's Dependency Injection using Generics http://www.jeremyjarrell.com/archive/2007/09/06/56.aspx (.net dependencyinjection generics patterns)
[Discover] Using the Chain of Responsibility Pattern http://codebetter.com/blogs/jeremy.miller/archive/2005/11/06/134359.aspx (.net patterns architecture)
[Discover] Dictionary of Algorithms and Data Structures http://www.nist.gov/dads/ (algorithm algorithms programming reference)
[Discover] Business Patterns for Software Engineering Pt. 1 http://www.microsoft.com/architecture/library.aspx?pid=journal.2&abver=E9A00024-3DC1-4B6A-BC20-2 ... (patterns design architecture)
[Discover] Darrell Norton's Blog [MVP] : Design Patterns links http://codebetter.com/blogs/darrell.norton/archive/2005/08/09/130463.aspx (patterns design programming .net)
[Discover] www.welie.com -- patterns in Interaction Design http://www.welie.com/patterns/gui/index.html (design usability informationarchitecture howto)
[Discover] Model View Presenter with ASP.NET - The Code Project - ASP.NET http://www.codeproject.com/useritems/ModelViewPresenter.asp (patterns .net architecture mvp)
[Discover] Prototype Patterns http://www.c-sharpcorner.com/Language/PrototypePatternsinCSRVS.asp (patterns prototypepattern)
[Discover] Main Page - Patterns For PHP http://www.patternsforphp.com/wiki/Main_Page (php programming patterns designpatterns)
[Discover] CodeGuru.pl - Wzorce projektowe - przemilczane idee http://www.codeguru.pl/article-649.aspx (patterns articles programming)
[Discover] A 2.0 Factory Pattern Using Generics - The Code Project - C# Programming http://www.codeproject.com/useritems/GenericsFactory.asp (.net patterns generics factory)
[Discover] Writing More Testable Code with Dependency Injection http://www.developer.com/net/net/article.php/3636501 (patterns testing tdd java)
[Discover] Picture This : Creational - Abstract factory Pattern http://blogs.msdn.com/sanjeets/archive/2007/09/02/creational-abstract-factory-pattern.aspx (patterns)
[Discover] Build your own CAB Part #8 - Assigning Responsibilities in a Model View Presenter Architecture - ... http://codebetter.com/blogs/jeremy.miller/archive/2007/06/10/build-your-own-cab-part-8-model-view-pr ... (patterns cab modelviewpresenter development)
[Discover] Dependency Patterns - Scott Bellware [MVP] http://codebetter.com/blogs/scott.bellware/archive/2007/06/26/164729.aspx (patterns programming design blogging)
[Discover] Implementing Observer pattern in .Net - The Code Project - C# Programming http://www.codeproject.com/useritems/Observer_pattern.asp (patterns observer)
[Discover] Design Patterns Bootcamp:: Implementing Model View Presenter (Supervising Controller) - Part One :: http://polymorphicpodcast.com/podcast/video/mv-patterns/1/ (patterns tutorial mvp screencasts)
[Discover] Model View Presenter (MVP) pattern - VusCode - Coding dreams since 1998! http://blog.vuscode.com/malovicn/archive/2006/10/10/Model-View-Presenter-_2800_MVP_2900_-pattern.asp ... (patterns mvp .net designpatterns)
[Discover] Shout! http://www.lowendahl.net/showShout.aspx?id=159 (patterns design pattern mediator)
[Discover] Dependency Injection and MVP in WebForms - It's that Injection of the Presenter into the View that ... http://codebetter.com/blogs/david.hayden/archive/2007/06/27/dependency-injection-and-mvp-in-webforms ... (patterns mvp tdd .net)
[Discover] Learn How To Apply Design Patterns (Observer, Decorator, Strategy and Builder Patterns) - The Code ... http://www.codeproject.com/useritems/applyingpatterns.asp (design designpatterns .net patterns)
[Discover] Winforms Model View Presenter - The Code Project - C# Controls http://www.codeproject.com/useritems/MVP.asp (patterns mvc .net mvp)
[Discover] Implementing the Singleton Pattern in C# http://www.yoda.arachsys.com/csharp/singleton.html (singleton patterns .net design)
[Discover] Five common PHP design patterns http://www-128.ibm.com/developerworks/library/os-php-designptrns/ (php design patterns programming)
[Discover] Factory Design and Dependency Injection Explained with Real World Example - The Code Project - ASP. ... http://www.codeproject.com/useritems/neekprotect.asp (patterns dependencyinjection)
[Discover] Category:Anti-patterns - Wikipedia, the free encyclopedia http://en.wikipedia.org/wiki/Category:Anti-patterns (patterns programming development antipatterns)
[Discover] Zend Developer Zone | PHP Best Practices: Creating a Blueprint for PHP Applications http://devzone.zend.com/node/view/id/31 (php tutorial development howto)
[Discover] Reasons Why Software Projects Die http://sourcemaking.com/antipatterns (architecture programming development patterns)
[Discover] UI-patterns.com http://ui-patterns.com/ (patterns ui usability design)
[Discover] Martin Fowler: eaaDev http://martinfowler.com/eaaDev/ (patterns design programming architecture)
[Discover] Coding Horror: The Big Ball of Mud and Other Architectural Disasters http://www.codinghorror.com/blog/archives/001003.html (architecture programming development software)
[Discover] Yahoo! Design Pattern Library http://developer.yahoo.com/ypatterns/index.php (patterns design usability javascript)
[Discover] Software As She's Developed - AJAX Patterns: Design Patterns for AJAX Usability http://softwareas.com/ajax-patterns (javascript patterns articles usability)
[Discover] Jay Fields Thoughts: Rails: Presenter Pattern http://blog.jayfields.com/2007/03/rails-presenter-pattern.html (patterns rubyonrails presenter ruby)
[Discover] 커뮤니케이션 패턴, 5장. 자학 패턴 http://oakyoon.net/pub/2006/03/communication-patterns-05 (pattern 자학패턴 communication)
[Discover] 커뮤니케이션 패턴, 8장. 실망 패턴에 대응하기 2 http://oakyoon.net/pub/2006/04/communication-patterns-08 (대응 실망패턴 pattern communication)
[Discover] Main Page - Ajax Patterns http://ajaxpatterns.org/ (javascript patterns ajax tutorial)
[Discover] Top 10 Most Common Passwords http://72.14.203.104/search?q=cache%3Ahttp%3A%2F%2Fwww.modernlifeisrubbish.co.uk%2Ftop-10-most-commo ... (password pattern security)
[Discover] The GoF patterns implemented in Ruby http://clipboarded.blogspot.com/ (patterns rubyonrails blog ruby)
[Discover] Java Singleton Pattern 구현 http://fantazic.com/archives/92 (singleton reference java pattern)
[Discover] caboose Simple Presenters http://blog.caboo.se/articles/2007/8/23/simple-presenters (patterns design rubyonrails rails)
[Discover] Published Articles http://www.objectmentor.com/omReports/publishedArticles.html (toread library patterns design)
[Discover] Patterns for Java and Distributed Computing http://www.cmcrossroads.com/bradapp/javapats.html (patterns programming java design)
[Discover] GUI Architectures http://martinfowler.com/eaaDev/uiArchs.html (architecture patterns gui ui)
[Discover] Chet Haase's Blog: Crystal Methodology http://weblogs.java.net/blog/chet/archive/2008/01/crystal_methodo.html (geek funny philosophy agile)
[Discover] 커뮤니케이션 패턴, 들어가는 말 http://oakyoon.net/pub/2006/03/communication-patterns-intro (pattern communication)
[Discover] Refactoring Thumbnails http://www.refactoring.be/thumbnails.html (refactoring patterns agile programming)
[Discover] patterns - a photoset on Flickr http://www.flickr.com/photos/ludwig/sets/72157594393043457/ (design photos flickr patterns)
[Discover] The Decorator Pattern for JavaScript http://beppu.lbox.org/articles/2006/08/22/the-decorator-pattern-for-javascript (javascript patterns prototype programming)
