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
(483)
Blogs
(87)
Resources
(9)
Videos
(11)
News
(2)
Articles
Template Method Pattern
Template Method is a widely used design pattern and it provides great flexibility in our designs. This is one of my favorite patterns.
Jean Paul
Nov 15, 2011
Singleton Pattern
Most of you will have heard of this pattern. It is the simplest and a popular pattern among the 23 design patterns.
Jean Paul
Nov 15, 2011
Model View Presenter Design Pattern
In this article I will explain the principles of this design pattern.
John Charles Olamendy
Oct 22, 2011
Web Farm and Web Garden
See how to use Web Farm and Web Garden
Nipun Tomar
Apr 06, 2011
Observer Pattern in C#
Here I am sharing a good note on the Observer Pattern!!
Shinuraj
Feb 25, 2011
Factory Pattern in C#
The Factory Pattern is a Creational Pattern that simplifies object creation. You need not worry about the object creation; you just need to supply an appropriate parameter and factory to give you a...
Man Mohan Sharma
Jan 19, 2011
Facade Design Pattern
This article talks about facade design pattern.
Srihari Chinna
Oct 25, 2010
Command Pattern - Undo Example
Here I am trying to show the usage of Command Design Pattern, one among 23 design patterns.
Jean Paul
Oct 18, 2010
MVVM Design Pattern
I started with the very basic concept of creating, binding and a few features as I needed them. The following code is simple, extensible, and provides an easier way to follow some MVVM concepts. My...
David Furshpan
Sep 27, 2010
Singleton Design Pattern in C#
Design Patterns provide solutions to common recurring problems. Design patterns can be classified as creational, structural or behavioral .Singleton and Factory patterns are two of the creational p...
Ashish Shukla
Aug 26, 2010
Background Processes in ASP .Net Web Applications
This article talks about various approaches of creating background processing in Web application using C#.
Chandramouli Muralidaran
Oct 01, 2009
Provider Design Patterns in ASP.NET 2.0
This article tells you how to develop various applications using Provider Design Patterns present in .NET 2.0.
Abdul 0
Jan 04, 2008
Singleton Design Patterns in C#
Whenever we want that a class has only one instance and it should have global point to access it but allowing the flexibility to create more objects if the situation changes,in that case we will us...
Prasoon
Jun 08, 2009
C# Code reviews using StyleCop
In this article we will discuss an upcoming code review tool StyleCop. We will understand the basics and do a small sample of code review practically to understand how StyleCop works.
Shivprasad Koirala
Nov 14, 2008
Software Design Guidelines for .NET
Through this article I will attempt to break down this fire breathing dragon. And hopefully at the end of it, you would feel confident of riding this dragon towards glory and respect.
Avinash Tauro
Sep 02, 2008
Coding Pattern for Enabling Controls
Writing code to enable the controls in your application at the correct times can be difficult and error prone. This article describes a reliable way to code your control enabling.
roger bruvold
Jul 16, 2008
Lengthy Operation Windows Form Patterns
This article gives a description to lengthy operation pattern on windows forms.
Sunny Chen
Jan 03, 2008
Implementing Design Patterns in C# - Singleton Pattern
There are times, when one need to have a class which can be only instantiated once. Singleton Design Pattern addresses to such situation by providing a design for such classes (known as Singleton c...
Faraz Rasheed
Jan 23, 2003
Asynchronous Callbacks and Ajax based UI Experience in Web Applications
The current article shows a couple of different views of showing progress bars in Web based applications.
Deepak Raghavan
Sep 11, 2006
Singleton Pattern
The singleton design pattern is designed to restrict instantiation of a class to one (or a few) objects. This article talks about building .NET applications using singleton pattern.
Rajesh M G
Jul 11, 2006
No Records Available.
461
-
480
of
483
<<
21
22
23
24
25
>>
Build a Unity Game In 1 Hr
Challenge yourself
Design Patterns Skill
E-Book Download
Get Certified
.NET Developer