.NET Project Setup From Scratch Using These 6 Best Practices

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ม.ค. 2025

ความคิดเห็น • 27

  • @MilanJovanovicTech
    @MilanJovanovicTech  19 ชั่วโมงที่ผ่านมา +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 18 ชั่วโมงที่ผ่านมา +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 19 ชั่วโมงที่ผ่านมา +1

    This is so cool. Thanks Milan for sharing 😍

    • @MilanJovanovicTech
      @MilanJovanovicTech  14 ชั่วโมงที่ผ่านมา +1

      Awesome, glad you found it useful :)

  • @Gonzo345
    @Gonzo345 6 ชั่วโมงที่ผ่านมา

    Small but useful tips. Thanks!

  • @dotnetMasterCSharp
    @dotnetMasterCSharp 18 ชั่วโมงที่ผ่านมา

    Most useful thank you Milan!

  • @MrBrunoExtreme1
    @MrBrunoExtreme1 18 ชั่วโมงที่ผ่านมา

    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 19 ชั่วโมงที่ผ่านมา

    Very great, thanks for the suggestions.

  • @ShivamPatel-ld9xr
    @ShivamPatel-ld9xr 2 ชั่วโมงที่ผ่านมา

    Does Aspire have support of container scaling?

  • @antonmartyniuk
    @antonmartyniuk 13 ชั่วโมงที่ผ่านมา

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

  • @FhPb1
    @FhPb1 15 ชั่วโมงที่ผ่านมา

    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 18 ชั่วโมงที่ผ่านมา

    Love it ❤

  • @vishrb1972
    @vishrb1972 18 ชั่วโมงที่ผ่านมา +2

    Thanks!

  • @robcannon
    @robcannon 12 ชั่วโมงที่ผ่านมา +1

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

    • @calvinwilson3617
      @calvinwilson3617 4 ชั่วโมงที่ผ่านมา

      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 15 ชั่วโมงที่ผ่านมา

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

    • @MilanJovanovicTech
      @MilanJovanovicTech  14 ชั่วโมงที่ผ่านมา

      It should work fine. What's breaking?

    • @facundoferrero1395
      @facundoferrero1395 13 ชั่วโมงที่ผ่านมา

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

    • @facundoferrero1395
      @facundoferrero1395 11 ชั่วโมงที่ผ่านมา

      @@MilanJovanovicTech It cant find the net framework it says

  • @fenggu1435
    @fenggu1435 17 ชั่วโมงที่ผ่านมา

    Thanks for sharing

  • @transtechmuthu
    @transtechmuthu 19 ชั่วโมงที่ผ่านมา

    Thanks