Questions tagged [silverlight-3.0]

Silverlight is Microsoft's cross-browser, cross platform plug-in for media experiences and rich interactive applications. Silverlight 3 was released July 9, 2009

Microsoft Silverlight is an application framework for writing and running rich Internet applications with emphasis on multimedia, animations, and graphics, with features and purposes similar to those of Adobe Flash. The run-time environment for Silverlight is available as a plug-in for most web browsers. While early versions of Silverlight focused on streaming media, current versions support multimedia, graphics and animation, and give developers support for CLI languages and development tools.

Silverlight 3 introduced

  • Tooling
  • Controls
    • DataForm
    • DataPager
    • Navigation (SEO, deep linking)
    • New Toolkit Controls
  • Media Graphics
    • 3D Pixel Effects
    • Animation Easing
    • Bitmap API
    • GPU Acceleration
    • Text/Image Improvements
  • Element-to-Element Binding
  • LocalConnection API
  • Binding Validation UI
  • SaveFileDialog
  • Dynamic Styling and BasedOn
  • CaretBrush
  • Merged ResourceDictionary
  • Assembly Caching N
  • Network monitoring API
  • Out-of-browser and Offline
  • .NET RIA Services
  • Binary XML
  • Web Service Utility

See also:

1514 questions
13
votes
3 answers

Bind a fill property in a path to a Foreground property from the ContentControl in a style

I have silverlight problem I'v used two days to fight: a template with a style controls a button. In the concrete button I have a canvas with paths as content. The problem is that I want the paths fill color to bind to the Foreground from the…
haqwin
  • 377
  • 3
  • 12
13
votes
6 answers

How to display images without taking up huge amounts of RAM

I'm working on a silverlight project where users get to create their own Collages. The problem When loading a bunch of images by using the BitmapImage class, Silverlight hogs up huge unreasonable amounts of RAM. 150 pictures where single ones fill…
Michael Sondergaard
  • 1,464
  • 10
  • 25
13
votes
2 answers

How to select text in silverlight 3.0 text block

Is it possible to allow a user to select text in a silverlight text block (not text box) as they would be able to in any HTML page?
Gabriel McAdams
  • 56,921
  • 12
  • 61
  • 77
13
votes
3 answers

Silverlight, DataPager, RIA Services, and smart paging

I'm still trying to get my feet on the ground with Silverlight and RIA Services, and of course starting with some of the more "fun" stuff like grids and intelligent paging. I can connect to RIA Services (using a home-grown ORM, not L2S or EF), get…
Cylon Cat
  • 7,111
  • 2
  • 25
  • 33
13
votes
1 answer

Clear Binding in Silverlight (Remove Data Binding from SetBinding)

How do you Clear/Remove DataBinding in Silverlight? similar to: Remove binding in WPF using code But the BindingOperations.ClearBinding() method does not exist in Silverlight 3.
Aaron Hoffman
  • 6,604
  • 8
  • 56
  • 61
12
votes
4 answers

How can I get a screen resolution of Device (Windows Phone)

How can I get a screen resolution of Device from settings (Windows Phone) ?
12
votes
2 answers