Click here to Skip to main content
Page 1 of 2
Page Size: 10 · 25 · 50


Category filtered by:  Development Lifecycle [x] | Design and Architecture [x] | Design and Strategy [x]
Article 4 May 2013   license: CPOL
This article tries to clarify many basic concepts in N-Tier architecture from all aspects, and also provide some practical tips
Development Lifecycle » Design And Architecture » Design And Strategy
Article 23 Apr 2013   license: CPOL
A pragmatic approach to automated testing with legacy code.
Development Lifecycle » Design And Architecture » Design And Strategy
Article 28 Feb 2013   license: CPOL
Unit of Work and Domain Design
Development Lifecycle » Design And Architecture » Design And Strategy
Tip/Trick 2 Feb 2013   license: CPOL
Walking the System design - II
Development Lifecycle » Design And Architecture » Design And Strategy
Tip/Trick 1 Feb 2013   license: CPOL
System design.
Development Lifecycle » Design And Architecture » Design And Strategy
Article 3 Dec 2012   license: CPOL
How to combine type based validation rules with other validations. How to compose them and apply them in different scenarios, adding/removing validations when applied on concrete instances, combining objects of different types and implementing one validation strategy on all.
Development Lifecycle » Design And Architecture » Design And Strategy
Article 26 Jun 2012   license: CPOL
In this whitepaper, I will walk you through developing a simple MVC 3 application architecture using Entity Framework’s code first technology. Later hopefully you can evolve this to be an architecture that you can use for small to mid-size web application development..
Development Lifecycle » Design And Architecture » Design And Strategy
Article 14 May 2012   license: CPOL
Create a layer than can last and move.
Development Lifecycle » Design And Architecture » Design And Strategy
Article 11 May 2012   license: CPOL
Kanban can change your life. More specifically, it can change your professional life and how well you manage your projects.
Development Lifecycle » Design And Architecture » Design And Strategy
Article 9 May 2012   license: CPOL
Long time strategy of software design and development.
Development Lifecycle » Design And Architecture » Design And Strategy
Article 7 Apr 2012   license: CPOL
In this article, I will show how to build a pluggable application with IoC container.
Development Lifecycle » Design And Architecture » Design And Strategy
Tip/Trick 11 Mar 2012   license: CPOL
This article gives basic idea on how to pass asynchronous message using JMS
Development Lifecycle » Design And Architecture » Design And Strategy
Article 5 Mar 2012   license: CPOL
IDEAL CHALK - mnemonic acronym and mnemonic images for Object Oriented Principles (OOP) other than SOLID principles
Development Lifecycle » Design And Architecture » Design And Strategy
Article 27 Jan 2012   license: CPOL
A framework designed for support upgrade components in service without stop running
Development Lifecycle » Design And Architecture » Design And Strategy
Article 29 Dec 2011   license: CPOL
A walk on the wild side using Relationship Oriented Programming.
Development Lifecycle » Design And Architecture » Design And Strategy
Article 12 Dec 2011   license: CPOL
Proxy pattern extending Open/Closed principle to avoid declaring singleton.
Development Lifecycle » Design And Architecture » Design And Strategy
Article 11 Jun 2011   license: CPOL
User Story is Worthless, Behavior is What We Need
Development Lifecycle » Design And Architecture » Design And Strategy
Article 7 Mar 2011   license: CPOL
This article contains step by step instructions to implement BDD in .NET project using Specflow and MBUnit.
Development Lifecycle » Design And Architecture » Design And Strategy
Article 24 Jul 2010   license: CPOL
I will try to highlight the database design trends over the decades and where I believe architecture and design styles will move us in future.
Development Lifecycle » Design And Architecture » Design And Strategy
Article 6 Dec 2009   license: CPOL
Using partial classes to share common code when a base class and inheritance aren't appropriate
Development Lifecycle » Design And Architecture » Design And Strategy
Article 29 Sep 2009   license: Zlib
How to make your code shorter and easier to maintain by using arrays
Development Lifecycle » Design And Architecture » Design And Strategy
Article 1 Jun 2009   license: CPOL
Design Principles to be followed in software development
Development Lifecycle » Design And Architecture » Design And Strategy
Technical Blog 14 Apr 2009   license: CPOL
I recently gave a 90 minute talk at work covering quite a bit of ground related to Agile Software Development. If I had to sum up agile development in one word, it would be FEEDBACK. Venkat Subramaniam and Andy Hunt give one of the best definitions of agile I’ve ever seen in their book, Practi
Development Lifecycle » Design And Architecture » Design And Strategy
C#
Article 26 Mar 2009   license: CPOL
Scaling web applications and databases can be quite complex depending on the requirements, but the good news is that for the majority of web applications, it can be done with little impact on a project’s timeline or budget provided it’s taken into account at the beginning of the design cycle.
Development Lifecycle » Design And Architecture » Design And Strategy
Article 22 Mar 2009   license: CPOL
The article describes a smart binding of C++ objects.
Development Lifecycle » Design And Architecture » Design And Strategy
Article 17 Feb 2009   license: CPOL
How single object Representing Change Approach and Stack can be used to implement Undo/Redo operation in C#
Development Lifecycle » Design And Architecture » Design And Strategy
Article 17 Feb 2009   license: CPOL
How Command Pattern and Stack can be used to implement Undo/Redo operation in C#
Development Lifecycle » Design And Architecture » Design And Strategy
Article 16 Feb 2009   license: CPOL
How Memento Pattern and Stack can be used to implement Undo/Redo operation in C#.
Development Lifecycle » Design And Architecture » Design And Strategy
Article 30 Nov 2008   license: Public Domain
Describes the theory of how software development can be simplified even for mission critical applications
Development Lifecycle » Design And Architecture » Design And Strategy
Article 30 Nov 2008   license: CPOL
This article describes how get contextual dependency injection in an application using Unity Application Block
Development Lifecycle » Design And Architecture » Design And Strategy
Article 23 Oct 2008   license: Ms-PL
A practical guide for NET architects, managers and developers for Scaling, Architecting, Managing and Performance optimising .NET Web applications.
Development Lifecycle » Design And Architecture » Design And Strategy
Article 14 Sep 2008   license: CPOL
Dashboards are immensely useful not only for business data but also for business applications, but only if they display metrics that can be used to "drive" (or "steer") in real-time.
Development Lifecycle » Design And Architecture » Design And Strategy
Article 14 Aug 2008   license: CPOL
An article on leveraging Entity Framework to create a set of inherited business objects from a single table. Writing code without any conditionals!
Development Lifecycle » Design And Architecture » Design And Strategy
Article 6 Aug 2008   license: CPOL
The concept of “Half the code in twice the time” may seem backwards until we realize that there is a difference between the number of lines of code and the amount of functionality a given application provides.
Development Lifecycle » Design And Architecture » Design And Strategy
Article 20 Apr 2008   license: CPOL
Traceability in layered architecture lets software architects to define, utilize, reuse, and re-engineer existing, current, and future application architectures in a more structured way. This article provides a roadmap to trace multi-layer architectures easily.
Development Lifecycle » Design And Architecture » Design And Strategy
Article 2 Feb 2008   license: CPOL
Achieving Software Mobility
Development Lifecycle » Design And Architecture » Design And Strategy
Article 24 Jul 2007   license: N/A
Detecting the presence of a member in a class
Development Lifecycle » Design And Architecture » Design And Strategy
Article 11 Jul 2007   license: N/A
A little tip for implementing a fallback resources process with MFC that's useful for localization
Development Lifecycle » Design And Architecture » Design And Strategy
Article 25 Jun 2007   license: CPOL
Program errors occurring while porting C++ code from 32-bit platforms on 64-bit ones are observed. Examples of the incorrect code and the ways to correct it are given. Methods and means of the code analysis which allow to diagnose the errors discussed, are listed.
Development Lifecycle » Design And Architecture » Design And Strategy
Article 4 Nov 2006   license: CPOL
Three level architecture for database connectivity: the data access layer, the middle layer, and the front layer.
Development Lifecycle » Design And Architecture » Design And Strategy
Article 17 May 2006   license: N/A
This article describes how to run state machine application framework based Win32/WinCE programs using the window message hooking technology. (Open source project.)
Development Lifecycle » Design And Architecture » Design And Strategy
Article 9 Jan 2006   license: N/A
This design pattern solves the problem of having to implement huge switch - case statements and makes dynamic switch - case not dependent on the number of cases.
Development Lifecycle » Design And Architecture » Design And Strategy
Article 14 Mar 2005   license: N/A
An article on Abstract Factory Design Pattern.
Development Lifecycle » Design And Architecture » Design And Strategy
Article 27 Oct 2004   license: N/A
Four common methods of opcode resolution are implemented and tested.
Development Lifecycle » Design And Architecture » Design And Strategy
Article 16 Aug 2004   license: N/A
Tutorial on designing classes using Boost libraries
Development Lifecycle » Design And Architecture » Design And Strategy
Article 15 Aug 2004   license: CPOL
An implementation of the composite-visitors pattern avoiding the use of rescursive generic code.
Development Lifecycle » Design And Architecture » Design And Strategy
Article 24 Jul 2004   license: N/A
An article about class factory with dynamic subscription.
Development Lifecycle » Design And Architecture » Design And Strategy
Article 19 Jul 2004   license: N/A
This paper addresses the problem of merging object-oriented and automaton-based programming technologies
Development Lifecycle » Design And Architecture » Design And Strategy
Article 10 May 2004   license: N/A
An article that describes the design and implementation of synchronous/asynchronous communication between objects
Development Lifecycle » Design And Architecture » Design And Strategy
Article 20 Apr 2004   license: N/A
Template-based class factory, which can cooperate with almost all object models
Development Lifecycle » Design And Architecture » Design And Strategy

Page 1 of 2
1 2


Advertise | Privacy | Mobile
Web02 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid