Category - C# Tutorial

C# Tutorials – Learn C# For Free – Free Course Site

C# Tutorials – Learn C# For Free – Free Course Site – Writing programs in C# is one thing. Writing programs that work is another. Discover how debugging your applications can make them more accurate, efficient, and reliable. Learn exactly what it means to debug your programs, and how tools like Visual Studio Code—the most popular IDE for C# programmers—can help you identify and solve errors in your code. Learn the basic debugging process and introduces tips and tricks to reduce bugs and make your programs more secure. The most common errors in C#—issues like null reference exceptions and logical errors—and provides three coding challenges to help you practice your debugging skills.

Topics include:

  • Debugging defined
  • Working with breakpoints
  • Inspecting values of variables
  • Defensive programming
  • Common C# errors
  • Debugging challenges
  • Thread safety and affinity
  • Signaling
  • Task Parallel Library (TPL) basics
  • PLINQ introduction
  • Task-based Asynchronous Pattern (TAP)

Advertisement

Categories