.net 6

  1. F

    USB Comms in .NET 6.0

    Hi folks, I am a long-time VC++/MFC developer starting to migrate my very large ( 2+ M-Line) program to C# and .NET 6.0. I have started prototyping this year and, so, have much to learn about C# and .NET. The program that I am migrating sends requests to, and receives data from, our family of...
  2. A

    binding error, cannot find source?

    Hi I am getting this binding error . Can you please explain me the reason behind this and how can I solve it . Please let me know if you need any further data .
  3. P

    Azure App Configuration

    Hi, I'm building a new worker service, in that i want to use my application settings from both local settings and Azure App Configuration. So i have two questions to clarify before i'm going to implement the Azure App configuration. 1) Can i keep the same keys in both places like my local app...
  4. E

    WPF C# Custom Control issue

    Good evening, i have a issue i created custom button control, and used xmlns:Icon="http://metro.mahapps.com/winfx/xaml/iconpacks" and i am getting ( Icon properety was already registerd by MenuButtons ) menubuttons is the name of my user control, code <UserControl...
  5. R

    Using Env Variables In AppSettings.Json

    I am trying to hide my server username and password in my default connection string. I have environment variables I set in the default config menu of visual studio, but how would I go about referencing them from default config? I can't use any string interpolation there. {...
  6. R

    Create ADO.Net Entity Model On Mac

    I am using .Net 6 and Framework 4.8 to build an app with Visual Studio but I can't seem to create the Ado .Net Entity Model it is not listed when I try to create a new class. Is there a simple way to create it on mac?
  7. S

    Resolved Process of Building Web Apps

    Hi everyone, I would like to build a menu display system for tablets(no ordering feature). I have defined some endpoints for my API and it works (I'm using .NET Core and PostgreSQL) There are three main projects in a solution I guess: - Frontend for customer (Angular v13) - Backend for...
Back
Top Bottom