Keswiik
Keswiik
CC#
Created by Frite on 6/26/2024 in #help
how can I avoid chaos like this ?
Because you could just check Keyboard.GetState().IsKeyDown(...) instead of trying to make a bunch of properties
18 replies
CC#
Created by Frite on 6/26/2024 in #help
how can I avoid chaos like this ?
For starters, what are you trying to do?
18 replies
CC#
Created by Raktbeej on 6/23/2024 in #help
https://github.com/Sudhanshu-GIT-00/.Net_Microservices.git
you'll have to sort that out if you want anything else to work
16 replies
CC#
Created by Raktbeej on 6/23/2024 in #help
https://github.com/Sudhanshu-GIT-00/.Net_Microservices.git
Well, you're getting an internal server error because it can't connect to whatever messaging bus you've setup.
16 replies
CC#
Created by frknztrk on 6/20/2024 in #help
C# Wpf DatePicker Custom Style Error
https://stackoverflow.com/questions/42013899/change-the-focused-border-color-of-a-wpf-textbox-when-it-gotfocus might be relevant as it shows how to override the focus border, which is what I think you're trying to do
7 replies
CC#
Created by Vegas on 6/21/2024 in #help
Connecting to database via String in XML
it is not the same as what you just showed
55 replies
CC#
Created by Vegas on 6/21/2024 in #help
Connecting to database via String in XML
please look at your middle code block
55 replies
CC#
Created by Vegas on 6/21/2024 in #help
Connecting to database via String in XML
because Connect is a ConnectionStringSettings object. You even correctly print the ConnectionString in your second-to-last code block
55 replies
CC#
Created by frknztrk on 6/20/2024 in #help
C# Wpf DatePicker Custom Style Error
^ I'd upload your code to this, most people don't want to download files
7 replies
CC#
Created by frknztrk on 6/20/2024 in #help
C# Wpf DatePicker Custom Style Error
$paste
7 replies
CC#
Created by Boykisser on 6/18/2024 in #help
I am new to C# and would like to hear about all the resources(paid or not) where I can learn C#.
$unity
17 replies
CC#
Created by Boykisser on 6/18/2024 in #help
I am new to C# and would like to hear about all the resources(paid or not) where I can learn C#.
Well, if game dev is your objective, you may want to hit up the unity discord
17 replies
CC#
Created by BlckViper on 6/18/2024 in #help
png image but background is not transparent
What is the background color of your picturebox?
26 replies
CC#
Created by BlckViper on 6/18/2024 in #help
png image but background is not transparent
Is this WPF? WinForms?
26 replies
CC#
Created by BlckViper on 6/18/2024 in #help
png image but background is not transparent
Just posting two pictures and saying "background is not transparent" doesn't give anyone useful info.
26 replies
CC#
Created by BlckViper on 6/18/2024 in #help
png image but background is not transparent
What exactly are you trying to do?
26 replies
CC#
Created by kasen0177 on 6/14/2024 in #help
Devexpress loadOptions parse filter array, how to handle in serverside
Well, it'd be easy to make some kind of QueryPredicate class that is created by parsing that object, which you could .ToString() (or create a .ToSql() method) to turn into a valid query predicate.
15 replies
CC#
Created by kasen0177 on 6/14/2024 in #help
Devexpress loadOptions parse filter array, how to handle in serverside
You've only reiterated the original post, not added any details that would make it easier to understand what you're doing. What is devexpress? What frameworks / etc are you using serverside? Any ORM or raw SQL? Because this looks to be some kind of query builder and without knowing how you're interacting with your database we can't really give suggestions.
15 replies
CC#
Created by Somgör from Human Resources on 6/8/2024 in #help
✅ Need help with docker deployment
Is there any reason your database isn't hosted in docker?
144 replies
CC#
Created by Zeksy on 6/7/2024 in #help
My First Ever C-Sharp Mini Project!
More of a fit for #code-review
10 replies