Relevance of Metro to ASP.Net developer?
I am a web developer, working mostly with ASP.Net(webforms + MVC), C#, javascript and so on.
Could Apple and Microsoft allow the GPLv3 on their locked-down devices?
It seems that both Apple and Microsoft prohibit GPLv3-licensed software in the app stores for their locked-down devices (i.e. iOS, Windows Phone and the Metro part of Windows). I have heard various explanations for this. However: Would they even be able to allow this license in their app stores if they wanted to, or does the GPL’s anti-tivoization clause already prohibit this?
Is a 64-bit Laptop going to be a problem for “Metro” apps? [closed]
Closed 12 years ago.
What is the correct UI interface to learn for creating Windows phone 8 apps?
I am a veteran Delphi 6 programmer transitioning to C# development. My first project is a open source library that will have a minimal user interface since it is meant to be used as a Component primarily on desktop PCs running Visual Studio. My next project is going to be a Windows 8 phone app and I intend for that platform to be my primary focus for future C# development, not the desktop.
Does async/await makes simple thing unnecessary complicated?
After exposing to Windows App Store development for a month, I begin to feel that async
/ await
programming model does more harm than good. It makes simple thing complicated.
Use Windows Store controls in a Windows 8 desktop app?
Is it possible to use the Windows 8 Store controls in a Windows 8 desktop app? Controls like the FlipView and SemanticZoom would be useful.