C# Naming Conventions - Never name your stuff bad again

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024

Комментарии • 7

  • @tutorialsEUC
    @tutorialsEUC  Год назад

    🚀 C# Progress Academy - Become a job-ready C# and Angular web developer to land your dream developer role: bit.ly/45vbPUg

  • @timothyjacobs4423
    @timothyjacobs4423 Год назад +3

    Please create advanced C# course. I have never see an advanced course. I'm willing to pay.

    • @tutorialsEUC
      @tutorialsEUC  Год назад +1

      Why don't you check out our C# progress academy (link in description)?

  • @Purely_Andy
    @Purely_Andy Год назад +3

    private fields should be prefixed with an underscore

    • @MrOudoum
      @MrOudoum Год назад +1

      I use the underscore at backing fields for properties.

    • @tutorialsEUC
      @tutorialsEUC  Год назад +3

      Hi, as far as we know (and we researched a lot) this is not the "style" that is recommended by Microsoft. If you can provide me any trustable source (c# related for sure) - I'm happy to check it! :)
      Greets

    • @MAli-wm7vi
      @MAli-wm7vi 23 дня назад

      @@tutorialsEUC it might be for readonly