.NET Project Setup From Scratch Using These 6 Best Practices

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

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

  • @MilanJovanovicTech
    @MilanJovanovicTech  18 часов назад +2

    Want to master Clean Architecture? Go here: bit.ly/3PupkOJ
    Want to unlock Modular Monoliths? Go here: bit.ly/3SXlzSt

  • @ryan-heath
    @ryan-heath 17 часов назад +11

    0 error(s), 0 warning(s) 👍
    This is always the first thing I want to enforce.
    But don't bother when you need to maintain older projects that didn't have this from the start ... 😅

  • @JeevanBhandari-n4h
    @JeevanBhandari-n4h 18 часов назад +1

    This is so cool. Thanks Milan for sharing 😍

  • @Gonzo345
    @Gonzo345 5 часов назад

    Small but useful tips. Thanks!

  • @dotnetMasterCSharp
    @dotnetMasterCSharp 17 часов назад

    Most useful thank you Milan!

  • @MrBrunoExtreme1
    @MrBrunoExtreme1 17 часов назад

    Thank you for the video. Let's say I wan't to add a web app into this solution that comunicates with this API, what would be needed to do in docker-compose?

  • @jesusdicent2
    @jesusdicent2 18 часов назад

    Very great, thanks for the suggestions.

  • @ShivamPatel-ld9xr
    @ShivamPatel-ld9xr Час назад

    Does Aspire have support of container scaling?

  • @antonmartyniuk
    @antonmartyniuk 12 часов назад

    Great things to start a project please. I also add logging and open telemetry

  • @FhPb1
    @FhPb1 14 часов назад

    Great video Milan! One question, that option to Add Docker support is related to the .NET version? or to the IDE version?
    (Asking because i'm currently working into a .NET 6 project + Visual Studio 2022 and i tried to right click to check if i had that option and i don't)

  • @shaheennamboori
    @shaheennamboori 17 часов назад

    Love it ❤

  • @vishrb1972
    @vishrb1972 17 часов назад +2

    Thanks!

  • @robcannon
    @robcannon 11 часов назад +1

    There has got to be a way of automating all of this so it is included in 'dotnet new'

    • @calvinwilson3617
      @calvinwilson3617 3 часа назад

      You can absolutely make templates that do these things, the main reason for a video like this like this is to understand what is being setup, and why these things are set up the way they are.
      Personally my favorite existing template is the clean architecture template by Steve Smith, but even with that template there is quite a few changes i would make
      Its likely similar for everyone. With this, you can find a template you personally like, make the needed changes based on the video

  • @facundoferrero1395
    @facundoferrero1395 14 часов назад

    Does this work only in net9? in my net8 its breaking

    • @MilanJovanovicTech
      @MilanJovanovicTech  13 часов назад

      It should work fine. What's breaking?

    • @facundoferrero1395
      @facundoferrero1395 12 часов назад

      @@MilanJovanovicTech says the net framework, "ResolvePackageAssets" task was not given a value for the required parameter "TargetFramework".

    • @facundoferrero1395
      @facundoferrero1395 10 часов назад

      @@MilanJovanovicTech It cant find the net framework it says

  • @fenggu1435
    @fenggu1435 15 часов назад

    Thanks for sharing

  • @transtechmuthu
    @transtechmuthu 17 часов назад

    Thanks