Book Image

C# 7 and .NET Core 2.0 Recipes [Video]

By : Dimitiris Loukas
Book Image

C# 7 and .NET Core 2.0 Recipes [Video]

By: Dimitiris Loukas

Overview of this book

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.
Table of Contents (7 chapters)
Chapter 1
C# and the .NET Core
Content Locked
Section 2
Introduction to C# and .NET Core
This video must deal with the viewer’s confusion of what C#, .NET Core, EF Core and the .NET ecosystem are. We must make a brief but clear introduction to the aforementioned technologies and prepare the user for the following videos. - Describe what C# is. Mention C# 7 and the fact that it brings new features. Show the viewer what can be built with C# - Describe .NET Core. Make a quick introduction to what the .NET standard is so that the user knows where the .NET world is heading. - Prepare the viewer for what will come next