Autoplay
Autocomplete
Previous Lesson
Complete and Continue
C# 7 and .NET Core 2.0 Recipes
C# and the .NET Core
Introduction to C# and .NET Core (4:24)
The Course Overview (4:00)
Getting Your Environment Setup (5:34)
Creating a Command Line Application in C# 7 (7:00)
Getting Started with .NET Core
Installing .NET Core on Windows (3:27)
Installing .NET Core on Mac (7:57)
Installing .NET Core on Linux (8:01)
Building a Sample Web Application in .NET Core (10:02)
Introduction to C#
Built-in Types (12:31)
Creating Methods in C# (10:42)
Creating Classes in C# (12:15)
Inheritance in C# (6:56)
Interfaces in C# (10:54)
Creating Enums (2:31)
Structs in C# (5:12)
Working with Generics in C# (9:06)
Type Checking in C# (5:21)
Garbage Collection in C# (4:22)
Working with Files in C# (10:12)
Exploring the New Features of C# 7
Building Tuples in C# (6:33)
Pattern Matching in C# (10:18)
Ref Locals and Returns (5:16)
Inline out Variables (2:29)
Local Functions (4:00)
Expression Bodied Members (4:23)
Throw Expressions (3:30)
Generalized Async Return Types (4:18)
Digit Separators (4:18)
Exploring the New Features of ASP.NET Core 2.0
What’s New in ASP.NET Core 2.0 (5:48)
Application Startup (11:09)
Middleware (10:29)
Routing and Views (12:15)
Dependency Injection (8:14)
Model Validation (12:41)
Identity (11:02)
Razor Pages (8:21)
Exploring Entity Framework Core
What is an O\RM (5:17)
The Database Context (8:34)
Migrations (8:15)
Creating a CRUD Service (16:19)
Advanced Programming with C# 7
Delegates and Lambda Expressions (9:10)
Threads and Parallelism (11:28)
LINQ (12:38)
Extension Methods (6:55)
What’s New in ASP.NET Core 2.0
Complete and Continue