About 6,240,000 results
Open links in new tab
  1. .net - How to begin WPF development? - Stack Overflow

    Sep 25, 2008 · Mastering WPF (and silverlight, and basically any vector based XAML .net rich UI framework) requires more than understanding the new development concepts (and there are many).

  2. c# - Visual Studio Code configuration for .NET Framework WPF project ...

    Sep 25, 2024 · What are the canonical VS Code configuration files (settings.json, launch.json, tasks.json, etc.) for developing a C# .NET Framework WPF project in Visual Studio Code while …

  3. windows - What exactly is WPF? - Stack Overflow

    Sep 1, 2008 · WPF is the Windows Presentation Foundation. It is Microsoft's newest API for building applications with User Interfaces (UIs), working for both standalone and web-based applications.

  4. What is the difference between WPF and WinForms?

    Aug 26, 2009 · One obvious answer is that WPF offers a richer user experience than WinForms, allowing for animations (even 3D) in the user interface, for example. From a development …

  5. c# - MVVM: Tutorial from start to finish? - Stack Overflow

    I was in exactly the same situation recently, mate, and I can tell you what I did. Josh Smith "WPF Apps With The Model-View-ViewModel Design Pattern" read again, again and again :-) download the …

  6. c# - Jetbrains Rider + Visual Studio WPF - Stack Overflow

    Oct 27, 2020 · The main problem for me is that I need a Windows Forms or WPF Designer for the GUI. Is there any external software available for it or does anybody know a convenient work pipeline to …

  7. c# - #if DEBUG vs if (env.IsDevelopment ()) - Stack Overflow

    It seems that Preprocessor Directives (#if DEBUG) and ASP.NET Core Environment Name (IHostingEnvironment.EnvironmentName) both could be used when you want to have different …

  8. How to configure Neovim for C# .NET development with VS …

    Nov 11, 2024 · I primarily use Visual Studio Professional 2019 and VS Code for C# .NET Framework and WPF XAML development. I want to try Neovim, particularly for its undotree feature, but I need to …

  9. ASPNETCORE_ENVIRONMENT equivalent for .NET Core WPF app?

    Jan 24, 2023 · I'm developing a .NET Core (.NET 6) WPF app, and I have a problem detecting the dev environment (Development or Production). I'm creating a IHost when my WPF app starts, in order to …

  10. Can we run a C#/WPF application on Mac OS X? - Stack Overflow

    Jul 20, 2015 · 51 I sell a C#/WPF application (targeting .net 3.0 at the moment) and people keep asking me for a Mac version. The application is a time tracking application with a good GUI, there isn't that …