aspnet / MusicStore

[Archived] MusicStore test application that uses ASP.NET/EF Core. Project moved to https://github.com/aspnet/AspNetCore
1.3k stars 878 forks source link

Split MusicStore into 10 projects #651

Closed Eilon closed 7 years ago

Eilon commented 8 years ago

@DamianEdwards @barrytang @SajayAntony @davidfowl

Hi folks,

I took MusicStore and split it into 10 projects (somewhat arbitrarily, though there's some logic to it).

We can use this project for some of the perf testing work in VS and from command line because this more closely reflects a small/mid-size solution. There is only minor code change to support the multi-project system (using MVC's new Application Parts feature). 99% of the change was just moving stuff around.

FYI: I'm not going to merge this PR, it's just for sharing. You can get everything from my server branch.

Thanks, Eilon

sajayantony commented 8 years ago

/cc @sivagms

sajayantony commented 8 years ago

/cc @brianrob @shhsu we should be measuring this.

Eilon commented 7 years ago

My beautiful PR 😦