Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Pedro Gil Mora
Posts
Comments
C
C#
•
Created by Erich21 on 11/23/2024 in
#help
Image sources.
mmm.. right.. maybe it's not embbeded as compilation resource
22 replies
C
C#
•
Created by Erich21 on 11/23/2024 in
#help
Image sources.
I clearly suggested for reasearch purpose
22 replies
C
C#
•
Created by Kirieshka on 11/23/2024 in
#help
How do I create my own file extension?
You mean registrate the association of that extension to your program right?
17 replies
C
C#
•
Created by Erich21 on 11/23/2024 in
#help
Image sources.
Use designer, add the picture and look at the generated code behind
22 replies
C
C#
•
Created by ZeyFox on 11/21/2024 in
#help
How to set a custom color for the GridViewColumnHeader ?
You need to set styles per visual states
3 replies
C
C#
•
Created by Pedro Gil Mora on 10/7/2024 in
#help
Dictionary vs switch in source generated code
There's a difference of course. My test it's about which one reflect fastest lookup rather than measuring the final method to be called inside every case
52 replies
C
C#
•
Created by Pedro Gil Mora on 10/7/2024 in
#help
Dictionary vs switch in source generated code
yep
52 replies
C
C#
•
Created by Pedro Gil Mora on 10/7/2024 in
#help
Dictionary vs switch in source generated code
I tried frozen, normal, immutable.. none of them were as fast as dictionary
52 replies
C
C#
•
Created by Pedro Gil Mora on 10/7/2024 in
#help
Dictionary vs switch in source generated code
52 replies
C
C#
•
Created by Pedro Gil Mora on 10/7/2024 in
#help
Dictionary vs switch in source generated code
52 replies
C
C#
•
Created by Pedro Gil Mora on 10/7/2024 in
#help
Dictionary vs switch in source generated code
that can be enhanced if expression returns a value, but for void, it's pretty much like this
52 replies
C
C#
•
Created by Pedro Gil Mora on 10/7/2024 in
#help
Dictionary vs switch in source generated code
52 replies
C
C#
•
Created by Pedro Gil Mora on 10/7/2024 in
#help
Dictionary vs switch in source generated code
52 replies
C
C#
•
Created by Pedro Gil Mora on 10/7/2024 in
#help
Dictionary vs switch in source generated code
the variable
52 replies
C
C#
•
Created by Pedro Gil Mora on 10/7/2024 in
#help
Dictionary vs switch in source generated code
still though it should be faster than dictionary, I mean switch expression
52 replies
C
C#
•
Created by Pedro Gil Mora on 10/7/2024 in
#help
Dictionary vs switch in source generated code
this time I want to remove all possible overheads
52 replies
C
C#
•
Created by Pedro Gil Mora on 10/7/2024 in
#help
Dictionary vs switch in source generated code
I know, but it introduces some overheads in the lowered version some times
52 replies
C
C#
•
Created by Pedro Gil Mora on 10/7/2024 in
#help
Dictionary vs switch in source generated code
of course I use them, a lot
52 replies
C
C#
•
Created by Pedro Gil Mora on 10/7/2024 in
#help
Dictionary vs switch in source generated code
I mean for this case
52 replies