.NET in 300 seconds

Поділитися
Вставка
  • Опубліковано 30 лис 2024

КОМЕНТАРІ • 57

  • @gianlucalocri
    @gianlucalocri Рік тому +20

    Just started your DDD course.
    It seems amazing!
    Btw, your teaching skills are superb! Thanks you!!!

  • @AminVincent
    @AminVincent Рік тому +8

    clean explanation thanks

  • @noahg2
    @noahg2 10 місяців тому +48

    The problem is not with the current ecosystem but it's with the past, .net framework is still used in a lot of legacy application and some companies have no plans moving those apps to new ecosystem, they don't have the proper resources for that. If you're a dotnet developer now there's a good chance you'll be dealing with legacy apps throughout your career, it's not going away.

    • @geeksy2278
      @geeksy2278 9 місяців тому +14

      I cannot confirm. I work with many companies in the .NET space and I haven't seen a legacy .NET app in the past 5 years.

    • @shafialanower3820
      @shafialanower3820 9 місяців тому

      @@geeksy2278I’m assuming most companies are using .Net core rn instead?

    • @xerox-f1p
      @xerox-f1p 8 місяців тому

      ​@@geeksy2278what you mean

    • @GuitarxPlayax
      @GuitarxPlayax 7 місяців тому +6

      Fake news

    • @AchmadBadra
      @AchmadBadra 7 місяців тому +4

      Is just microsoft hater sentiment, who complaining why linux is not monopoly desktop segment.

  • @Kannamusica
    @Kannamusica Рік тому +3

    thanks for your explanation. it was quick and detail.

  • @AK-vx4dy
    @AK-vx4dy Рік тому +5

    I use Rust and don't hate C#

  • @405192802
    @405192802 Рік тому +7

    Nice intro to c#, when will you teach us your vscode keybinding? can not wait for it!

    • @amantinband
      @amantinband  Рік тому +1

      Most of the key bindings are vim. On top of that, I only have a few for navigating between the editor, the folder viewer, the terminal, and for opening some plugins

    • @405192802
      @405192802 Рік тому

      Thank you@@amantinband 👍

  • @elitetechacademy
    @elitetechacademy Місяць тому

    Thanks for this.

  • @ArchangelWatch1337
    @ArchangelWatch1337 5 місяців тому

    Best thumbnail in the world, love it!

  • @ahmedifhaam7266
    @ahmedifhaam7266 6 місяців тому

    where can I find the techempower chart you showed at the end, i wanna share with collegues, they are gonna ask questions like, maybe using a custom or stripped down version of the bcl idk,

  • @OmriKipi
    @OmriKipi Рік тому +3

    Great video! But after 12 years in C#, I'm thinking about moving to Node. More jobs and opportunities. Especially in Israel. Your toughs ?

    • @amantinband
      @amantinband  Рік тому +7

      Totally up to you and your career/personal preferences 🙂

    • @shawsie
      @shawsie Рік тому +4

      I work in node in northern ireland...most jobs are in .Net framework & C#.... depends where you are I guess

    • @juanpaFX17
      @juanpaFX17 Рік тому

      I think that many people that is already starting is doing the same, going with javascript so maybe there are a lot of people with the same knowledge applying for the same jobs (React, Node). In my case I started with javascript, Vue, Node and all that popular stuff, but was really difficult to get a job, later I discovered .Net and is really amazing(Infrastructure and power for me) and many jobs but obviously you know that so, perhaps you should try something like F# or new groundbreaking languages like Rust or Go, or going back to functional programming languages like Scala, Elixir or Clojure are gaining many popularity in the last years if you want a change.

    • @Sp1tfire100
      @Sp1tfire100 10 місяців тому

      ​@@shawsiehehe

    • @PSADS-qb5im
      @PSADS-qb5im 5 місяців тому

      12 years? Jesus Christ I thought not moving from c# for 5 years was bad
      I’m not a professional though just a hobbyist

  • @ashil816
    @ashil816 Рік тому

    Nice Introduction, How did you get a copilot-like suggestion at the terminal with dotnet cli (time-stamp 3:09)?

    • @voidmice1669
      @voidmice1669 Рік тому +3

      The shell he uses is probably the Z Shell (zsh), and it has a plugin called zsh-autosuggestions (if I remember the name correctly).

    • @amantinband
      @amantinband  Рік тому +2

      Yep. My dotfiles are on my GitHub if you want more details

  • @megistusable
    @megistusable Рік тому +10

    Poor F# .. the black sheep of dotnet, shame its such a nice language.

  • @KodingKuma
    @KodingKuma Рік тому +1

    Just too bad people can't get pass the old Microsoft stigma. What a shame.

  • @timmkrause6684
    @timmkrause6684 Рік тому +1

    What magnifier are you using?

    • @amantinband
      @amantinband  Рік тому +4

      Presentify on MacOS and ZoomIt on windows

    • @timmkrause6684
      @timmkrause6684 Рік тому

      @@amantinband Looks super awesome. Coming from Windows with ZoomIt and trying to find an alternative. Thanks for sharing. Any opinion on ScreenBrush?

  • @TheMurinDeventa
    @TheMurinDeventa Рік тому

    Can develop dotnet using neovim ? Are there any huge disadvantages using editor over IDE like Visual Studio, Rider ?

  • @nexdownfallrs
    @nexdownfallrs Рік тому

    Very good super interesting and also very informative video! Keep up the great work! Subbed and liked :)

  • @Hellbending
    @Hellbending 12 днів тому

    Take a shot every time he says 'daat-nhat', if you can still type then report back how far you got

  • @patrikduch1669
    @patrikduch1669 Рік тому

    I am .NET expert, but still good video to watch.

  • @someuser4166
    @someuser4166 7 місяців тому +3

    I don't like the dlls, I want executable binaries but nuget is nice, coming from cpp, I hate cmake.

    • @paca3107
      @paca3107 5 місяців тому +2

      There is an option to compile C# code to machine code. It's called "native AOT" and the performance is simillar to Go lang. Interesting thing but now it's not mature yet.

    • @someuser4166
      @someuser4166 5 місяців тому +1

      @@paca3107 hmm I didn't know about that. Thanks for telling me. Lately I've been trying to move over to rust though 🤔

    • @vlc-cosplayer
      @vlc-cosplayer Місяць тому

      Have you "rusted" yet haha
      Fr C# can do static binaries too, but the minimum size is like 10-15 MB because they also include the runtime. You can easily compress it down to 5-7 MB for distribution, however. Don't use UPX, it breaks things and sets off AV.

  • @mehrdaddowlatabadi2319
    @mehrdaddowlatabadi2319 6 місяців тому

    Thats how computer users look like

  • @valerianmp
    @valerianmp 7 місяців тому +1

    To be honest, yeah I'm heavily prejudiced and hate Windows, but I give it a try and found it awesome! Especially compared to Java lol

  • @brock4643
    @brock4643 Рік тому +9

    .Net seems to always be behind the curve, however seems to have much more stable releases

    • @amantinband
      @amantinband  Рік тому +39

      JS is the girlfriend, dotnet is who you would marry.

    • @Eirenarch
      @Eirenarch Рік тому +6

      That's only true if you compare it to the most advanced tech on each criteria. How is JS compared to .NET on the performance front? How is JS compared to .NET on the game dev front? How is C++ compared to .NET on the web front? As a full platform that goes everywhere only Java and JavaScript can compare. And they will lose

    • @THEROOT1111
      @THEROOT1111 Рік тому +1

      @@amantinband Good analogy, especially when after the first 5 years you'll be dead inside with suicidal thoughts questioning all your lifetime choices, as i've seen developers being exactly like that ;p

    • @kristijanog
      @kristijanog Рік тому

      @@THEROOT1111 that sounds... oddly specific! :D

    • @THEROOT1111
      @THEROOT1111 Рік тому

      @@kristijanog i know people, i have eyes :p

  • @sleeping_dragon
    @sleeping_dragon 9 місяців тому

    big ad

  • @nachojimenez2420
    @nachojimenez2420 11 місяців тому +5

    no, that realy didn't explain aything