Pobiega
Pobiega
CC#
Created by Αμμάν Ριζουάν on 4/24/2025 in #help
✅ ASP.NET Core Web API Model Creation.
Avoid using the attributes if possible, prefer IEntityConfiguratiion<TEntity> or at the very least do it in OnModelCreating
16 replies
CC#
Created by Αμμάν Ριζουάν on 4/24/2025 in #help
✅ ASP.NET Core Web API Model Creation.
16 replies
CC#
Created by Clean Cock on 4/19/2025 in #help
No permission for file saving when hosting .net apps on docker.
Give this a try
32 replies
CC#
Created by Clean Cock on 4/19/2025 in #help
No permission for file saving when hosting .net apps on docker.
32 replies
CC#
Created by yourFriend on 4/18/2025 in #help
Silly OOP question about constructors
But if its a type only used internally or similar and that isn't a problem for you, yeah this works
7 replies
CC#
Created by yourFriend on 4/18/2025 in #help
Silly OOP question about constructors
Optional arguments isn't exactly the same as method/constructor overloading, especially when reflected over
7 replies
CC#
Created by Lukas on 3/31/2025 in #help
✅ Bubbel sorting
I personally really like the wikpedia algo pages. Look at https://en.wikipedia.org/wiki/Bubble_sort
11 replies
CC#
Created by Trapyy on 3/21/2025 in #help
✅ When to use each constructor?
but a still exists, and can be mutated and used
15 replies
CC#
Created by Trapyy on 3/21/2025 in #help
✅ When to use each constructor?
A gets the value from a, as we intended
15 replies
CC#
Created by Trapyy on 3/21/2025 in #help
✅ When to use each constructor?
there you go
15 replies
CC#
Created by Trapyy on 3/21/2025 in #help
✅ When to use each constructor?
1 sec
15 replies
CC#
Created by [Helium] on 3/21/2025 in #help
Any good guides/videos to learn Abstract Classes?
but for games, composition tends to give better results
31 replies
CC#
Created by [Helium] on 3/21/2025 in #help
Any good guides/videos to learn Abstract Classes?
a dog is an animal
31 replies
CC#
Created by [Helium] on 3/21/2025 in #help
Any good guides/videos to learn Abstract Classes?
inheritance solves some problems nicely, like the "is a" question
31 replies
CC#
Created by [Helium] on 3/21/2025 in #help
Any good guides/videos to learn Abstract Classes?
this is where "composition over inheritance" comes from
31 replies
CC#
Created by [Helium] on 3/21/2025 in #help
Any good guides/videos to learn Abstract Classes?
what if the sword also acts as a fluid container? (crazy I know but bear with me)
31 replies
CC#
Created by [Helium] on 3/21/2025 in #help
Any good guides/videos to learn Abstract Classes?
do we base it on IceSword, or FireSword? or just on Sword itself?
31 replies
CC#
Created by [Helium] on 3/21/2025 in #help
Any good guides/videos to learn Abstract Classes?
but then you want to make another sword that is both ice AND fire... oops, what do we do now?
31 replies
CC#
Created by [Helium] on 3/21/2025 in #help
Any good guides/videos to learn Abstract Classes?
so you make Sword > IceSword
31 replies
CC#
Created by [Helium] on 3/21/2025 in #help
Any good guides/videos to learn Abstract Classes?
and then you want to make a sword that deals ice damage, instead of slashing
31 replies