Tagged Questions

The Windows Runtime library (WinRT) is the principal provider of system services for applications in Windows 8 that will be designed to incorporate the new "Metro" style. "Metro" style apps are a new alternative to "classic" desktop apps, and they live together, side-by-side. ...

learn more… | top users | synonyms

123
votes
7answers
10k views

How does the new Windows 8 Runtime (WinRT) compare to Silverlight and WPF?

I am trying to get my head round the new Windows 8 Runtime that is used to create Metro style apps. I know you can use it with XAML and it is based on .NET so C# and VB.NET can be used to write the ...
46
votes
5answers
7k views

Why is WinRT unmanaged? [closed]

Windows 8 introduces WinRT, which is like .NET but unmanaged. Why is it unmanaged? Is it a performance issue? Does it mean garbage collection is not suitable for lower level APIs?
34
votes
1answer
7k views

Using WinRT from C?

Watching the //BUILD stuff, I saw that WinRT API's can be consumed by C code: I am rather excited about a fresh C API available to Win32 developers. Where can I find information on the C WinRT ...
28
votes
3answers
3k views

How can a Metro app in Windows 8 communicate with a backend desktop app on the same machine?

In a situation where you have the UI frontend built using the new Metro style of apps for windows 8, and would like it to communicate with a .NET application running on the desktop on the same local ...
16
votes
2answers
892 views

WinRT and build-in Windows 8 Apps

Can non-Metro Windows apps (ex: Explorer) be built with the new WinRT, or must they still be Win32 based?
15
votes
3answers
500 views

auto foo = ref new Foo(); What is “ref”?

I was watching a video from, //build/ and several of the MS developers were using a syntax like this in their C++11 programs: auto foo = ref new Foo(); I understand what everything does in this ...
15
votes
1answer
887 views

Does WinRT have Garbage Collection?

Does WinRT have Garbage Collection? Or does it do reference counting as does COM?
14
votes
3answers
5k views

Windows 8, C++ and Metro GUI samples?

So I look at this (Windows build keynote 1:42:56) And I just do not get it - what I can use to create GUI from C++ and/or GUI language that will be capable to call functions from my C++ code? HTML, ...
13
votes
4answers
1k views

Creating Windows Metro style apps with java?

I know how to create small desktop applications in java. I want to know that can I make Windows Metro style apps in Java? because on the web only c++/c/c#/javascript etc. are mentioned. If yes can you ...
13
votes
5answers
789 views

What's the main developing framework for the next Windows?

Some articles point to Windows 8 development being HTML-based instead of primarily using native code like C or C++ (as it has been until now) or .NET (as now, or even more so as it would have been in ...
11
votes
4answers
424 views

Does WinRT still have the same old UI threading restrictions?

In WinForms, pretty much all your UI is thread-specific. You have to use [STAThread] so that the common dialogs will work, and you can't (safely) access a UI element from any thread other than the one ...
10
votes
3answers
634 views

Can the ARM version of Windows 8 only run Metro (WinRt) style apps?

See also: Is there any way to write a WinRt (Metro) app that will also work on Windows 7 and Vista? I am trying to understand how to target both Windows 8 on Arm and Windows 7, given that Windows 7 ...
10
votes
4answers
2k views

Windows 8 and LOB Apps

What is the recommended approach for building line of business apps for Windows 8? e.g. complex bespoke finance application They clearly don't fit into the Metro style so presumably will be a regular ...
10
votes
3answers
2k views

WinRT and .Net Framework

After the WinRT presentation, I'm confused about the role of the .net framework in the Microsoft development stack. Is it necessary for developing WinRT applications?
10
votes
5answers
954 views

Is there any way to write a WinRt (Metro) app that will also work on Windows 7 and Vista?

We can’t just leave our customers that are not able to upgrade to windows 8 for a long time in the larch. However there is demand for a “tablet”/”touch” version of our app. So how can we support ...
10
votes
4answers
1k views

Can old native applications run on Windows8 tablet version?

I don't understand this picture well. In the Metro style Apps, what does C/C++ mean? Native C/C++? or is it managed C++? They(Metro style apps) don't even have Win32 layer! To make an application ...
9
votes
2answers
776 views

How to Distribute Compiled Windows 8 Metro Applications without Windows Store?

I am just curious if there is a way to package up a Windows 8 Metro application to distribute it to others with the Windows 8 Developer Preview installed? It would be nice to be able to allow someone ...
9
votes
6answers
2k views

C++, C# and JavaScript on WinRT

From image below, Windows 8 Platform and tools. I know this mean I can use C++, C# or JavaScript for Metro style App. I also watch some build's keynote and I have couple of questions here. Do ...
8
votes
1answer
159 views

Do Metro controls reuse the same codepath at low level even if controls are created from HTML/JS or XAML?

Suppose I create two metro apps, one with an HTML view which has <input type="text"/> another with a XAML based view <TextBox/> Does the underylying implementation map to the same ...
8
votes
2answers
1k views

Can C++/CX simplify my (non-WinRT) WPF application?

C++/CX seems to make interfacing native C++ with C# FAR easier and more direct than the current method using a C++/CLI 'layer' in-between (with all the complications that entails). But can I use ...
8
votes
2answers
969 views

Metro Tile Notifications in C#

I'm trying to put together a simple Windows 8 metro style app in c# with tile notifications but I can't seem to get them working. What I can't quite figure out yet is where the code to update the ...
7
votes
1answer
364 views

F# WinRT Benefits

Wiithout wanting to create an open ended question.... F# is currently absent from the Windows 8 dev preview. There is a mapping layer in WinRT that wraps core objects into CLR objects for C# / VB or ...
7
votes
4answers
519 views

How easy is it to port a Windows Phone 7 application to Metro on a Windows 8 tablet?

I know that Metro on both platforms shares a common “look and feel” and that WinRt makes use of xaml and C# (or VB.NET) like Silverlight does on Windows Phone 7. However I also know that WinRT is ...
6
votes
1answer
130 views

DataContractSerializer in WinRT

I was practicing the WinRT API but encountered some problems need your help. I want to try the DataContractSerializer and reference this site: http://winrtstoragehelper.codeplex.com/ The code: ...
6
votes
2answers
210 views

Getting a Type Assembly in Windows 8

I'm trying to use MEF in Windows 8. In order to build up my AssemblyCatalog for the container, I need a reference to the assembly. In the past, I would have just done this: var catalog = new ...
6
votes
2answers
262 views

Does WinRT/Metro support multiple monitors?

I want to create an application that has multiple touch surfaces, preferably using the Metro/WinRT APIs. However, much of what I've read indicates that Metro is confined to a single (primary?) ...
6
votes
2answers
288 views

Can WinRT application use obfuscation?

All Metro applications must be inspected before distribution through Windows 8 AppStore. Does this mean it will not be allowed to use code obfuscation? Or it is still possible, and only some specific ...
6
votes
1answer
339 views

How does the mapping between WinRT and managed works?

I heard that the new WinRT is an unmanaged framework and it is based on COM, but somehow they figured out something to make mapping between WinRT and managed code easier. I would like to know how this ...
6
votes
5answers
844 views

Dynamic code execution on WinRT in Windows 8 (either C++ or .NET/C#)?

Does WinRT under windows 8 metro allow you to dynamically load and execute code? For example, is it possible to download a dll into memory or to isolated storage and run code from it? Could code that ...
6
votes
5answers
1k views

Does C++/CX detect and solve cycles of objects?

From my understanding C++/CX doesn't use garbage collection, it use a reference counted approach instead. The problem with reference counting is that it cannot dispose of cycles. Cycles are usually ...
6
votes
1answer
296 views

DataTrigger in WinRT?

I was able to find EventTrigger in the WinRT reference, however, I wasn't able to find DataTrigger. I wasn't able to use it in an application either. Can anyone confirm that DataTrigger is really ...
5
votes
3answers
163 views

Best practice for saving sensitive data in Windows 8

What's the best way of saving sensitive data to a local file in Windows 8? I'm developing a C# application that needs to store oAuth tokens/passwords. I've heard it was common in .NET to ...
5
votes
1answer
167 views

Windows 8 / Metro Certification Requirements - How to check?

In order to get your application certified for Windows 8, Microsoft says that you need to "only use APIs for Metro Style Apps" (reference) Is there a tool that can be used to check against existing ...
5
votes
4answers
490 views

Accessing other processes in Win8 Metro-style app

I am trying to build a Windows 8 "metro-style" app that will operate as a "app killer". For those of you who have used Win8 (Tech Preview) you'll notice that once you open a metro-style app you ...
5
votes
2answers
342 views

How WinRT events are interoperate with .NET

In the latest video by Rx team Bart De Smet: Rx Update - .NET 4.5, Async, WinRT I saw that WinRT events exposed to .NET by some really strange metadata, more preciesly - add_/remove_ pair methods ...
5
votes
1answer
175 views

WinRT and persisting struct to and from an array of bytes?

Using .NET 4.0 I can quickly convert a struct to and from an array of bytes by making use of the Marshal class. For example, the following simple example will run at around 1 million times per second ...
5
votes
0answers
113 views

Creating a Sorted Collection View in WinRT

Has anyone had a go at creating a view that sorts a collection? The ICollectionView interface is present, and it claims to have the same responsibilities as its WPF / SL counterpart (sorting, paging, ...
5
votes
3answers
335 views

WinRT - Start an application on Windows boot?

I'm working on a Metro style application in the new WinRT (.NET 4.5) framework for Windows 8, and I was wondering if it would be possible somehow for an application (through the registry or some other ...
5
votes
2answers
287 views

WinRT Data Virtualization implementation in C#

I have asked this question on the MSDN forum (with no success), maybe StackOverflow will prove its strength one more time... I was attending Hamid Mahmood's session on collection and list apps and ...
5
votes
2answers
382 views

Can XAML be used with JavaScript in WinRT?

Or JavaScript is only restricted to HTML? I've only seen HTML-JavaScript demos at Build 2011
5
votes
3answers
528 views

How to reference a native WinRT component from a managed project?

It's been said that you can create a C++ WinRT component that you can consume in C#. I have a simple test project - a C# XAML app, and a C++ project using just the basic WinRT Component project ...
5
votes
1answer
385 views

System.Reflection.Assembly.GetExecutingAssembly() in WinRT

There is no longer a static method on the Assembly class in WinRT for gaining access to the current executing assembly? What is the methodology for this in WinRT?
5
votes
3answers
622 views

What are WinRT language projections?

What are WinRT language projections and what are they used for?
4
votes
1answer
151 views

Can I use my existing .Net 4.0 Class Libraries on WinRT Metro Style Applications for Windows 8

I just started diving into Metro Style application development and I realized that there is no framework targeted when I look at the properties of the application. So, can I use my existing .Net 4.0 ...
4
votes
2answers
180 views

Does Windows 8 Compile JavaScript?

It is exciting that Windows 8 is supporting so many languages for Metro App development. One that especially interested me was the HTML5/CSS/JavaScript. What I don't understand, is this code going ...
4
votes
1answer
245 views

Does WinRT access the NT kernel directly (when it needs OS support) or does it go through Win32?

How is WinRT implemented beneath the hood? Uses NT directly kernel directly or is it implemented on top of Win32/64?
4
votes
2answers
395 views

Can I use Sqlite in a WinRT application (javascript)?

Is it possible to use a Sqlite database in a windows 8 (winRT) javascript application? What I want to achieve is to download a Sqlite database and store this in local storage before use. I believe ...
4
votes
2answers
271 views

How to use SQLite within a WinRT DLL?

I am trying to develop a WinRT DLL which uses SQLite to write database. But it seems like some win32 APIs in SQLite source code are not supported by metro, such as, LoadLibraryW, GetTempPathA. Is ...
4
votes
4answers
2k views

WinRT and WPF in Windows 8

As I understand, WinRT is a different version of WPF written without using the underlying Win32 APIs. What's the relation of WinRT and WPF? Will WPF work under Metro in Windows 7 or will it launch ...
4
votes
1answer
215 views

How does JavaScript hook WinRT events?

Suppose I'm writing a WinRT app with both JavaScript and C# code, and I want my JavaScript code to hook an event on my C# object. I know that's supposed to be possible, but what would that JavaScript ...

1 2 3 4