Questions tagged [silverlight-5.0]

Silverlight is Microsoft's cross-browser, cross platform plug-in for media experiences and rich interactive applications. The latest Silverlight version available is Silverlight 5.

Microsoft Silverlight is a powerful tool for creating and delivering rich Internet applications and media experiences on the Web. Silverlight 5 builds on the foundation of Silverlight 4 for building business applications and premium media experiences. Among other capabilities, the Silverlight 5 highlights dramatic video quality and performance improvements, and features that improve developer productivity.

Download Silverlight 5 from http://www.silverlight.net/downloads

Top Release Candidate Features

Binding and Related

  • ICustomTypeProvider
  • Custom Markup Extensions
  • Ancestor RelativeSource Binding
  • Implicit Data Templates
  • Binding in Style Setters
  • DataContextChanged Event (new since beta)
  • PropertyChanged now an UpdateSourceTrigger option (new since beta)

Graphics

  • XNA 3D API
  • Improved Graphics Stack
  • 3D Render targets (new since beta)
  • XNA 3D built-in effects (new since beta)
  • 3D surface composition settings (new since beta)
  • 3D multi-sample anti-aliasing (new since beta)

Media

  • Low-Latency Sound using XNA SoundEffect and SoundEffectInstance
  • Hardware decoding of H.264 media
  • Variable Speed Playback and Trick-play (new since beta)
  • Remote Control and Media Command (Keys) Support (new since beta)

Text

  • Text Tracking and Leading
  • Linked and Multi-column Text
  • OpenType Support (new since beta)
  • Pixel Snapped Text and TextOptions (new since beta)

Operating System Integration

  • P/Invoke (new since beta)
  • Multiple Windows
  • Unrestricted File System Access in Full Trust
  • Full Trust in-browser
  • Default Filename in SaveFileDialog and OpenFileDialog (new since beta)
  • 64 bit browser support (new since beta)
  • Power awareness for media apps (keep the PC alive while a movie is playing, for example) (new since beta)

Productivity and Performance

  • Network Latency Improvements
  • Databinding Debugging
  • Parser Performance Improvements
  • Multi-core JIT for improved start-up time

Controls

  • Double and n-click support
  • PivotViewer (new since beta)
  • ComboBox type-ahead/incremental search

Other

  • In-browser HTML
  • PostScript Vector Printing (new since beta)
  • Tasks from TPL (new since beta)
  • C# Covariance and Contravariance

More on this list at Pete's Blog.

See also:

1417 questions
-1
votes
1 answer

how to copy datagrid itemsource into observable collection object in silverlight5?

I have a values in DataGrid like Name,Age,Address. I have to get datagrid values into Observable collection Object?Is it possible. .If Yes then plz anyone can tell me the solution?
-2
votes
1 answer

What does the "series" represent for a chart

Im busy creating some charts to go on my silverlight application and would just like to know what the .Series[0] represents in the following piece of code PieSeries pieSeries = ((PieSeries)chart.Series[0]);
CompiledIO
  • 160
  • 16
-2
votes
1 answer

Stack Panel in Silverlight 5

Can any one please tell me how to create stackPanels in .cs coding? I need to create multiple stack panels by coding. Can any one pls help regarding this?
-3
votes
1 answer

using class library in silverlight project

Currently I am working on a project with the Silverlight technology based on a 3tiers architecture (DataFormation, BusnessFormation, Chalenge) including: DataFormation: is a project of type class library BusnessFormation: is a project of type class…
Theboss
  • 47
  • 2
  • 11
-3
votes
1 answer

Silverlight UI effects

I want to build a nice looking UI with Silverlight, something that keep moving in a delicate manner (like this intro) I know of course this is possible through the Animation features of Silverlight, but they seem to me a bit too exhausting. I'm…
Letterman
  • 4,076
  • 5
  • 29
  • 41
-4
votes
1 answer

Creating a human model in a web application

I am looking forward to create a web application which allows user to generate 3D human models. When user gives the particular measurements, respective model should be generated. I am planning to do this in .net platform. I have few questions. What…
Don
  • 1
-5
votes
2 answers

How to print documents in HTML5

Can anyone tell how to print custom documents with HTML5? This is what i want with this print function. I have document management system that already have print function build using silverlight. I want a solution to replace silverlight plugin from…
Mewan
  • 9
  • 1
  • 1
1 2 3
94
95