Question is related only to Entity Framework 5 code-first. What is the better option (performance and scalability):
Create SQL Server views, treat them as
DbSetsin yourDbContext.Create custom classes that represent view models, use Linq to Entities to project Entity model to View model before query is executed.