Tag: web technology

Questions Related to web technology

Multiple choice technology web technology
  1. private void Application_Startup(object sender, StartupEventArgs e) { this.RootVisual = new MainPage.xaml; }

  2. private void Application_Startup(object sender, StartupEventArgs e) { this.RootVisual = new MainPage.xaml(); }

  3. private void Application_Startup(object sender, StartupEventArgs e) { this.RootVisual = new this.MainPage; }

  4. private void Application_Startup(object sender, StartupEventArgs e) { this.RootVisual = new MainPage(); }

Reveal answer Fill a bubble to check yourself
D Correct answer
Multiple choice technology web technology
  1. Storyboard is a Silverlight class with control having rich GUI.

  2. Storyboard is a Silverlight class with controls animations with a timeline, and provides object and property targeting information for its child animations.

  3. Storyboard is a Silverlight class with control for playing Videos.

  4. Storyboard is a Silverlight class with control related to AJAX Controls.

Reveal answer Fill a bubble to check yourself
B Correct answer