Ten Tips for the C# Developer

Go to class
Write Review

Free Online Course: Ten Tips for the C# Developer provided by LinkedIn Learning is a comprehensive online course, which lasts for Less than 1 hour of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Ten Tips for the C# Developer is taught by Walt Ritscher.

Overview
  • Discover tips for improving your workflows in C# development. Even experienced programmers might have missed these hidden or interesting methods that help you write better code.

Syllabus
  • Introduction

    • Ten tips for C# developers
    • How to access the sample code on GitHub
    1. Ten Tips
    • Avoid race condition with TryGetValue method
    • Better switch statements with pattern matching
    • Readable literals with the underscore
    • Extract items from sequence with indices
    • Discard feature
    • Be more functional with the conditional operator
    • Create a thread-safe immutable type
    • Use the ImmutableList collection
    • Show custom debugger information
    • Work with nested collections and SelectMany
    Continue Your Journey
    • Next steps