using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace pro3 { class Program ...
11) Write a Program to Accept the Username
ReadLine(): ♣ ReadLine is a predefined member method od console class. ♣ This method will accept input from the user until user w...
3) How to Create a Silver Light Application
♣ Open Visual Studio .net software ♣ File -> New -> Project. ♣ Select language as Visual C# and type of application ...
2) What is Silver Light
♣ Silver light is the new Microsoft technology on the web platform for Rich Internet Application(RIA), launched by Microsoft in 2007...
1) History Of Silver Light
♣ Web technologies are classified in to two types 1. Client Side Web Technologies ...
31) Example To Draw a Line With Mouse
Mouse Move : ♣ This event will fire when user will move the mouse with in the WPF window Mouse Down : ♣ This event will fir...
30) Example To Draw the Shapes Programmatically
Step 1 : Design MainWindow.xaml like below Step 2 : Mainwindow.xaml.cs code Note : For grid tag assign the name as “g1” in x...