InfoQ

InfoQ

Topic/Tag specific view

WinRT Content on InfoQ


Latest featured content about WinRT

An Overview of .NET/Mono Runtime Versions, Profiles, and Targeting Packs

Topics
.NET Compact Framework,
MonoDroid,
MonoTouch,
iOS,
.NET Framework,
Mono,
Android,
.NET,
Operating Systems,
Mobile,
WinRT,
Programming,
.NET Micro Framework,
Windows 8

The .NET/Mono Framework has never been a single, unified stack and over the years Microsoft and Novell added several new versions to cover Linux, OS X, and mobile devices. With the introduction of Windows 8 and Visual Studio 11 we can expect one, maybe two more. In an attempt to clear up some of the confusion this article reintroduces all of the major profiles and many of the lessor know ones.

News about WinRT

Changes and Guidance for the Task Parallel Library in .NET 4.5

Topics
.NET Framework 4.5,
.NET Framework,
.NET,
Task Parallel Library,
WinRT,
Programming

With .NET 4.5 the way you work with the Task class has changed in a subtle but important way.

Windows Phone 8 Is to Be Based on WinRT?

Topics
Windows,
Microsoft,
WinRT,
Operating Systems,
Windows 8,
Companies,
Smartphone,
Windows Phone 7,
Mobile,
Metro

Leaked information suggests that Microsoft is working on unifying the Windows ecosystem, while Windows Phone 8 will be based on WinRT rather than Windows CE.

Universal Password Storage in Windows 8

Topics
WinRT,
Security,
Windows 8

Furthering their commitment to ubiquitous access, Windows 8 plans on offering universal password management. Windows 8 credential storage is intended to tie all other usernames names and password into a single account that will travel with the user. And this feature will be usable from all applications.

Silverlight Has Had a Bumpy Road. Will It Have a Smooth Transition to WinRT?

Topics
Silverlight,
.NET,
Rich Internet Apps,
Mobile,
WinRT,
Programming,
Windows 8

Microsoft had a great vision for Silverlight, a framework and a set of tools that would dominate the web development landscape, but it fell short of that. There are rumors there won’t be any Silverlight 6. If that happens, how easy is for the Silverlight developer to transition to WinRT? Some numbers show that it is pretty easy.

Mono 2.12 Roadmap

Topics
C#,
.NET Framework 4.5,
.NET Languages,
Mono,
.NET Framework,
.NET,
WinRT,
Programming

In anticipation of the upcoming Mono 2.12 public beta, Miguel de Icaza has released the planned feature set including many of the .NET 4.5 APIs and C# 5’s Async support. There is also an improved garbage collector, support for the full table of Unicode surrogate characters, and a new backend for the C# compiler.

The Story of Read-Only Collection Interfaces in .NET

Topics
.NET Framework 4.5,
.NET Framework,
.NET,
WinRT,
.NET Framework for Windows 8,
Programming

.NET 4.5 adds two new collection interfaces, IReadOnlyList and IReadOnlyDictionary. While these interfaces are quite humble on the surface, they expose the rather complex story of backwards compatibility, interoperability, and the role of covariance.