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
8
votes
2 answers

Combining .NET RIA Services and MVVM in Silverlight 3.0

When using .NET RIA Services and MVVM in Silverlight 3.0 is there a difference between the Metadata type from RIA Services and the ViewModel from the MVVM pattern? Are these the same thing or should they be keep separate? The metadata type is a…
Robert Kozak
  • 2,043
  • 17
  • 33
8
votes
6 answers

Does Silverlight 3 Change the MVC vs. Silverlight question?

I'm starting a new project soon and investigating whether or not to use MVC, Silverlight or both. This question Silverlight vs. ASP.NET MVC was a good starting point. But looking over the SL3 beta, it looks like there are two things that change…
billb
  • 3,608
  • 1
  • 32
  • 36
8
votes
1 answer

Best way to pass image to server?

I have an SL3 application that needs to be able to pass an image to the server, and then the server will generate a PDF file with the image in it, and display it to the user. What I already have in place are the following: (1) Code to convert image…
Chris
  • 2,148
  • 8
  • 31
  • 52
8
votes
3 answers

How can I set the maxItemsInObjectGraph property programmatically from a Silverlight Application?

I have a Silverlight 3.0 application that is using a WCF service to communicate with the database, and when I have large amounts of data being returned from the service methods I get Service Not Found errors. I am fairly confident that the solution…
Corey Sunwold
  • 10,194
  • 6
  • 51
  • 55
8
votes
2 answers

Silverlight (3.0): How to add cell padding to a Grid?

How to add easily a cell padding for a Grid in Silverlight? To set Margins for each cell looks very noisy.
Sven Sönnichsen
  • 945
  • 1
  • 11
  • 18
8
votes
5 answers

'Element is already the child of another element' error in Silverlight App.xaml

I keep getting a strange error inside my App.xaml file: Element is already the child of another element. My App.xaml file looks like this:
Ronald Wildenberg
  • 31,634
  • 14
  • 90
  • 133
8
votes
1 answer

Can Silverlight play videos with transparency?

Can Silverlight play video with transparency? At least some tricky way for color keying with C# or HLSL? So if you know any way how to please post some info. If yes. What do I need? MSDN if there is any help on this. Open Source…
Rella
  • 65,003
  • 109
  • 363
  • 636
8
votes
3 answers

Integrate Silverlight Unit Tests in TFS Build

We have been creating silverlight unit tests by creating a plain vanilla .net unit test project, removing all references except for the unittestframework one, and then adding references to the SL assemblies we need (system, System.Core, ...). For…
Phil
  • 407
  • 4
  • 11
8
votes
5 answers

C# Silverlight 3 - Programmatically Navigate Between Pages?

Say I have a C# Silverlight 3 application with a number of pages. The first page is called Home, and the second page is called Details. The only way to navigate to details is programmatically. How do I do this?! Looked everywhere for the answer and…
Goober
  • 13,146
  • 50
  • 126
  • 195
8
votes
2 answers

How to detect the OS from a silverlight application?

I have a Silverlight3 application that is meant to run on both Windows and Mac OS environments. I would like to know in runtime if my application is running on a Windows or Mac so I can tweak a few things to the way users are accustomed to in their…
sprite
  • 3,724
  • 3
  • 28
  • 30
8
votes
6 answers

Does Silverlight 3 have access to local file system, Open Excel, and print reports?

I was wondering if Silverlight 3 can be used to create line of business applications where I can use file import/export facilities, read an xls file and open Excel, use a report tool like Crsytal Reports or Reporting Services or.. is WPF needed? I…
Tony_Henrich
  • 42,411
  • 75
  • 239
  • 374
7
votes
3 answers

Silverlight 3.0 out of browser versus WPF/Windows App - Summary of differences?

With the new Silverlight 3.0 feature that allows the components to be hosted outside of the browser, our company is looking for details on the differences between this new feature and WPF Windows applications (since Silverlight is partly a subset of…
pearcewg
  • 9,545
  • 21
  • 79
  • 125
7
votes
4 answers

Silverlight 3 - Can I run Out-of-browser inside another application

The new Silverlight 3 beta includes the ability to run Out-of-Browser applications. The demos so far show this only inside a special frame. Does anyone know how I can run Siverlight 3 controls inside a (WPF) application?
Peter
  • 3,563
  • 5
  • 30
  • 43
7
votes
2 answers

Silverlight and ArrayList

Does Visual Studio 2010's Silverlight support ArrayList? If yes then how to use it, if not then why? How to use ArrayList in Silverlight?
Jeevan Bhatt
  • 5,881
  • 18
  • 54
  • 82
7
votes
3 answers

Is there no Label control in Silverlight?

I can't seem to find a Label control in Silverlight. I get compile errors if I put anywhere in my XAML.
skb
  • 30,624
  • 33
  • 94
  • 146