C# Refactoring Tips and Tricks

Go to class
Write Review

Free Online Course: C# Refactoring Tips and Tricks 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. C# Refactoring Tips and Tricks is taught by Jesse Freeman.

Overview
  • Get tips and tricks for refactoring existing C# codebases. Create cleaner, more performant, and readable code with these C# refactoring techniques.

Syllabus
  • Introduction

    • Welcome
    • What you should know
    • What is refactoring?
    1. Refactoring Strategies
    • Create a baseline
    • Keys to successful refactoring
    • Remove unused code
    • Improve performance
    2. Before You Refactor
    • Use version control
    • Refactor in branches
    • Tools for refactoring
    3. Optimizing Code
    • Identify problem areas
    • Common optimizations
    • Inlining code
    4. Creating Clean Code
    • Code readability
    • Extract methods
    • Create clean APIs
    Conclusion
    • Next steps