Cesar De la Torre
804150955d
Create LICENSE
8 years ago
Steve Smith
eefc8170cb
Updating and testing migrations ( #42 )
Updating readme to describe how to run migrations
8 years ago
Steve Smith
ecb4889dd3
Basket persistence ( #41 )
* Renamed Cart to Basket throughout
* Implemented cookie-based anonymous basket handling and transfer to user upon login. Still need to implement transfer upon registration.
8 years ago
Steve Smith
3a95375ae7
Renaming Cart to Basket ( #38 )
8 years ago
Steve Smith
434da3f257
Fixing Layout and Updating book ( #35 )
* Auto stash before merge of "master" and "origin/master"
Using catalog CSS files regradless of environment
* Removed duplicate paragraph
8 years ago
Steve Smith
f0c8f3e234
App Startup ( #34 )
* Adding ConfigureProduction as copy of ConfigureDevelopment.
* Configuring bundling and updating default appsetting value to work for local images (the setting is still useful for CDN scenarios).
8 years ago
Steve Smith
a8f150aac7
Implementing Registration. ( #32 )
8 years ago
Steve Smith
1193af57ef
update readme ( #31 )
* Updating readme
* Fixing broken link in eBook
8 years ago
Steve Smith
97ef1c79a0
Controller cleanup ( #30 )
* Cleaning up routes.
* Adding signout functionality
* Added simple checkout behavior
8 years ago
Steve Smith
4385c2f291
Adding more spec tests ( #29 )
8 years ago
Steve Smith
d7eb59c097
Refactoring and Adding Tests ( #28 )
* Introducing repository and refactoring services.
Changing entities to use int keys everywhere.
* Refactoring application services to live in web project and only reference repositories, not EF contexts.
* Cleaning up implementations
* Moving logic out of CatalogController
Moving entity knowledge out of viewmodels.
* Implementing specification includes better for catalogservice
* Cleaning up and adding specification unit tests
8 years ago
Steve Smith
084db74c77
data refactor ( #27 )
* Refactoring to move data access code into Infrastructure project
* Fixing namespaces
8 years ago
Steve Smith
b67f8cc050
Cart Updates ( #26 )
* ardalis/cart-updates
Updating how items are added to cart and displayed in cart.
* Cleaning up UI
8 years ago
Steve Smith
b52048b74d
Fixing (ignoring) test ( #24 )
8 years ago
Steve Smith
12cbd595d0
Commenting out unused test. ( #23 )
8 years ago
Steve Smith
acdc072cb9
Merge branch 'ardalis/basket-add' into master
8 years ago
Steve Smith
11ace4ea35
cleaning up controllers ( #19 )
8 years ago
Steve Smith
b645cb35c1
Merge pull request #18 from dotnet-architecture/ardalis/login
Adding Login and Logging Features
8 years ago
Steve Smith
af406f86ef
Updated logging
8 years ago
Steve Smith
925ad6b557
Cleaning things up and getting add item to cart working for anonymous or authenticated users.
8 years ago
Steve Smith
fb95b37da8
Merge pull request #17 from dotnet-architecture/ardalis/updates
Updating packages and eBook
9 years ago
Steve Smith
239bdef8d8
Updating eBook
9 years ago
Steve Smith
dd1b92a572
Updating package references
Adding EF tooling packages
Updating README instructions for migrations
9 years ago
Steve Smith
6036d055f8
Merge pull request #14 from dotnet-architecture/ardalis/tooling-packages
Removing VisualStudio CodeGen package references and tooling references.
9 years ago
Steve Smith
1f00472b52
removing VisualStudio CodeGen package references and tooling references.
9 years ago
Steve Smith
76eac51c3b
Merge pull request #10 from dotnet-architecture/ardalis/bookupdate1
updated eBook
9 years ago
Steve Smith
8c1590cdc9
updated eBook
9 years ago
Steve Smith
52bd7bc932
Merge pull request #7 from NRKirby/small-fix
Use camel case method parameters
9 years ago
Steve Smith
b7ca6db0f9
Merge pull request #9 from dotnet-architecture/ardalis/bookupdate
Updating book with Cesar's previous fixes.
9 years ago
Steve Smith
552fe00049
Updating book with Cesar's previous fixes.
9 years ago
Steve Smith
e4af8acd77
Merge branch 'ardalis/bookupdates'
9 years ago
Steve Smith
e01098b710
book updates
9 years ago
Cesar De la Torre
e8083b008c
Updated to last draft version of eBook
9 years ago
Nick Kirby
e13f26bf56
Use camel case method parameters
9 years ago
Steve Smith
4e4c218fb2
Fixing more TODOs and TBDs in the book
9 years ago
Steve Smith
8a4edfec19
functional tests
9 years ago
Steve Smith
235b946f4a
adding integration tests
9 years ago
Steve Smith
22cd5ed2a4
Merge pull request #6 from dotnet-architecture/ardalis/tests
Adding unit tests
9 years ago
Steve Smith
3b1e46d4d6
Implemented CatalogImageMissingException in LocalFileImageService
9 years ago
Steve Smith
bc088beb83
Fixed route
9 years ago
Steve Smith
dfe0106ce3
Unit tests working; added logger adapter.
9 years ago
Steve Smith
6f908bb8e5
Looking to unit test logging but blocked by extension method currently.
9 years ago
Steve Smith
5dbbc4c791
Adding unit tests, refactoring file access to a service, adding CatalogImageMissingException.
9 years ago
Steve Smith
ac89e73bf4
getting initial tests working
9 years ago
Steve Smith
a277a21926
eBook updated - working on testing chapter
Updated VS version and fixed a typo.
9 years ago
Steve Smith
b3bb8c9c4e
Adding test projects
9 years ago
Steve Smith
a047e7d8e3
Merge branch 'master' into ardalis/basket
# Conflicts:
# docs/Architecting and Developing Modern Web Applications with ASP.NET Core and Azure.pdf
9 years ago
Steve Smith
708e85233e
Updated data chapter with EF, caching, NoSQL
Added caching support and some diagnostic code.
9 years ago
Steve Smith
936e0563ee
Updated Chapter 7.
9 years ago
Steve Smith
dc230e2f67
Updating eBook. Adding to Security subsection.
9 years ago