Searching, return a distinct list of classes that the students are in – Asp.net
I am building an ASP.NET MVC app using C#. I have two Azure SQL tables, Students and Classes. I have built the search functionality to search classes and return the results. Now I need to through students into the mix.…