caique
caique
CC#
Created by caique on 10/23/2023 in #help
✅ WPF Masked TextBox
What's the easiest way to create a maskedtextbox in WPF? I did some searching and just find this package: Microsoft.Toolkit.Uwp.UI but it is imcompatible with my project apparently
17 replies
CC#
Created by caique on 10/19/2023 in #help
❔ trouble with data with PostgreSQL and EFCore
No description
32 replies
CC#
Created by caique on 10/16/2023 in #help
✅ Add tables in a project with EFCore
I already scaffold my DB in the CLI, but i need to add a new table to the project, how should i do that? I used DB First approach
12 replies
CC#
Created by caique on 10/5/2023 in #help
❔ Difficulty to find PostgreSQL data source to connect with database by EFCore.
No description
28 replies
CC#
Created by caique on 10/3/2023 in #help
❔ CRUD in Postgresql
I'm trying to select data to my database and put them in a combobox, but i can't get this information. I can only register informations on the database, but how could i get them?
12 replies
CC#
Created by caique on 8/19/2023 in #help
❔ Services communication in Windows Services
I need to create a service to start a service. It is possible? The service that would be affected is a backup monitoring, the service i have to make is supposed to check if it is running by a timer, if it's not it should run it. I just need to know if it is possible to make, and how to do that
8 replies