Smart    Lucky

Smart Lucky

  • NA
  • 555
  • 642.1k

Silverlight With Expression Blend 3

Sep 14 2011 4:38 AM

Hi
I am biggner to Silverlight i have installed blend 3 and i want to create just simple silverlight application but whenever dialog open it show 3 4 types but 
What is difference b/w  these two application can any one tell me...?

Silverlight 3 Applicatio vs Silverlight 3 Application + Website

Answers (1)

0
siddhartha sharna

siddhartha sharna

  • 1.3k
  • 87
  • 15
May 7 2018 10:06 AM
static T Sum<T>(T x, T y)
{
dynamic dx = x, dy = y;
return dx + dy;
}
 
You can call Like : string t = Sum<string>("XYZ", "ABC");