hime
hime
CC#
Created by _V on 6/11/2024 in #help
How do I get visual studio to suggest code like this ?
I thought it was just ctrl + space
8 replies
CC#
Created by zheliya on 4/20/2024 in #help
what is the complete roadmap of learning .NET
Start an actual project instead of just learning the stacks
38 replies
CC#
Created by Darkisad on 4/20/2024 in #help
classification texts with answers
He wants a course or a tutorial in broken english
47 replies
CC#
Created by habtard on 4/9/2024 in #help
EF core can't use any tooling
Did you use .AddDbContext
43 replies
CC#
Created by habtard on 4/9/2024 in #help
EF core can't use any tooling
Can you show how you register your dbconfext to the service collection
43 replies
CC#
Created by habtard on 4/9/2024 in #help
EF core can't use any tooling
Show your code
43 replies
CC#
Created by JohnStoober on 12/15/2023 in #help
Not gettting right pwd
How are you running your program
31 replies
CC#
Created by Ewan on 11/30/2023 in #help
✅ How do i order these lines from highest to lowest from a text file
I mean, are you the one who write the text file
9 replies
CC#
Created by olleeee on 11/30/2023 in #help
✅ Lists is the same index all the time.
It's the perfect time to use a debugger to watch what the values are
41 replies
CC#
Created by olleeee on 11/30/2023 in #help
✅ Lists is the same index all the time.
You're almost there, but again, you don't need the loop as you're only doing it once
41 replies
CC#
Created by olleeee on 11/30/2023 in #help
✅ Lists is the same index all the time.
Loops are when you want to do things repeatedly, it looks like you only want to add to a single house, so a loop isn't the right way to do it.
41 replies
CC#
Created by Ewan on 11/30/2023 in #help
✅ How do i order these lines from highest to lowest from a text file
Are you the one who generated this text?
9 replies
CC#
Created by joren on 10/26/2023 in #help
✅ Covariance & Contravariance
Covariance allows interface methods to have more derived return types than that defined by the generic type parameters. Contravariance allows interface methods to have argument types that are less derived than that specified by the generic parameters.
211 replies
CC#
Created by joren on 10/26/2023 in #help
✅ Covariance & Contravariance
This lists a bunch of where they're useful
211 replies
CC#
Created by joren on 10/26/2023 in #help
✅ Covariance & Contravariance
211 replies
CC#
Created by Vеrsette on 9/3/2023 in #help
✅ String search by user text input algorithm
If it shouldn't be an exact match, then you can just do what you precisely need, e.g. StartsWith, EndsWith, or Contains.
10 replies
CC#
Created by Sound on 6/18/2023 in #help
❔ Foreach
Move the first object to the end? So you mean a Queue<T> would fit better
9 replies
CC#
Created by Sound on 6/18/2023 in #help
❔ Foreach
I ask this because there's several ways you could do things when it's vague, for example doing LINQ to map the list to what you want
9 replies
CC#
Created by Sound on 6/18/2023 in #help
❔ Foreach
In what way do you want to modify the object?
9 replies