TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Design Patterns & Practices
FOLLOW
Design patterns & practices accelerate the design and development of custom applications and reduce project technical risks. Here you may find Design Patterns & Practices related articles and news.
Articles
(479)
Blogs
(87)
Resources
(9)
Videos
(10)
News
(2)
Articles
Let's Play Around With Adapter Design Pattern
Today, in this article let's play around with one of the interesting and most useful concepts of design patterns, which will be hosted in a web app.
Vijay Prativadi
Jun 10, 2012
The Difference Between the Two GOF Patterns "Strategy" and "State"
The GOF Strategy and State patterns are remarkably similiar and it is really only a minor implementation detail that distinguishes the two.
Matthew Cochran
Jan 18, 2007
Introduction to the GOF Strategy Pattern in C#
For this article, we’ll be building an exciting calculation engine that does remarkable things like adding, subtracting, multiplying and dividing through implementation of the strategy pattern.
Matthew Cochran
Aug 08, 2006
The .NET 2.0 Framework Provider Pattern
The Provider Model Design Pattern was first introduced with the .NET 1.1 framework, specifically in the ASP.NET starter kits and was formalized in ASP.NET Whidbey as a membership management provid...
Matthew Cochran
Aug 11, 2006
Prototype Pattern
The Prototype pattern is used when creating an instance of a class is very time-consuming or complex in some way.
Ashish Jaiman
Mar 22, 2002
Multi-threaded Asynchronous Programming in C#... Getting started.
Trying to build better solutions and growing as a developer has always been fun for me and I’m always looking for ways to build more scalability and robustness in the software I am writing. I had ...
Matthew Cochran
May 12, 2007
Factory Method Design Pattern using C#
The factory method pattern is a creational design pattern used in software development to encapsulate the process of creating the objects.
Kalyan Bandarupalli
Oct 27, 2008
Coding Better: Using Classes vs. Interfaces
Using the .NET framework we basically have two ways to provide abstraction for our code: Classes and Interfaces. This article will look at the use of each and cover some things to consider when cho...
Matthew Cochran
Jan 18, 2009
Introducing: .NET Event Cache
This article introduces a reusable generic event cache component that houses events with custom bubbling capabilities. This can be used as a component in your business objects to provide event dec...
Matthew Cochran
Mar 08, 2009
Singleton Pattern
In this article we will implement Singleton pattern to maintain global variables in Winform application.
Amit Dhania
Jun 09, 2009
Introduction to the Visitor Pattern
The power of adding a functional extensibility point to our classes via the visitor pattern is often overlooked. Using a visitor pattern is a very effective means of providing a nice boundary aroun...
Matthew Cochran
Aug 22, 2009
Custom CacheManager Implementation for Windows/Console applications
Mainly the term caching is used in web applications environments to store commonly used database values.
Chandramouli Muralidaran
Sep 30, 2009
Singleton Pattern Unleashed in C#
Chandramouli Muralidaran
Oct 03, 2009
.Net Batch Job Template
This article shows how to create a reusable batch job template.
Andrew Fenster
Dec 07, 2009
Chain Of Responsibility Design Pattern
In this article you will learn how to use Chain Of Responsibility Design pattern.
Srihari Chinna
Sep 20, 2010
Introduction about Command Design Pattern
The Command pattern creates distance between the client that requests an operation and the object that can perform it.
Srihari Chinna
Sep 21, 2010
Introduction about Strategy Pattern
The Strategy pattern enables a client to choose which algorithm to use from a family of algorithms and gives it a simple way to access it.
Srihari Chinna
Sep 21, 2010
Abstract Factory Pattern
In this walkthrough I'll try to explain GOF (Gang of Four) Abstract Design pattern. This article is about managing multiple connection strings of different data providers (SQL, Oracle, OleDB etc.).
Ankur
Sep 21, 2010
Introduction to Publisher Policy File
This article explains about Assembly redirection using Publisher policy file.
Sateesh Arveti
May 06, 2009
Iterator Design Pattern
The Iterator pattern provides a way of accessing elements of a collection sequentially, without knowing how the collection is structured. As an extension, the pattern allows for filtering elements ...
Srihari Chinna
Sep 20, 2010
No Records Available.
381
-
400
of
479
<<
18
19
20
21
22
>>
Crystal Reports Tutorials
Challenge yourself
Design Patterns Skill
E-Book Download
Get Certified
Bootstrap