deathsangel1234
deathsangel1234
CC#
Created by Itskillerluc on 2/1/2023 in #help
✅ Is .net required
148 replies
CC#
Created by Itskillerluc on 2/1/2023 in #help
✅ Is .net required
ASP.net is generally used for APIs. You don't need to use ASP.net at all, it's just a framework.
148 replies
CC#
Created by deathsangel1234 on 12/14/2022 in #help
❔ How do I search through a list for the first missing value in a range of numbers?
Ok, I'll take a look in a little bit. Thanks!
21 replies
CC#
Created by deathsangel1234 on 12/14/2022 in #help
❔ How do I search through a list for the first missing value in a range of numbers?
Do you have a link?
21 replies
CC#
Created by deathsangel1234 on 12/14/2022 in #help
❔ How do I search through a list for the first missing value in a range of numbers?
Thanks for the help!
21 replies
CC#
Created by deathsangel1234 on 12/14/2022 in #help
❔ How do I search through a list for the first missing value in a range of numbers?
Yeah, that's fair. I was just trying to save as much space as possible, I guess. Though, I doubt anyone will hit 100 million items in one database.
21 replies
CC#
Created by deathsangel1234 on 12/14/2022 in #help
❔ How do I search through a list for the first missing value in a range of numbers?
Also these lists are around 100 million long, so making that separate full list would be pretty impractical. 😅
21 replies
CC#
Created by deathsangel1234 on 12/14/2022 in #help
❔ How do I search through a list for the first missing value in a range of numbers?
I'm basically making a new ID, and I want it to take the first value that's free so I can use that, rather than just adding 1 to the end of the list(which will be what happens if I don't find anything). I have 3 separate ranges of numbers that would need to be checked, depending on a value that's passed in. Does that make more sense? I know I'm not explaining the best.
21 replies
CC#
Created by deathsangel1234 on 12/14/2022 in #help
❔ How do I search through a list for the first missing value in a range of numbers?
Yeah, but I would need it to use 3 separate ranges of numbers, and I'm trying to keep it as skinny as possible, if at all possible.
21 replies