.NET in a Box: Containerizing .NET Applications - Chris Ayers - NDC Sydney 2024

Sdílet
Vložit
  • čas přidán 20. 06. 2024
  • This talk was recorded at NDC Sydney in Sydney, Australia. #ndcsydney #ndcconferences #developer #softwaredeveloper
    Attend the next NDC conference near you:
    ndcconferences.com
    ndcsydney.com/
    Subscribe to our CZcams channel and learn every day:
    / ‪@NDC‬
    Follow our Social Media!
    / ndcconferences
    / ndc_conferences
    / ndc_conferences
    #dotnet #devops #microservices
    The rapid rise of microservices and cloud-native applications underscores a pressing opportunity for developers: achieving seamless scalability, portability, and amazing efficiency for .NET applications.
    In this session, participants will be taken on a journey into the heart of containerizing .NET applications. From understanding the core tenets of container orchestration to discovering the secrets of achieving peak application performance within a container, this talk is a deep dive into the world of .NET and containers. We'll also touch upon ensuring top-notch security in a containerized ecosystem, and how to best leverage tools and technologies to supercharge your .NET container deployment.
    Don't miss this opportunity to redefine your .NET development paradigm. Join us and be part of the container revolution, ensuring your .NET applications are future-ready!
  • Věda a technologie

Komentáře • 6

  • @m4inline
    @m4inline Před 7 dny +5

    One problem we have found is that distributing things as containers can cause headaches for users who have to get set up with Docker locally first. Some users struggle due to lack of familiarity or lacking things like virtualusation support or wsl2. Nice would be native container support in windows.

    • @marcotroster8247
      @marcotroster8247 Před 7 dny +1

      Yeah but Docker is based on Linux kernel features. Why are you expecting it to work on Windows? Obviously you need to run Linux somehow.

    • @m4inline
      @m4inline Před 6 dny

      @@marcotroster8247 what do you mean by expecting? What i mean is that it would be nice if some container execution component was available as a windows feature somehow, or if there was some sort of easy way of getting docker running without the complications. We have distributed docker images only to find a whole raft of users struggling with issues from the obscure to the obvious.

    • @ZeonX69
      @ZeonX69 Před 6 dny

      @@marcotroster8247still an issue if most of your devs are using windows

    • @mubashir3
      @mubashir3 Před 5 dny

      Windows containers do exist. However, they are not size optimized and can be very big. Also, licensing issues can be complicated. I think we are slowly heading towards a future where containers are not dependent on an OS. Linux or Windows. Those would extremely lightweight containers and would have the fewest dependencies. We are not quite there yet, but progress is being made on this front.

    • @marcotroster8247
      @marcotroster8247 Před 5 dny +1

      @@mubashir3 I know that Windows containers exist. But no one uses them for a reason. And Linux compatibility is usually achieved by running an Ubuntu VM with WSL.