Flex

UseCapture in AddEventListener SPEC INDIA

Posted by admin on August 19, 2011 at 12:03 pm

UseCapture in addEventListener :
1.    When any event in flex is execture then EventManager is start sense of event from start.
Stage -> inner component -> sub component etc… and this flow is continue untill target of event generator not find.
2.    This phase is called a event Capturing phase.
3.    Generally there is 2 value true and false [...]

Design Pattern in .Net – Introduction

Posted by admin on August 4, 2011 at 1:16 pm

Welcome to the series of blogs on Design Patterns. This is introductory blog on design pattern. In this blog I will try to explain definition of design pattern & will try to walkthrough of 3 main categories of design pattern.
Definition:
Design patterns are tried and tested programs for recurring problems in software programming. These patterns are [...]