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.
How do I know if I’m violating MVVM with WPF? [closed]
Closed 10 years ago.
What is the best strategy for licensing a desktop application using a web service, when all I need to know is when people use the product?
Our company’s main application is a desktop program that is used at warehouses and written in C# and Windows Presentation Forms.
How to name an subclass that add a minor, detailed thing? [closed]
Closed 9 years ago.
Hierarchical View/ViewModel/Presenters in MVPVM
I’ve been working with MVVM for a while, but I’ve recently started using MVPVM and I want to know how to create hierarchial View/ViewModel/Presenter app using this pattern.
Future of desktop applications on Windows 8 [closed]
What are the technologies available for developing desktop applications on Windows 8?
How to test a localized WPF application in visual studio 2012
I am trying to create a localized application in C# / WPF in Visual Studio 2012. For that I created two resource files and changed one string in a (XAML) window to use the resource files (instead of a hardcoded string).
WCF service as a proxy for publishing real-time data to a WPF/MVVM clients
I’ve been tasked with creating a dashboard application to show real time updates for our servers. The raw data comes in from an XML file on our intranet which I need to parse and present to the user.
Data representation with C# and WPF
I’m developing an application handling DB parts. I retrieve the data from the DB with stored procedures and prepared statements. Now I want to display the data in the GUI.
Communication between a C# application and C++ DLL
I am currently building an audio streamer and I have a CPP .dll that I use functions of inside the WPF C# GUI.