├── .gitignore ├── LICENSE ├── Labs ├── .NET CLI.md ├── APIs with MVC6.md ├── Building Middleware.md ├── Dependency Injection & Unit Testing.md ├── Getting Started.md ├── Introduction to ASP.NET 5.md ├── Introduction to Routing & MVC.md ├── Logging and Diagnostics.md └── Working with Razor Tag Helpers.md ├── Slides └── ASP.NET What and Why.pptx └── outline.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DamianEdwards/aspnet5-workshop/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DamianEdwards/aspnet5-workshop/HEAD/LICENSE -------------------------------------------------------------------------------- /Labs/.NET CLI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DamianEdwards/aspnet5-workshop/HEAD/Labs/.NET CLI.md -------------------------------------------------------------------------------- /Labs/APIs with MVC6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DamianEdwards/aspnet5-workshop/HEAD/Labs/APIs with MVC6.md -------------------------------------------------------------------------------- /Labs/Building Middleware.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DamianEdwards/aspnet5-workshop/HEAD/Labs/Building Middleware.md -------------------------------------------------------------------------------- /Labs/Dependency Injection & Unit Testing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DamianEdwards/aspnet5-workshop/HEAD/Labs/Dependency Injection & Unit Testing.md -------------------------------------------------------------------------------- /Labs/Getting Started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DamianEdwards/aspnet5-workshop/HEAD/Labs/Getting Started.md -------------------------------------------------------------------------------- /Labs/Introduction to ASP.NET 5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DamianEdwards/aspnet5-workshop/HEAD/Labs/Introduction to ASP.NET 5.md -------------------------------------------------------------------------------- /Labs/Introduction to Routing & MVC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DamianEdwards/aspnet5-workshop/HEAD/Labs/Introduction to Routing & MVC.md -------------------------------------------------------------------------------- /Labs/Logging and Diagnostics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DamianEdwards/aspnet5-workshop/HEAD/Labs/Logging and Diagnostics.md -------------------------------------------------------------------------------- /Labs/Working with Razor Tag Helpers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DamianEdwards/aspnet5-workshop/HEAD/Labs/Working with Razor Tag Helpers.md -------------------------------------------------------------------------------- /Slides/ASP.NET What and Why.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DamianEdwards/aspnet5-workshop/HEAD/Slides/ASP.NET What and Why.pptx -------------------------------------------------------------------------------- /outline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DamianEdwards/aspnet5-workshop/HEAD/outline.md --------------------------------------------------------------------------------