how to Search List with Comma Separated values in c# – Asp.net
I have a list and want to find values in it. Search text to find the values will be in Comma separated string. Input: var students = new List<Student>() { new Student(){ Id = 1, Name="One"}, new Student(){ Id =…