The release of .NET Core means that cross-platform development with C# is finally here. In this fast-paced practical course you’ll work through a rapid introduction to C# followed up by an overview of .NET in the context of two real-world applications.
DURATION:
4 Months
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.
Target Audience
This course is targeted at professional software developers or programming and developer enthusiasts wanting to get started with building and deploying advanced applications using the modern-day .NET framework. The prospective students will be taught about the intricacies of .NET and other associated technologies such as C#, and ASP.NET.
...Course Content
Lesson 1: An Overview of Visual Studio 2017
Lesson 2: Introducing C#
Lesson 3: Controlling the Flow, Converting Types, and Handling Exceptions
Lesson 4: Using .NET Standard Types
Lesson 5: .NET Deep Dive
Lesson 6: Databases
Lesson 7: Building Universal Windows Platform Apps Using XAML
Lesson 8: Building Web Applications Using ASP.NET Core MVC