Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
write all descriprions and prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
paladique committed Jun 11, 2019
1 parent 4f369da commit 98eac50
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,19 @@

This workshop covers various concepts of ASP.NET Core:

[.NET Core SDK](Labs\1.%20Introduction%20to%20the%20.NET%20Core%20SDK.md)
[MVC Applications](Labs\2.%20MVC%20Applications%20with%20ASP.NET%20Core.md)
[Startup, Hosting, and Middleware](Labs\3.%20Startup,%20Hosting%20and%20Middleware.md)
[Dependency Injections and Unit Testing](Labs\4.%20Dependency%20Injection%20&%20Unit%20Testing.md)
[Building Middleware](Labs\4.5%20Building%20Middleware.md)
[Logging and Diagnostics](Labs\5.%20Logging%20and%20Diagnostics.md)
[Razor Tag Helpers](Labs\6.%20Working%20with%20Razor%20Tag%20Helpers.md)
[Single Page Applications (SPA)](Labs\7.%20Single%20Page%20Applications.md)
[Building a Single Page Application with Angular](Labs\7.5%20App%20building%20-%20Attendee%20List.md)
[APIs with MVC Core](Labs\8.%20APIs%20with%20MVC%20Core.md)
[Hosting & Deployment](Labs\8.1%20Hosting%20&%20Deployment.md)
|Lab|Description| Prerequisites|
--|--|--|
|[.NET Core SDK](Labs\1.%20Introduction%20to%20the%20.NET%20Core%20SDK.md) | Convert a .NET Core Console Application into a ASP.NET Core Web Application. |
|[MVC Applications](Labs\2.%20MVC%20Applications%20with%20ASP.NET%20Core.md) | Create an .NET Core MVC App and explore routing.
|[Startup, Hosting, and Middleware](Labs\3.%20Startup,%20Hosting%20and%20Middleware.md) | Explore the different configuration options available for a ASP.NET Core application.
|[Dependency Injections and Unit Testing](Labs\4.%20Dependency%20Injection%20&%20Unit%20Testing.md) | Use Dependency Injection (DI) to register and resolve application services.
|[Building Middleware](Labs\4.5%20Building%20Middleware.md) | Create a middleware pipline to set the current [culture](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo) of a ASP.NET Core App. |[MVC Applications](Labs\2.%20MVC%20Applications%20with%20ASP.NET%20Core.md) (optional)
|[Logging and Diagnostics](Labs\5.%20Logging%20and%20Diagnostics.md) | Create logs, then filter them. Explore diagnostics middleware. | [MVC Applications](Labs\2.%20MVC%20Applications%20with%20ASP.NET%20Core.md)
|[Razor Tag Helpers](Labs\6.%20Working%20with%20Razor%20Tag%20Helpers.md) | Create a custom Tag Helper. |
|[Single Page Applications (SPA)](Labs\7.%20Single%20Page%20Applications.md) | Experiment with hot module reloading with an ASP.NET Core Angular App | ..
|[Building a Single Page Application with Angular](Labs\7.5%20App%20building%20-%20Attendee%20List.md) | Using what you've learned so far, build a simple application for managing a list of course attendees. | All prior labs.
|[APIs with MVC Core](Labs\8.%20APIs%20with%20MVC%20Core.md) | Build a simple API with MVC Core. |
|[Hosting & Deployment](Labs\8.1%20Hosting%20&%20Deployment.md)| Deploy your ASP.NET Core App to Azure. | [APIs with MVC Core](Labs\8.%20APIs%20with%20MVC%20Core.md)

## Installers

Expand Down

0 comments on commit 98eac50

Please sign in to comment.