Design Pattern & Practices Articles (31) - Page 1

Articles posted by registered members of DotNetFunda.com. You can also post an article and win monthly prizes as well as gain community credit points.

31 records found.
 
Vishvvas
Dependency Injection with UNITY and MEF in ASP.NET MVC 
Last updated on: 25 Sep 2015 02:32:26 PM by Vishvvas | Views: 13122 | Category: Design Pattern & Practices |
Votes: 2 | Rating: 5 out of 5
A different approach for DI with UNITY is explored which employs MEF (Managed Extensibility Framework) for detecting the registration of self declaring types.
Niladri.Biswas
Let us learn Autofac 
Last updated on: 15 Jul 2013 06:01:19 AM by Niladri.Biswas | Views: 12323 | Category: Design Pattern & Practices |
In this article, we will develop a simple example to demonstrate the power of the Autofac
Niladri.Biswas
Using Structure Map in Factory Method using Factory Pattern 
Last updated on: 15 Jul 2013 05:57:52 AM by Niladri.Biswas | Views: 13143 | Category: Design Pattern & Practices |
In this article we will look into how to use the structure map in the Factory Pattern.
Niladri.Biswas
Let us learn Provider Design Pattern 
Last updated on: 01 Jun 2013 10:43:57 AM by Niladri.Biswas | Views: 10774 | Category: Design Pattern & Practices |
Votes: 2 | Rating: 4.5 out of 5
In this article we will learn the how to use Provider Design Pattern
Niladri.Biswas
Let us learn Factory Pattern 
Last updated on: 20 Jul 2012 10:40:32 PM by Niladri.Biswas | Views: 8228 | Category: Design Pattern & Practices |
Votes: 1 | Rating: 5 out of 5
In this article we will learn about Factory Pattern and it's implementation
Niladri.Biswas
Let us learn Chain of Responsibility Design Pattern 
Last updated on: 18 Jul 2012 11:38:12 PM by Niladri.Biswas | Views: 8332 | Category: Design Pattern & Practices |
Votes: 1 | Rating: 5 out of 5
In this article we will learn the Chain of Responsibility Design pattern with an example
Niladri.Biswas
Let us learn Template Design Pattern 
Last updated on: 18 Jul 2012 11:39:03 PM by Niladri.Biswas | Views: 8940 | Category: Design Pattern & Practices |
Votes: 3 | Rating: 5 out of 5
In this article we will learn the Template Design pattern with a real time example
  • Ravyii
    Step by Step – Singleton Pattern 
    Last updated on: 01 Mar 2012 05:21:42 AM by Ravyii | Views: 11733 | Category: Design Pattern & Practices |
    Votes: 2 | Rating: 4.5 out of 5
    Exploring the usage of singleton pattern and understanding the usage of static vs singleton..
    Dhirendra
    How and where Microsoft has implemented [Decorator] GOF design patterns in .Net Framework Part-II 
    Last updated on: 22 Aug 2011 07:21:54 AM by Dhirendra | Views: 10624 | Category: Design Pattern & Practices |
    Votes: 1 | Rating: 5 out of 5
    In Last articles, http://www.dotnetfunda.com/articles/article1514-how-and-where-microsoft-has-implemented-gof-design-patterns-in-net-framewo-.aspx we saw that how Microsoft has used abstract Factory (GOF design pattern) pattern in .Net framework library. In this article, we will see how Decorator Pattern has used in .Net Framework Library.
    Dhirendra
    How and where Microsoft has implemented GOF design patterns in .Net Framework Part-I 
    Last updated on: 12 Aug 2011 04:21:59 AM by Dhirendra | Views: 9559 | Category: Design Pattern & Practices |
    In this series of articles, we will see how Microsoft has used GOF design patterns in .Net framework library. Let start with Absract factory Pattern....
    Sksingh
    Design Patterns - Part 1 ( Composite Pattern) 
    Last updated on: 07 Jun 2011 03:16:27 AM by Sksingh | Views: 13047 | Category: Design Pattern & Practices |
    Votes: 5 | Rating: 4.6 out of 5
    Design patterns are recognized solutions to common problems defined originally by the Gang of Four programmers. Design patterns are used throughout the ASP.NET Framework. The various patterns are commonly divided into several different groups depending on the nature of the design problem they intend to solve.
    Chvrsri
    Sample - Software Requirements Specification for Hospital Info Management System 
    Last updated on: 26 Oct 2010 05:20:57 AM by Chvrsri | Views: 310098 | Category: Design Pattern & Practices |
    This is a SRS document for Hospital Patient Information Management System. Where the hospital department people will store the info of the patient who has admitted and would retrieve his info when ever required.
    Ziaulh
    Execute Stored Procedure in SQL Server using nHibernate 
    Last updated on: 15 Dec 2009 08:43:17 AM by Ziaulh | Views: 30777 | Category: Design Pattern & Practices |
    I was facing a lot of challenges to execute Stored Procedure through nHibernate. As I was new to nHibernate technology, Googling also did not help me much on this front and I spent a lot of time to get the actual result. Here, I am sharing with you some tips while doing this type of activity.
    Sudhakarj21
    Design Pattern – Strategy Pattern 
    Last updated on: 06 Dec 2009 07:53:07 AM by Sudhakarj21 | Views: 20737 | Category: Design Pattern & Practices |
    Votes: 1 | Rating: 3 out of 5
    This article will help you understand Strategy Pattern in an easy way uses C# code for example
    Sudhakarj21
    Why to know about Design Patterns? 
    Last updated on: 26 Nov 2009 10:51:34 PM by Sudhakarj21 | Views: 7070 | Category: Design Pattern & Practices |
    Design Patterns or one of the key things in Software Development. These patterns will help to improve coding style and also improves the productivity during development or while design