Go to file
Arthur Vickers b8f5824114 Merge pull request #1 from aspnet/ControllerUpdates
Everything but the kitchen async... (Updates to how Music Store controllers use data)
    
Specifically:
    - Dispose contexts
    - Use async wherever possible
    - Stop using initializers (currently hard-coded to drop and recreate each run)
    - Some general cleanup
    - Stop using AttachDbFilename
    
Not included here:
    - No major changes to app structure
    - No major changes to data model
    - No major changes to error handling, concurrency, etc.
2014-01-29 08:46:43 -08:00
src Updates following code review 2014-01-29 08:39:53 -08:00
.gitattributes Initial commit. 2014-01-28 02:27:26 -08:00
.gitignore Initial commit. 2014-01-28 02:27:26 -08:00
MusicStore.sln Updates following code review 2014-01-29 08:39:53 -08:00
NuGet.Config Initial commit. 2014-01-28 02:27:26 -08:00
build.cmd Initial commit. 2014-01-28 02:27:26 -08:00
makefile.shade Initial commit. 2014-01-28 02:27:26 -08:00