C
C#
help
How can I sort a list of entries (Id, ParentId) into a tree hierarchy? [Answered]
Message Not Public
Sign In & Join Server To View
Looking for more? Join the community!
C
C#
help
C
C#
help
Recommended Posts
Need Help with creating a JsonSchemaI need to create a JSON-Schema to validate some properties of a json object.
I'm using the `oneOf` pError Handling vs Type Enforcement [Answered]In what scenarios would error handling be more effective/efficient and in what scenarios would only Hosting an APIWhat would you guys use to host a websocket stream API such as https://docs.deribit.com/ or https://WPF InputBinding with Mouse4 or Mouse5 (X1 or X2)MouseBinding only seems to support Left, middle and right clicking (and the double click versions) (App.Config vs Resources.resx [Answered]What's the main difference between them also why App.Config considered more secure approach ?
2nd quUsing multiple RateLimiters correctly. [Answered]I'm wrapping an API which requires no more than 4 requests per second **and** 200 per hour, I've gotAbstract List of KeyValuePairs```cs
public abstract List<KeyValuePair<string, int>> inventory;```
It says I can't do this with a fDynamic body parameters based on another property in the bodyHi, I'm trying to replicate this api endpoint, but I'm not sure how they made it so you can have difMAUI navigation to new page with injected viewModelIf you think this belong more into #mobile channel I can move, but I think some of you who are morecatching an exception in an async Task [Answered]I can't seem to catch an exception that is thrown in an async Task, I put try/catch within the asyncpass data onclick from one page to another page in asp nethi all, im trying to redirect a page from **Main Page** to **Sub Page**
when i click an item on **MASP NET Core default DI-Container, how pass in constructor not-registered parameter? [Answered]I want to create a Model class using a DI container, services registered in the container are passedShould I return the whole created object in POST or just return the id of that object ?When I creating a post method I find myself repeat what I did in GetById
Should I just return the Iasp net cshtml javascript filehi all, i have an asp net project (SimpleApp) and in a cshtml file of my **SimpleApp ** project i trChange Visual Studio suggetions with custom analysersHiya.. ohh discords new "forum" channels are super useful for this huh?. anyway.
So I managed to impNullReferenceException Object reference not set to an instance of an object```cs
List<Effects> effectsList = activePlayerEffects[targetPlayer] ?? new List<Effects>();
```
some