How To Ensure Code Quality in Your .NET Projects

Поділитися
Вставка
  • Опубліковано 31 тра 2024
  • Code quality is a very important topic. But how can we ensure code quality in our .NET projects? The approach to this topic might vary, but in this video I concentrate on what we can do as developers to ensure the quality of our code. Therefore, I'll go into some tools, techniques and tips and tricks that you can easily useto ensure code quality in your .NETprojects
    #dotnet
    Join this channel to get source code access and other perks:
    / @codewrinkles
    Content
    1. Intro: 00:00
    2.What is code quality? 00:28
    3. What is static code analysis? 02:13
    4. About Roslyn and analyzers: 04:06
    5. Analyzers in action: 05:31
    6. Settings and .editorconfig: 06:41
    7. Meet the SonarAnalyzer: 09:49
    8. Treating warnings as errors: 11:34
  • Наука та технологія

КОМЕНТАРІ • 7

  • @MsFm2000
    @MsFm2000 6 місяців тому +1

    Thank you. Great tips presented here.

  • @rktmimob
    @rktmimob 6 місяців тому

    Thank you 🙏