Named Argument in c# 4.0

Objective In this article I will talk about a very new and highly useful feature of c# 4.0. I will give introduction of Named Argument. I will give one sample on possible usage of Named Argument. Five facts about Named argument There is no need to remember order of the parameter in parameter list. TheContinue reading "Named Argument in c# 4.0"

Dynamic type in c# 4.0

Objective This article will introduce dynamic type. This article will be giving samples on different usage of dynamic type in programming. Prerequisite: Visual Studio 2010 C# 4.0 is all about Dynamic Programming and type.  10 facts about Dynamic type C# 4.0 allows a new static type called "dynamic". Any operation on the object of typeContinue reading "Dynamic type in c# 4.0"

Silver Light 4.0 Feature #1 Printing Support

Objective This article will introduce New Printing support in Silver Light 4.0. Introduction Silver Light 4.0 add support to enable business application development. Printing support allows developer to print the Silver Light application itself. Printing support helps Formatting the content of the Printing. Specifying the content of the Printing. Choosing the Printer. How Printing supportContinue reading "Silver Light 4.0 Feature #1 Printing Support"

Silver Light 4.0 feature #2: Right click Mouse events [Context Menu]

  Objective This article will give an introduction of mouse right click events on Silver Light controls. Silver Light 4.0 introduces context menu for all the controls. Right Click Mouse Event is added newly added feature in Silver Light 4.0. Design Create a Button on silver light page. <Grid x:Name="LayoutRoot" Background="Black"> <Button x:Name="myButton" Width="75" Height="40"Continue reading "Silver Light 4.0 feature #2: Right click Mouse events [Context Menu]"

Step by Step Installing Silver Light 4.0 beta

   Objective  In this tutorial , I will give step by step pictorial representation of installing Silver Light 4.0 Beta. Minimum Requierment   Silver Light 4.0 beta can only be installed in Visual Studio 2010. Step 1 Install Silver Light 4.0 developer run time Link to dwonload Developer runtime  is below, http://www.microsoft.com/downloads/details.aspx?FamilyID=9fa8afe9-cad6-4090-a7f6-7d9cdc560e2d&displaylang=en  After downloading , justContinue reading "Step by Step Installing Silver Light 4.0 beta"