I downloaded some example code from github and saw that the BookRepository.cs class was grouped beneath the IBookRepository.cs interface. Maybe this is a newbie question, but how do they do that?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
They might have used a custom generator tool:
And here’s another blog post on this topic.
Or they might have simply grouped it like this in the corresponding
.csprojfile: