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] | Application Design [x]
Technical Blog 9 May 2013   license: CPOL
Writing software is a team effort and everyone helps to make it possible.
Development Lifecycle » Design And Architecture » Application Design
Article 5 May 2013   license: CPOL
This Article will help you to better understand the LSP
Development Lifecycle » Design And Architecture » Application Design
Article 3 May 2013   license: CPOL
This Article will help you to better understand the SRP (single responsibility principle) and ISP(Interface Segregation principle)
Development Lifecycle » Design And Architecture » Application Design
Article 21 Apr 2013   license: CPOL
Object Oriented Design and Programming Process using a Real World Example
Development Lifecycle » Design And Architecture » Application Design
Article 20 Mar 2013   license: CPOL
How to improve the quality of your code?
Development Lifecycle » Design And Architecture » Application Design
Article 21 Jan 2013   license: CPOL
The development of a Family Tree application.
Development Lifecycle » Design And Architecture » Application Design
Article 27 Dec 2012   license: CPOL
Hide the internal data structure's complexity by segregating traversal and operations.
Development Lifecycle » Design And Architecture » Application Design
Technical Blog 19 Oct 2012   license: CPOL
This post describes the design of the PanView custom control, discussing both the C# and XAML that achieves the desired functionality. Posts in this series: Zeroing the Center of a CompositeTransform Flattening a TransformGroup Using Matrices to Flatten a TransformGroup PanView - A Metro Panning
Development Lifecycle » Design And Architecture » Application Design
Technical Blog 23 Sep 2012   license: CPOL
MemCache++ is a light-weight, type-safe, simple to use and full-featured Memcache client. It was developed by Dean Michael Berris who is a C++ fanatic, loves working on network libraries (cpp-netlib.github.com), and currently works at Google Australia. He also is part of the Google delegation to the
Development Lifecycle » Design And Architecture » Application Design
Technical Blog 22 Sep 2012   license: LGPL3
This article aims to describe why I think that DDD aids you tremendously in creating robust and flexible applications. Today we got several cool frameworks and libraries that we can use. ORMs, WCF, ServiceStack, SignalR, WebApi, IoC etc etc. Just thinking of all can make any serious developer go cra
Development Lifecycle » Design And Architecture » Application Design
Article 11 Sep 2012   license: CPOL
This article tries to introduce a decoupled, unit-testable, deployment-flexible, implementation-efficient and validation-flexible N-Tier architecture in .NET
Development Lifecycle » Design And Architecture » Application Design
Technical Blog 4 Sep 2012   license: CPOL
The Gestalt Principles are based on the observation that people actively and subconsciously organize things into patterns and objects.  These principles are organized into Proximity, Similarity, Closure, Good Continuation, Common Fate, and Good Form.  They can be applied to all avenues of life.
Development Lifecycle » Design And Architecture » Application Design
Technical Blog 29 Aug 2012   license: CPOL
The Gestalt Principles are based on the observation that people actively and subconsciously organize things into patterns and objects.
Development Lifecycle » Design And Architecture » Application Design
Technical Blog 28 Aug 2012   license: CPOL
All other things being equal, the simplest solution is the best.
Development Lifecycle » Design And Architecture » Application Design
Article 2 Jun 2012   license: CPOL
Java source code to demonstrate Executable Integration which is a concept of integrating several distinct executables to create a single application.
Development Lifecycle » Design And Architecture » Application Design
Technical Blog 7 May 2012   license: CPOL
We have started using Test Driven Design (hopefully properly) over the last few months and I wanted to share our experiences of it. Before we started using TDD our approach to unit testing was to find a unit of work that we had just completed and write a test to make sure the output of [...]
Development Lifecycle » Design And Architecture » Application Design
Technical Blog 10 Mar 2012   license: CPOL
This blog series will gather a summary of all the software architecture design principles under one roof.
Development Lifecycle » Design And Architecture » Application Design
Article 21 Feb 2012   license: CPOL
This article is a study of Windows 8 'Contracts' - why they are introduced? what they really are? and how they can be created?
Development Lifecycle » Design And Architecture » Application Design
Technical Blog 15 Feb 2012   license: CPOL
Discuss adding functionality at runtime using Component-Based Object Extender with static typing
Development Lifecycle » Design And Architecture » Application Design
Technical Blog 18 Dec 2011   license: CPOL
Discuss object-oriented programming, aspect-oriented programming and object programming
Development Lifecycle » Design And Architecture » Application Design
Article 15 Dec 2011   license: CPOL
Discusses how to do dynamic object programming with AOP Container when using IoC Containers.
Development Lifecycle » Design And Architecture » Application Design
Article 11 Dec 2011   license: CPOL
Discuss dynamic object programming and how it is used with the CBO Extender in .NET.
Development Lifecycle » Design And Architecture » Application Design
Technical Blog 20 Oct 2011   license: LGPL3
Dear Reader, In this post, i shall show you a small good practice that i follow and even many books suggests while designing our generic methods which we daily write. So today i was refactoring a code @my work place and due to privacy rules i will not post the exact code but similar kind [...]
Development Lifecycle » Design And Architecture » Application Design
Technical Blog 19 Oct 2011   license: LGPL3
Dear Reader, This is in continuation to the previous post. Please note that this post will be long one, so if you have time keep reading Bridge Pattern: What: Its states that “Separating Object’s interface from its actual implementation”. What the above line means is that, usually
Development Lifecycle » Design And Architecture » Application Design
Article 11 Oct 2011   license: CPOL
This article explains how you can use IWA to improve your Users' experience and it also explains how it benefits your IT support team.
Development Lifecycle » Design And Architecture » Application Design
Technical Blog 8 Aug 2011   license: CPOL
CodeProject >Utilities:Design of a compression gadget. Utility classes in software developmentprojects of all sizes exists with the purpose of supporting a particular functionally; fromcompression utilities to setting loaders are amongst the most common. However, what is the real meaningof a u
Development Lifecycle » Design And Architecture » Application Design
Technical Blog 8 Aug 2011   license: CPOL
Structuring your libraries using Test Driven Development.
Development Lifecycle » Design And Architecture » Application Design
Article 15 Nov 2010   license: CPOL
Database and Library Design for Customer Order Management System
Development Lifecycle » Design And Architecture » Application Design
Article 15 Nov 2010   license: CPOL
Business Logic (Engines) and Service Contracts (Managers) Design for Customer Order Management System
Development Lifecycle » Design And Architecture » Application Design
Technical Blog 4 Oct 2010   license: CPOL
Business Logic Layer is a very crucial layer for any data base applications. A timely thought when applied to this layer from the beginning of application layers design can save lots of time and complexity. Software architects divide the software into modules, then different layers, and core functio
Development Lifecycle » Design And Architecture » Application Design
Article 27 Sep 2010   license: CPOL
A guided tour of the distributed enterprise application design in .NET
Development Lifecycle » Design And Architecture » Application Design
Technical Blog 5 Sep 2010   license: CPOL
Winning the game with CQRS/event sourcing and BDD
Development Lifecycle » Design And Architecture » Application Design
Technical Blog 25 Aug 2010   license: CPOL
What’s the origin of bad design?
Development Lifecycle » Design And Architecture » Application Design
Technical Blog 9 Aug 2010   license: CPOL
Part 1: http://tiny.cc/rpj99 Part 2: http://tiny.cc/h7c5r This post: http://tiny.cc/37paz In part 1 I’ve mentioned the history, the basic concepts of Fluent Interfaces and a small glossary of terms that I will use in this series of posts. In part 2 I’ve shown some way to start the senten
Development Lifecycle » Design And Architecture » Application Design
Technical Blog 5 Aug 2010   license: CPOL
Some techniques to code each part of the sentence with some samples.
Development Lifecycle » Design And Architecture » Application Design
Technical Blog 5 Aug 2010   license: CPOL
History, the basic concepts of Fluent Interfaces and a small glossary of terms that I will use in this series of posts
Development Lifecycle » Design And Architecture » Application Design
Technical Blog 5 Feb 2010   license: CPOL
Domain-Driven Design is the way to build/design your application when you are focused on the Domain Model, when you do not depend on Infrastructure and when your Developers talk on the same language with Customers.
Development Lifecycle » Design And Architecture » Application Design
Technical Blog 13 Jan 2010   license: CPOL
In my previous post WPF & Silverlight Design-Time Code Sharing – Part I, I introduced our custom controls and the required design-time features.  I also covered how Visual Studio 2010 discovers and loads control design-time assemblies.  In addition, I explained how to implement p
Development Lifecycle » Design And Architecture » Application Design
Article 23 Nov 2009   license: CPOL
A ready-to-use process manager provided
Development Lifecycle » Design And Architecture » Application Design
Technical Blog 19 Oct 2009   license: CPOL
Test-driven design, a methodology for low-defect software
Development Lifecycle » Design And Architecture » Application Design
Technical Blog 19 Oct 2009   license: CPOL
There are striking lessons in failed software architectures, and it all starts with API design. I am sharing here my practical experience with C++ projects, but most of these advices also apply to Java.
Development Lifecycle » Design And Architecture » Application Design
Article 7 Aug 2009   license: CPOL
Calculating the workload for speech language pathologists is a very complex process. A systematic approach has to be developed in order to calculate the workload and setup a standard.
Development Lifecycle » Design And Architecture » Application Design
Article 31 Mar 2009   license: CPOL
Application Design and Coding Best Practices
Development Lifecycle » Design And Architecture » Application Design
Article 26 Mar 2009   license: CPOL
A client-server GUI-Service application skeleton. Ready for Vista.
Development Lifecycle » Design And Architecture » Application Design
Article 19 Jan 2009   license: CPOL
Multi-tier Enterprise Application Architecture
Development Lifecycle » Design And Architecture » Application Design
Article 15 Dec 2008   license: CPOL
An example of a simple payment gateway.
Development Lifecycle » Design And Architecture » Application Design
Article 27 Nov 2008   license: CPOL
Further explanation about how we solved the problem of allowing users to define their own data structures and to define their own user interfaces to edit this data.
Development Lifecycle » Design And Architecture » Application Design
Article 26 Nov 2008   license: CPOL
An introduction to how we solved the problem of allowing users to define both data structures and user interfaces to edit this data.
Development Lifecycle » Design And Architecture » Application Design
Article 15 Jun 2008   license: CPOL
This article is a lengthy ground-up tutorial on Application Design, Networking, Threading, and Event Integration all wrapped into one.
Development Lifecycle » Design And Architecture » Application Design
Article 22 May 2008   license: CPOL
Defines many to many relationship between different types of classes.
Development Lifecycle » Design And Architecture » Application Design

Page 1 of 2
1 2


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