Hello everyone.
Its always a tough time to start with a new things whether it is a place, technology or language. This is faced by each of us when we start new things. So to help the other people who are having a new start with Silverlight, I have came out with this Silverlight material.
For [...]
In this article, we will be discussing next Layout Control , StackPanel ,of Silverlight.
By stack we understand that things will be placed side by side. So this control arranges the child controls side by side. By default they are placed in vertical manner. By coding this is can be changed to horizontal.
Eg. Arranging items in [...]
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 [...]