Steve Smith
a8f150aac7
Implementing Registration. ( #32 )
8 years ago
Steve Smith
97ef1c79a0
Controller cleanup ( #30 )
* Cleaning up routes.
* Adding signout functionality
* Added simple checkout behavior
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
11ace4ea35
cleaning up controllers ( #19 )
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
dd1b92a572
Updating package references
Adding EF tooling packages
Updating README instructions for migrations
9 years ago
Steve Smith
1f00472b52
removing VisualStudio CodeGen package references and tooling references.
9 years ago
Nick Kirby
e13f26bf56
Use camel case method parameters
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
a277a21926
eBook updated - working on testing chapter
Updated VS version and fixed a typo.
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
a69afa2264
Switching to InMemory for Mac
9 years ago
Steve Smith
408c5d97ec
Working on wiring up identity and basket
9 years ago
Steve Smith
e4b702141b
Updating logo
9 years ago
Steve Smith
e019654143
Adding cart/basket support and applicationuser (without EF requirement)
9 years ago
Steve Smith
c871497569
Renaming innermost project to ApplicationCore
9 years ago
Steve Smith
d48d8bf24d
removing unused code
9 years ago
Steve Smith
6d874ee3ef
Refactoring to use common BaseEntity class.
Fixed error on view page referencing old Models namespace.
9 years ago
Steve Smith
c9a69a3105
Moving entity models to Business project
9 years ago
Steve Smith
884f7c0cfb
adding initial project and solution files
9 years ago