How To Reuse Your C# Code Via NuGet & Azure Artifacts

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

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

  • @fieryscorpion
    @fieryscorpion 10 месяцев назад +4

    That was nice and clear. Thank you very much!

  • @VinodKumarGowda
    @VinodKumarGowda 9 месяцев назад +2

    All your contents are advanced and very useful.

    • @juliocasal
      @juliocasal  9 месяцев назад +1

      Glad you like them!

  • @nitentakezo
    @nitentakezo 10 месяцев назад +3

    Quality content as always sir.

    • @juliocasal
      @juliocasal  10 месяцев назад

      Glad you think so!

  • @codeme8016
    @codeme8016 10 месяцев назад +1

    I have another solution.
    1- Push your template code/setup to github.
    2- Clone for new projects.
    3- Rename the root folder as needed.
    4- Remove the hidden .git folder from the root folder.
    5- init again for the new git Repo (optional)

    • @juliocasal
      @juliocasal  10 месяцев назад

      Sorry, I don't follow.

  • @TalhaMahmood-ny6wn
    @TalhaMahmood-ny6wn 10 месяцев назад +3

    can we do the same thing by referencing the DLL instead of adding the nuget package, since DLL can do the same thing for us...?

    • @juliocasal
      @juliocasal  10 месяцев назад +3

      You can, if that dll is in same repo, but across repos it would not make sense.

    • @TalhaMahmood-ny6wn
      @TalhaMahmood-ny6wn 10 месяцев назад +1

      Thanks@@juliocasal