C# 7 and .NET Core 2.0 Recipes

C# 7 and .NET Core 2.0 Recipes

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 5h 44m | 1.22 GB

Catch up with the latest improvements in C# and .NET Core

C# is a multi-paradigm programming language providing support for software engineering principles such as strong type checking, array bound checking, automatic garbage collection, and more. C# 7 comes with a host of new features to build powerful cross-platform applications. Also, the ASP.NET is the web application framework through which you can develop web applications.

In this course, you will learn everything you need to know to start developing applications using the newest features that come with C# 7 as well as the newest version of the .NET Core. The course will start with a quick introduction to C# and .NET that will prepare you for what comes next. You will then learn about the new features of C# 7. Following that, you will get in-depth knowledge of ASP.NET Core along with the new version of the Entity Framework. Next, we will discuss some more advanced concepts of C# like delegates, lambda expressions, and LINQ.

From this course, you’ll learn newest features of C# and ASP.NET. You’ll be developing the web applications with ASP.NET. Also, learn the advanced C# programming concepts.

What You Will Learn

  • Learn the fundamentals of C#
  • Understand the new features of C# 7, why they are needed and how to make the best use of them
  • You will learn how to develop fast, scalable web applications with C# 7 and ASP.NET Core 2.0
  • Use the Entity Framework to make working with databases seem like a walk in the park
  • Introduced to delegates & lambda expressions
  • Explore an alternative way of working with large collections
  • You will extend .NET built-in types with Extension methods
Table of Contents

01 The Course Overview
02 Introduction to C# and .NET Core
03 Getting Your Environment Setup
04 Creating a Command Line Application in C# 7
05 Installing .NET Core on Windows
06 Installing .NET Core on Mac
07 Installing .NET Core on Linux
08 Building a Sample Web Application in .NET Core
09 Built-in Types
10 Creating Methods in C#
11 Creating Classes in C#
12 Inheritance in C#
13 Interfaces in C#
14 Creating Enums
15 Structs in C#
16 Working with Generics in C#
17 Type Checking in C#
18 Garbage Collection in C#
19 Working with Files in C#
20 Building Tuples in C#
21 Pattern Matching in C#
22 Ref Locals and Returns
23 Inline out Variables
24 Local Functions
25 Expression Bodied Members
26 Throw Expressions
27 Generalized Async Return Types
28 Digit Separators
29 What’s New in ASP.NET Core 2.0
30 Application Startup
31 Middleware
32 Routing and Views
33 Dependency Injection
34 Model Validation
35 Identity
36 Razor Pages
37 What is an O/RM
38 The Database Context
39 Migrations
40 Creating a CRUD Service
41 Delegates and Lambda Expressions
42 Threads and Parallelism
43 LINQ
44 Extension Methods