If you're building Windows Presentation Foundation applications that will change over time or have some combination of complex workflows, rich user interaction, and significant presentation or ...
I have a SQL 2008 database with some sprocs, etc... that take data in tables and export it to XML files. These XML files are used to provide sample data to test an application we use that imports XML ...
Let's say I have some existing, unmanaged C++ APIs that also include C code (using extern "C"). If I wanted to write a basic C# WPF GUI front-end utilizing these pieces, is that a good idea, or just ...