python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Net Core IgnoreQueryFilters custom implementation
I am trying to create my own implementation of Net Core's IgnoreQueryFilters() method.
This because I have to perform some extra operations when Ignoring the filters.
I found the original implementati...
Ole Haugset
Votes: 0
Answers: 0
Finding the biggest TestId in the list
I want to find the biggest TestId for each Student. I am using the following code which I hope has no bug. Notice that the list size may be any number but each TestId for each Student is a unique numb...
Javad-M
Votes: 0
Answers: 1
Comma separated Names with multiple columns as group by using C#
I have a list which has following result set .
public class PrExport
{
public string pId { get; set; }
public string prName { get; set; }
public string hId { get; set; }
...
mohan
Votes: 0
Answers: 2
SortedList<Key, Value>: Error while changing the values inside a loop, while looping through the list / Unity, C#
I am having trouble programming this feature for a game i am making in Unity. I use a SortedList<GameObject, float> to store the interactable objects my player enter trigger with, and their dist...
THK
Votes: 0
Answers: 1