InfoQ Homepage Silverlight Content on InfoQ
-
Google Releases Dart 1.0
Two years after its initial announcement and preview release, Lars Bak announced the first stable release of Dart at Devvox in Belgium today. Dart is Google’s new web programming language and platform for developing modern web applications.
-
XAML Spy is Now Free
First Floor Software, makers of XAML Spy, is now offering a free version of their flagship product. Known as XAML Spy Express, this product allows developers to browse the visual tree of a running WPF, Silverlight, Windows Phone, or Windows Store application.
-
Chrome to Drop Support for NPAPI Plugins Including Java, Silverlight, and Unity
Stating that “NPAPI’s 90s-era architecture has become a leading cause of hangs, crashes, security incidents, and code complexity”, Google intends to remove the Netscape Plug-in API. This is the plug-in technology used host application runtimes such as Silverlight, Java, and Unity. They are beginning the process in January by disabling all plugins not a small whitelist.
-
Multi-Touch Behaviors Package for Windows Phone and Silverlight Now Available on NuGet
Davide Zordan has recently released a new package on NuGet which enables developers to build Windows Phone 8 and Silverlight applications enabled with gesture behaviors.
-
API Diff Lists for .NET, Silverlight, and Windows Phone
First Floor Software has just released an updated version of their Diff Lists for .NET, Silverlight, and Windows Phone. These updated lists make it easy to see what classes and method are available when moving code from one platform to another.
-
A Portable HTTP Client for .NET
Until recently, one of the problems with sharing code across .NET, Silverlight, Windows Phone, and Windows Store is the inability to make HTTP requests. Each framework supports one or more HTTP clients, but they are incompatible each other at an API level. The Portable HTTP Client package adds an adapter to paper over these differences.
-
Phil Japikse on Telerik DevTools for .NET Q2 2013
Telerik has announced the roadmap for DevTools for .NET Q2 2013 which includes addition of new controls and features to their Ajax, Windows Forms, Reporting, Windows 8 and Windows Phone 8 product suites.
-
Netflix Gives Up Silverlight, Chooses HTML5
Netflix has announced their intent to switch their video player from Silverlight to HTML5, the first implementation of the new player being done in Chrome/Chrome OS, with Windows and Mac OS X following soon.
-
RadPivotGrid with Filters and OLAP
Telerik recently released RadPivotGrid control that enables you to build Microsoft Excel look and feel applications for WPF and Silverlight.
-
NetAdvantage Reporting with Hierarchical Data and Enhanced Report Engine
Infragistics NetAdvantage Reporting 2012 volume 2 includes support for Hierarchical Data and Visual Studio 2012. It also ships with an Enhanced Report Engine and Pagebreak Control.
-
Tools for Building Advanced Media Applications
In the //Build/, Mike Downey demonstrated the key technologies that are employed by developers to create advanced media rich applications using Windows 8.
-
Silverlight.net Unplugged
Microsoft closed the official Silverlight resource site and redirected it to the MSDN developer center spreading rumours about the end of Silverlight.
-
Math.NET Numerics with F#, Intel MKL and Vector Slicing Support
Math.NET recently released numerics library with improved F# including support for Windows Phone 8 and vector slicing.
-
Avoiding Performance Pitfalls With XAML
The DependencyProperty and DependencyObject which form the building blocks for most XAML features come with a performance cost. An MSDN article “Optimizing C# for XAML Platforms” discusses this in detail along with ways to minimize its impact.
-
Undo-Redo Frameworks For WPF and Silverlight
Undo and Redo are commands that are commonly expected by end users and, when well implemented, can improve an application's usability significantly. At least two libraries exist that can help WPF and Silverlight developers for this purpose - a recently announced Undo-Redo framework from Infragistics (CTP) and an open source library called Undo.