Series - NET-Core-101


.NET - Publishing an App [8 of 8][MP4] [0:07:49] [2019/09/23]
When you write programs with C# and .NET they can run almost anywhere. You can write mobile apps, websites, and so much more. Let's publish our little app to Windows...and to Linux! We'll see our app…


.NET - Unit Testing [7 of 8][MP4] [0:13:44] [2019/09/23]
Every good project has a lot of Tests that "assert" our assumptions. Every method you write should have a lot of Test Methods or "facts" that express how it SHOULD work! But, DOES…


.NET - Using a NuGet Package [6 of 8][MP4] [0:12:10] [2019/09/23]
Next we learn about NuGet. NuGet is the .NET package manager and it will let you pull in code from other community members and use it in your programs. Let's find a great library that will make our…


.NET - Adding a Class Library [5 of 8][MP4] [0:09:22] [2019/09/23]
We will move beyond a single project to a Solution with multiple projects by adding a Class Library to our Executable Program. We can share our Library most anywhere with C# and .NET. Watch the entire…


.NET: Basic Debugging [4 of 8][MP4] [0:08:33] [2019/09/23]
Now it's time to familiarize ourselves with Visual Studio and do some basic debugging. We'll see breakpoints, conditions, and see how quickly we can make a code change and see the result happen! Watch…


What is a .NET Hello World App? [3 of 8][MP4] [0:03:42] [2019/09/23]
Let's say Hello World with C#! Now you're a C# programmer! What is involved when you say Hello World and what did you actually produce? Watch the entire series hereDownload Visual Studio 2019…


Installing .NET [2 of 8][MP4] [0:01:39] [2019/09/23]
Time to start. How do you get .NET and start writing C# applications today? We will look at multiple ways to install the .NET SDK (Software Development Kit) as well as how to get and install Visual…


What is .NET? [1 of 8][MP4] [0:02:54] [2019/09/23]
This tutorial explains what is .NET anyway? .NET is an open source development platform which is just a way of saying it's a collection of languages and libraries that can all work together to build…