Design Pattern & Practices Articles (31) - Page 2

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.
 
Sudhakarj21
SDLC - Requirements Process 
Last updated on: 26 Nov 2009 09:16:09 AM by Sudhakarj21 | Views: 15475 | Category: Design Pattern & Practices |
This Article is to get more detailed information about Requirements Phase in SDLC. This phase is one of the critical in SDLC Model. What ever the methodology you consider like WaterFall / Iterative etc... this stage will be key for entire SDLC Process.
Sudhakarj21
Security Patterns in ASP.NET Forms Authentication 
Last updated on: 05 Oct 2009 09:08:54 AM by Sudhakarj21 | Views: 16384 | Category: Design Pattern & Practices |
This article helps you to configure ASP.NET Application with better security. Even though ASP.NET comes with default security options there are many other options which requires configuration from our end.
Sudhakarj21
ViewState Patterns in ASP.NET 
Last updated on: 05 Oct 2009 08:55:13 AM by Sudhakarj21 | Views: 17733 | Category: Design Pattern & Practices |
Viewstate is one of the commonly use store to maintain state in page. For page level data or control data. But we need to think of some scenarios before using view state. This pattern helps to better manage ViewState in asp.net.
Mouli
Asynchronous Message Router in C# 
Last updated on: 23 Sep 2009 03:53:38 AM by Mouli | Views: 20555 | Category: Design Pattern & Practices |
GOF Patterns Series in C# Unleashed – Part 2
Mouli
GOF Patterns Series in C# Unleashed 
Last updated on: 20 Sep 2009 03:25:42 AM by Mouli | Views: 9549 | Category: Design Pattern & Practices |
This article introduces some basic object oriented concepts and explains the various strategies in C# .Net to design Singleton pattern.
Mouli
Data Transfer between Business and Data Access Components in Enterprise Applications using .Net 
Last updated on: 19 Sep 2009 07:04:28 PM by Mouli | Views: 11559 | Category: Design Pattern & Practices |
Data Transfer between Business and Data Access Components in Enterprise Applications using .Net
Vuyiswamb
The Power of Documentation and Commenting the code 
Last updated on: 26 Feb 2010 06:13:49 AM by Vuyiswamb | Views: 10427 | Category: Design Pattern & Practices |
Votes: 1 | Rating: 5 out of 5
I have spent most of my career as a programmer. Most of the time i have been a stand alone programmer. I have existed in organizations where documentation is always needed before a code can be written. where before you change a small bug in the program, you need to submit a change request document. By that time it looked like a waste of time, because most programmers are not fond of writting documentation, infect we rarely use Microsoft word. In this article i will share my experience and the danger of not documenting your work.
  • Questpond
    19 Practical Points to be remembered while working on project/software Company 
    Last updated on: 11 Feb 2009 05:27:49 AM by Questpond | Views: 9560 | Category: Design Pattern & Practices |
    Votes: 2 | Rating: 5 out of 5
    This article will talk about some important points we should note while working with tight dead line project.
    Questpond
    UI Object Connector Implementation of Mediator Pattern 
    Last updated on: 30 Jan 2009 12:18:35 AM by Questpond | Views: 7378 | Category: Design Pattern & Practices |
    When we consume business objects in UI, the logic can become pretty complex for activities like setting the business object value, getting the object value and setting the user interface from the object value. We can minimize the complexity of UI interaction with the business object using mediator pattern.
    Questpond
    UML Interview Questions - Part 2 
    Last updated on: 14 Oct 2008 11:27:02 AM by Questpond | Views: 23101 | Category: Design Pattern & Practices |
    This section will cover Collaboration diagrams, Activity diagrams, Chart Diagrams, Package diagrams, Component diagrams, Deployment diagrams.
    Questpond
    UML Interview Questions - Part 1 
    Last updated on: 14 Oct 2008 11:25:16 AM by Questpond | Views: 101295 | Category: Design Pattern & Practices |
    This Section will cover use case diagrams, primary and secondary actors, primary and secondary actors, Extend’ and ‘Include, class diagrams, protected in class diagrams, class diagram mean, composition in class diagrams, association in class diagrams, service class, entity and service class, generalization and specialization, abstract class and interface , object diagrams , sequence diagrams.
    Questpond
    Design Pattern Interview Questions - Part 4 
    Last updated on: 24 Mar 2011 02:14:40 AM by Questpond | Views: 114315 | Category: Design Pattern & Practices |
    This section will cover Bridge Pattern, Composite Pattern, Decorator Pattern, Facade Pattern, COR Pattern, Proxy Pattern, template Pattern, MVC.
    Questpond
    Design Pattern Interview Questions - Part 3 
    Last updated on: 23 Nov 2010 08:01:39 AM by Questpond | Views: 24988 | Category: Design Pattern & Practices |
    In this section we will cover State, Stratergy, Visitor Adapter and fly weight design pattern from interview perspective.
    Questpond
    Design Pattern Interview Questions - Part 2 
    Last updated on: 22 Nov 2010 08:08:18 AM by Questpond | Views: 43945 | Category: Design Pattern & Practices |
    Interpeter , Iterator , Mediator , Memento and Observer design patterns.
    Questpond
    Design Pattern Interview Questions - Part 1 
    Last updated on: 28 Mar 2011 03:31:53 AM by Questpond | Views: 93350 | Category: Design Pattern & Practices |
    Votes: 1 | Rating: 5 out of 5
    Design Pattern Interview questions, Factory, Abstract factory, prototype pattern