Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
cathei
Posts
Comments
C
C#
•
Created by Pszczółka Erina on 3/1/2025 in
#help
Number With Decimal Point
Decimal is fine. But why not either just have decimal or handle as integer :catthinking:
59 replies
C
C#
•
Created by Pszczółka Erina on 3/1/2025 in
#help
Number With Decimal Point
Why do you do this
59 replies
C
C#
•
Created by Pszczółka Erina on 3/1/2025 in
#help
Number With Decimal Point
decimal type is pretty much for money
59 replies
C
C#
•
Created by Pszczółka Erina on 3/1/2025 in
#help
Number With Decimal Point
You should state the purpose of this number
59 replies
C
C#
•
Created by Pszczółka Erina on 3/1/2025 in
#help
Number With Decimal Point
Integer
59 replies
C
C#
•
Created by error ♡ on 2/12/2025 in
#help
Generics, Constraints and a simple question
Even if it supported on classes it may not be as useful as you think, most of generic classes work invariantly (as in T used as both input and output)
9 replies
C
C#
•
Created by error ♡ on 2/12/2025 in
#help
Generics, Constraints and a simple question
Then your T can be covariant
9 replies
C
C#
•
Created by error ♡ on 2/12/2025 in
#help
Generics, Constraints and a simple question
Your
Param<T>
needs to be interface instead as
IParam<out T>
9 replies
C
C#
•
Created by error ♡ on 2/12/2025 in
#help
Generics, Constraints and a simple question
i.e.
IParam<Parent>
, not
Param<IParent>
9 replies
C
C#
•
Created by error ♡ on 2/12/2025 in
#help
Generics, Constraints and a simple question
Covariance only works for interfaces
9 replies
C
C#
•
Created by Joch on 1/14/2025 in
#help
SQL Query Filter by date range
It happens. Get some sleep!
19 replies
C
C#
•
Created by Joch on 1/14/2025 in
#help
SQL Query Filter by date range
No need to sorry, problem solved? :catlaugh:
19 replies
C
C#
•
Created by Joch on 1/14/2025 in
#help
SQL Query Filter by date range
Right, so did you put wrong data in second table? :catthinking:
19 replies
C
C#
•
Created by Joch on 1/14/2025 in
#help
SQL Query Filter by date range
Is year 2028 intended?
19 replies
C
C#
•
Created by Joch on 1/14/2025 in
#help
SQL Query Filter by date range
Is there a reason that it should not be showing? 2025-01-01 is included in that range
19 replies
C
C#
•
Created by Astraxes on 1/13/2025 in
#help
Help with C# student task
You need base class for all vehicle so start from that?
21 replies
C
C#
•
Created by Astraxes on 1/13/2025 in
#help
Help with C# student task
Show it and explain where you get stuck
21 replies
C
C#
•
Created by Astraxes on 1/13/2025 in
#help
Help with C# student task
You should start writing some code
21 replies
C
C#
•
Created by Astraxes on 1/13/2025 in
#help
Help with C# student task
Just post your task and ask what part you having trouble with. Then experienced people can give you advices. That’s your best bet here
21 replies
C
C#
•
Created by Astraxes on 1/13/2025 in
#help
Help with C# student task
I doubt anyone would willing to be personal tutor. That’s simply too much responsibility and involvement for volunteer help really.
21 replies