Get our .NET Beginners Course https://advancedsoftware.thinkific.com/courses/net-beginners-course
Get the Free .NET Essential Guide 3 Part Video Series
https://landing.advancedsoftware.io/net-essentials-guide
Get our three-part video series for developer success
https://landing.advancedsoftware.io/developer-success-guide
Hello, in this video we will talk about C# Methods. C# Methods are the way to group related code that keeps being repeated throughout the program. Instead of writing the same code multiple times, we use C# Methods to help us save time and reuse the same code in multiple places.