|
|
Stories recently tagged with 'DesignPatterns'
|
|
published 5 months, 3 days ago, submitted by
powerrush
5 months, 11 days ago
noop.nl — In this post I proudly present the Top 100 of Best Software Engineering Books, Ever. I have created this list using four different criteria: 1) number of Amazon reviews, 2) average Amazon rating, 3) number of Google hits and 4) Jolt awards.
read more...
3 comments
|
category: Other | Views: 734
|
|
tags:
Agile, ProjectManagement, DesignPatterns, ObjectOriented, SOA | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
powerrush
5 months, 17 days ago
codeproject.com — The Repository Pattern, according to Martin Fowler, provides a "layer of abstraction over the mapping layer where query construction code is concentrated", to "minimize duplicate query logic". In practice it is usually a collection of data access services, grouped in a similar way to the domain model classes.
By accessing repositories via interfaces the repository pattern helps to break the dependency between the domain model and data access code. This is invaluable for unit testing because the domain model can be isolated.
read more...
add a comment
|
category: Linq | Views: 128
|
|
tags:
Database, DomainDrivenDesign, LinqToSql, DDD, LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
powerrush
9 months, 15 days ago
blog.troyd.net — "Test Supported Development" (TSD) intends to characterize the creation of tests during ANY/ALL stages of development, that is, tests are not necessarily created before their respective System Under Test (SUT), but not necessarily created as an afterthought, either... read more...
1 comment
|
category: Unit Testing | Views: 6
|
|
tags:
TDD, POUT, Patterns, UnitTesting, Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
powerrush
1 year ago
amazedsaint-articles.blogspot.com — This article is expected to:
[1] Introduce patterns to you in a simple, human readable way
[2] Train you how to really 'Apply' patterns (you can learn patterns easily, but to apply them to solve a problem, you need real design skills)
[3] Provide you a fair idea regarding the contexts for applying the following patterns - Builder, Observer, Strategy and Decorator (well, they are few popular design patterns)
[4] Demonstrate you how to apply the Observer pattern, to solve a design problem read more...
|
|
tags:
HowTo, GOF, Architecture, DesignPatterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 6 months ago, submitted by
craigshoemaker
1 year, 6 months ago
aspadvice.com — The Design Patterns Bootcamp : Model View * Patterns series is now complete!
The series features two audio pieces and five instructional videos. The audio portions take care of introducing the concepts and answering frequently asked questions, while the videos cover the following topics:
1. Implementing Model View Presenter
2. Supporting Windows Forms
3. Controlling User Messages
4. Data Sources, Service Layers & Maintaining State
5. Encapsultaing DropDownList Data Sources read more...
add a comment
|
category: Patterns | Views: 4
|
|
tags:
DesignPatterns, PolymorphicPodcast, Video, Podcast | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 8 months ago, submitted by
bashmohandes
1 year, 8 months ago
spellcoder.com — One of the most interesting patterns in Design Patterns is the Observer pattern which is listed under Behavioral Patterns, it is really important how to make other classes which are interested in the state of another object get notified when the state changed. read more...
3 comments
|
category: Patterns | Views: 216
|
|
tags:
Observer, DesignPatterns, designpattern, Patterns, pattern | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 8 months ago, submitted by
rimsystems
1 year, 8 months ago
devx.com — or the past year or so, I've been involved in documenting frameworks that help developers write better code, and create applications that are more efficient and easier to test, debug, maintain, and extend. During that time, it has been interesting to see the continuing development of best-practice techniques and tools at one of the leading software companies in our industry. Most of the work was outside my usual sphere of ASP.NET and web development, concentrating mainly on Windows Forms applications built using .NET 2.0. This is an area where standard design patterns that have evolved over many years are increasingly being refined and put into practice. read more...
add a comment
|
category: Patterns | Views: 1
|
|
tags:
DesignPatterns, ASP.NET, Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 years, 3 months ago, submitted by
dalziel
2 years, 3 months ago
c-sharpcorner.com — The abstract factory is a GOF (Gang of Four) creational pattern where the intent is to "...provide an interface for creating families of related or dependent objects without specifying their concrete classes". read more...
add a comment
|
category: Patterns | Views: 24
|
|
tags:
GOF, AbstractFactory, DesignPatterns, C#, Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 years, 8 months ago, submitted by
j.monty
2 years, 8 months ago
dofactory.com — The Gang of Four (GoF) patterns are generally considered the foundation for all other patterns. They are categorized in three groups: Creational, Structural, and Behavioral. Here you will find information on these important patterns. read more...
1 comment
|
category: Patterns | Views: 1
|
|
tags:
DesignPatterns, GOF, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|