Beginning Modern C# and .NET Development

Beginning Modern C# and .NET Development

English | MP4 | AVC 1920×1080 | AAC 44KHz 2ch | 6h 12m | 1.52 GB

Build your understanding of the C# language and the .NET Core Framework to create robust cross-platform applications

The course will initially begin with familiarizing you to the different .NET technologies and Visual Studio 2017. Beginning from the basic concepts of declaring and working with variables, we move on to writing code that makes decisions, repeats a block of statements, converts between types, and handles errors.

You will also learn about .NET Core and its class library assemblies, and packages of types that are defined in .NET Standard that allow your applications to connect existing components together to perform common practical tasks. You will then learn to make your own types using object-oriented programming (OOP) and learn how to read and write to databases.

You will then see what can be achieved with Extensible Application Markup Language (XAML) when defining the user interface for a graphical app, in particular, for Universal Windows Platform (UWP). Finally, we look at building web applications with a modern HTTP architecture on the server side using Microsoft ASP.NET Core MVC.

This is a fast-paced, practical hands-on course aimed at experienced developers. As you progress you’ll find helpful tips and tricks, as well as useful quizzes, code-along exercises and activities to help benchmark your progress and reinforce what you’ve learned.

What You Will Learn

  • Quickly get to grips with the C# language and syntax
  • Build an understanding of the .NET standard class libraries as a springboard for future development
  • Learn how to debug, monitor and test your own C# and .NET code
  • Perform simple data manipulation with Entity Framework Core
  • Rapidly build rich user experiences for the Universal Windows Platform
  • Develop scalable and high performance web applications using ASP.NET Core MVC
Table of Contents

01 Course Overview
02 Understanding .NET
03 An Overview of Visual Studio 2017
04 Summary
05 Overview
06 Exploring C# Basics
07 Declaring Variables
08 Building Console Applications
09 Operating on Variables
10 Summary
11 Overview
12 Understanding Selection Statements
13 Understanding Iteration Statements
14 Casting and Converting Between Types
15 Handling Exceptions
16 Checking for Overflow
17 Summary
18 Overview
19 Building Class Libraries
20 Implementing Interfaces and Inheriting Classes
21 Understanding OOP
22 Summary
23 Overview
24 Relational Database Management Systems
25 Working with Entity Framework Core
26 Summary
27 Overview
28 Understanding Universal Windows Platform
29 Understanding XAML
30 Creating an Application for UWP
31 Using Resources and Templates
32 Data Binding
33 Summary
34 Overview
35 Understanding ASP.NET Core
36 Exploring an ASP.NET Core MVC Web Application
37 Summary