Skip to content

Commit

Permalink
Add sample 155
Browse files Browse the repository at this point in the history
  • Loading branch information
dodyg committed Oct 15, 2018
1 parent 6f4927f commit 01c7d14
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 154 samples for ASP.NET Core 2.1 fundamentals (updated daily)
# 155 samples for ASP.NET Core 2.1 fundamentals (updated daily)

If you are studying ASP.NET Core, I am lurking on this **[Gitter Channel](https://gitter.im/DotNetStudyGroup/aspnetcore)**.

Expand All @@ -10,7 +10,7 @@ I highly recommend using [Visual Studio Code](https://code.visualstudio.com/) to

### MVC, SignalR and Blazor

There are dedicated samples for ASP.NET Core MVC 2.1 [here (19 samples)](/projects/mvc), ASP.NET Core SignalR 2.1 [here (0 sample)](/projects/signalr) and Blazor [here (1 sample)](/projects/blazor). The rest of projects here are for ASP.NET Core only.
There are dedicated samples for ASP.NET Core MVC 2.1 [here (20 samples)](/projects/mvc), ASP.NET Core SignalR 2.1 [here (0 sample)](/projects/signalr) and Blazor [here (1 sample)](/projects/blazor). The rest of projects here are for ASP.NET Core only.

## How to run these samples

Expand Down
6 changes: 5 additions & 1 deletion projects/mvc/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MVC (19)
# MVC (20)

This section contains all micro samples for **ASP.NET Core MVC 2.1**.

Expand Down Expand Up @@ -123,6 +123,10 @@ There is no more need to include this tool in your project `<DotNetCliToolRefere

Demonstrate the usage of `[controller]` and `[action]` replacement tokens at the `Route` attribute.

* [MVC Routing - 9](/projects/mvc/routing-9)

Demonstrate the usage of `[action]` replacement tokens at the `HttpGet` attribute.

## Syndication Output Formatter

We are building a RSS/ATOM Output formatter starting from the very basic.
Expand Down

0 comments on commit 01c7d14

Please sign in to comment.