Series - CSharp-101


C#: Object Oriented Programming - Catching Exceptions [19 of 19][MP4] [0:12:30] [2019/09/23]
If things do go wrong with our Application, we can throw an Exception to make it known. Let's see what our app can do and what it can't. We'll put everything we've learned about .NET and C# to the…


C#: Object Oriented Programming - Methods and Exceptions [18 of 19][MP4] [0:07:03] [2019/09/23]
What if something exceptional happens? What if our objects can't do what we ask of them? Let's make more methods and exception with C# and .NET. Watch the entire series hereDownload Visual Studio 2019…


C#: Object Oriented Programming - Methods and Members [17 of 19][MP4] [0:08:47] [2019/09/23]
Now our objects need data and behaviors. What can our objects DO and what do they HAVE? Let's learn how to make members and methods with C# and .NET. Watch the entire series hereDownload Visual Studio…


C#: Object Oriented Programming - Objects and Classes [16 of 19][MP4] [0:12:55] [2019/09/23]
Let's create an object of our own. We'll declare what it looks like, then we will create a few of them. Maybe even put them in a list. Boom, you're doing Object Oriented Programming with C#! Watch the…


C#: Debugging [15 of 19][MP4] [0:04:44] [2019/09/23]
We have made it this far, let's explore Interactive Debugging in C#. You can always do "got here" debugging with lots of Console.WriteLine("got here") or you can try setting your…


C#: Lists of Other Types [14 of 19][MP4] [0:07:49] [2019/09/23]
Can we have a List of stuff? Not just simple things like Integers but maybe a list of Any Type? Let's put more complex types in our List and maybe have a Cup <T>! Watch the entire series…


C#: Sort, Search, and Index Lists [13 of 19][MP4] [0:07:04] [2019/09/23]
Once you have a list of something, how hard is it to Sort a List with C#? Can we search for items with a list or collection? Let's also examine indexing and how Lists can be explored from multiple…


C#: Arrays, List, and Collections [12 of 19][MP4] [0:10:40] [2019/09/23]
We've used numbers and strings - but how are they stored? Let's put stuff into a List and Add, Remove, and explore these basic data structures in C# and .NET. Watch the entire series hereDownload…


C#: Combining Branches and Loops [11 of 19][MP4] [0:06:57] [2019/09/23]
Now we will combine branches and loops, fors and if statements. As our little application gets more complex and more interesting we'll want to consider how to hold and manipulate data with these new…


C#: What are Loops? [10 of 19][MP4] [0:07:19] [2019/09/23]
We did a thing once. Let's do it many times, in a loop. What are different kinds of loops. Do, While, For, Foreach, we'll explore how to repeat statements many times with C# and .NET. Watch the entire…


C#: "Hello World" Explained [9 of 19][MP4] [0:06:05] [2019/09/23]
Everyone is taught Hello World when learning C#, but no one ever explains all the OTHER STUFF that is around Hello World. What's using? What's namespaces? We will explain Hello World as you get…


C#: Branches (if) [8 of 19][MP4] [0:11:24] [2019/09/23]
Let's ask some questions! If this, then that. How do you branch and do that thing or this other thing with C#? We'll learn the basics of conditionals and how to ask questions of our variables. Watch…


C#: Numbers and Decimals [7 of 19][MP4] [0:05:43] [2019/09/23]
Decimals, Longs, and Shorts are all different kinds of numbers you can use with C# and .NET when you've outgrown Integers. We'll explore the different kinds of numbers and how they behave. Watch the…


C#: Numbers and Integer Precision [6 of 19][MP4] [0:05:33] [2019/09/23]
Sometimes an Integer in C# isn't the right kind of number. Perhaps you need more room, sometimes less. We'll look at the precision of Integers and what happens when they aren't the right thing for…


C#: Numbers and Integer Math [5 of 19][MP4] [0:04:43] [2019/09/23]
You remember Integers in school, let's see how Math and Integers behave in C#! Spoiler alert - it's more intuitive than you'd expect! We'll talk about order of operations, how numbers divide cleanly…


C#: Searching Strings [4 of 19][MP4] [0:02:57] [2019/09/23]
Let's learn how to Search Strings. Contains, IndexOf, and how C# string indexed as arrays will all be covered as we continue to explore the basics of C# and .NET. Watch the entire series hereDownload…


C#: The Basics of Strings [3 of 19][MP4] [0:08:40] [2019/09/23]
What's a string? How are characters "strung" together to make a string in C# and .NET? Once you've got a C# string, what can you do with it? Watch the entire series hereDownload Visual…


C#: Hello World [2 of 19][MP4] [0:04:39] [2019/09/23]
Learning the basics of C#? Let's get started with C# Hello World. We will use strings, output to the console (what's a console!) and begin your journey into the world of C# and .NET! Watch the entire…


What is C#? [1 of 19][MP4] [0:01:23] [2019/09/23]
What is C#? It's a powerful and widely used programming language that you can use to make websites, games, mobile apps, desktop apps and more with .NET. Learn C#, get started, and it'll give you the…