Pavel Krymets
eb302bf359
Rename Microsoft.Runtime.Abstractions to Microsoft.Extensions.PlatformAbstractions
2015-10-23 08:34:00 -07:00
Kiran Challa
0972116697
Removed SignalR related code from the sample and tests.
2015-09-01 10:54:32 -07:00
Ryan Nowak
c428ddffa3
React to removal of [Activate] for ViewComponents
2015-05-21 23:03:30 -07:00
Kiran Challa
903885c20d
Reacting to Caching api review changes
2015-05-21 13:28:37 -07:00
Youngjune Hong
797f802906
Adding the unit tests for ViewComponents in MusicStore
2015-05-04 10:18:35 -07:00
Maurycy Markowski
9fb02849dc
fixing build break caused by namespace change in Entity Framework
2015-03-30 16:19:41 -07:00
Praburaj
ad9e11ed2e
React to Caching package rename
...
Dependent on https://github.com/aspnet/Caching/pull/49/files
2015-03-11 17:39:00 -07:00
Youngjune Hong
2e2ca59aa5
Updating MusicStore for better unit-testability
2015-02-13 11:51:46 -08:00
Praburaj
50b756a776
Clean up - removing work arounds for bugs
...
1. Removed worked arounds that were previously applied for bugs as they are fixed now.
2. Sorted all using statements. Moved System.* to the top.
3. Fixed some of the code to follow engineering guidelines.
2014-12-15 11:48:24 -08:00
Chris Ross
6f7560e33b
Rename GetOrAdd to GetOrSet.
2014-09-25 16:34:25 -07:00
Praburaj
39ee3e714a
Reacting to the cache package rename and few misc changes
...
1. Setting expiry time for cached items.
2. Some other misc changes.
2014-09-12 17:09:39 -07:00
Praburaj
7e77078160
Adding in memory caching to the sample
2014-09-05 12:53:08 -07:00
Praburaj
b054f392f5
Adding a what's new in the store signalr announcement panel in the sample
...
When a new album is created in the store a notification is posted to all the connected browsers using SignalR.
Also added automation for the signalR hubs.
There is still some UI formatting improvements required in the way new arrivals are displayed. Will fix it in future checkins.
2014-09-03 15:40:01 -07:00
Praburaj
10a280580c
Fixing compilation errors in the view components.
...
Marked one of the controller actions with [HttpGet] to prevent it being chosen for non get methods.
2014-05-01 13:06:13 -07:00
ajcvickers
737afbd610
An injection of musical love... (Updating music store to use new EF configuration and DI)
...
Changes EF setup to use common DI container
Sets up injection of context instances
2014-04-18 13:17:08 -07:00
Praburaj
24293783f5
Using ViewBag in a view component instead of ViewData.
2014-04-14 15:08:54 -07:00
Praburaj
eeb9326101
Having a layout page in a ViewComponent was the reason for StackOverFlow exception. Removing that fixed the problem.
...
Using ViewData instead of ViewBag in a ViewComponent.
Copying over some of the icons from the original music store required for this view component.
2014-04-14 14:13:30 -07:00
Praburaj
b51f54e98a
Adding a view component for cart summary
...
1. Added a View component named CartSummary
2. Moved the CartSummary.cshtml as default.cshtml to shared\Components
2014-04-10 13:46:58 -07:00
Praburaj
45e6e71bc8
Making a few more changes including:
...
1. Adding a view component
2. Adding more partial views from the sample and enabled a few of them.
3. Updating Account controller to accomodate all the recent identity changes.
4. Enabling some available Url helpers like Url.Content
5. Adding a ~ to all the scripts and images as this bug is fixed now.
2014-04-04 17:19:27 -07:00