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

Want a sample that not use EF #615

Closed John0King closed 7 years ago

John0King commented 8 years ago

EF is great, but some times we might can not use EF, is there a sample that use raw sql?

Eilon commented 8 years ago

Not planning on such a sample at this time.

ghost commented 8 years ago

I could write a sample using Dapper.

Eilon commented 8 years ago

If folks have alternative versions of MusicStore that they want to make, we could certainly link to them from the readme of this repo.

John0King commented 8 years ago

@hbrock there is a link ?

ghost commented 8 years ago

@John0King I said I could. I have not yet did it.

Eilon commented 7 years ago

No plans to change this in the Music Store test app. If you have a sample you'd like to link to, please send a PR with a change to the readme.md file. Thanks!