About 268,000 results
Open links in new tab
  1. Use a webpage as the UI in a C# desktop application?

    I'm building a C# desktop app with a simple UI. Due to my familiarity with HTML/CSS, and a previous web-based iteration of a very similar app, it would be ideal if I could re-use some existing HTML/CSS …

  2. c# - Best way to deploy Visual Studio application that can run without ...

    85 I wrote a fairly simple application with C#/.NET and can't figure out a good way to publish it. It's a sort of a "tool" that users would only run once, or run every few months.

  3. Windows Form application on Visual Studio Code? - Stack Overflow

    Windows Forms is exclusive to the [Desktop] Windows platform. You can certainly not use VSCode for that, not even in Windows, as VSCode doesn't include form designer tools like the regular Visual …

  4. Call and consume Web API in winform using C#.net

    Sep 22, 2015 · Try to avoid mixing the Web API related code with your application logic. For example let's say you have a product Web API service. Then to use it, first define an IProductServieClient …

  5. Is it possible to make desktop GUI application in .NET Core?

    Sep 23, 2016 · 2 Yes, it is possible to develop cross-platform desktop (GUI) applications, for Windows, Linux and macOS, using Visual Studio Code, .NET Core, C#, GTK 3, gtksharp and Glade as the GUI …

  6. c# - Difference between "Windows Forms App" vs "Windows Forms …

    Dec 15, 2020 · Windows Forms App (.NET) is the type which makes desktop apps also but it uses .NET Core (Latest Version is .NET Core 5.0) The Windows Control Library project template is used to …

  7. c# - Which architecture pattern for a desktop application should i use ...

    Jul 5, 2019 · I am going to develop a simple desktop app (a basic crud with a tiny database) in C#, I don't know which pattern to use. In this case, which one would be the right one? Those are the …

  8. License for C# desktop application - Stack Overflow

    Sep 2, 2010 · How can I add license to my C# desktop application? I need to find a suitable free method to prevent unauthorised users installing my software.

  9. Framework that allows to automate desktop applications

    7 To automate desktop applications there are a few great choices available as follows: UiPath Studio software solution allows automating repetitive office tasks. WinAppDriver is a service to support …

  10. c# - OAuth 2.0 Authorization for windows desktop application using ...

    Mar 5, 2020 · I am writing a windows desktop application with External Authentication(Google, Facebook) in C#. I'm using HttpListener to allow a user to get Barer token by External Authentication …