Silverlight

Creating a Basic Silverlight application

Posted by admin on September 7, 2011 at 11:47 am
Creating a Basic Silverlight application

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 [...]

3 layout Controls-StackPanel

Posted by admin on August 26, 2011 at 11:50 am

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 [...]

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 [...]