I'd like to know if using ASP.NET Boilerplate with EF, is it possible:
Use the composive Primary Key in EF. I have seen many samples with only one column in TPrimaryKey in Repository.
The column's name of Primary Key is required call "Id".
I searched online, but I can't find the answer.