Тёмный

C# is better than you think | Prime Reacts 

ThePrimeTime
Подписаться 494 тыс.
Просмотров 244 тыс.
50% 1

Recorded live on twitch, GET IN
/ theprimeagen
Become a backend engineer. Its my favorite site
boot.dev/?promo=PRIMEYT
This is also the best way to support me is to support yourself becoming a better backend engineer.
Reviewed video: • Your opinion about C# ...
By: Nick Chapsas | / @nickchapsas
MY MAIN YT CHANNEL: Has well edited engineering videos
/ theprimeagen
Discord
/ discord
Have something for me to read or react to?: / theprimeagenreact
Kinesis Advantage 360: bit.ly/Prime-Kinesis
Hey I am sponsored by Turso, an edge database. I think they are pretty neet. Give them a try for free and if you want you can get a decent amount off (the free tier is the best (better than planetscale or any other))
turso.tech/deeznuts

Наука

Опубликовано:

 

8 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 1 тыс.   
@edumorangobolcombr
@edumorangobolcombr 6 месяцев назад
Prime is bold enough to disagree with the guy while sitting on his lap
@RockTheCage55
@RockTheCage55 6 месяцев назад
🤣
@yaazarai
@yaazarai 6 месяцев назад
Omg. 😂🤣
@brandongregori995
@brandongregori995 6 месяцев назад
cannot unsee 😨
@WildfireS1
@WildfireS1 6 месяцев назад
Omg. Gold.
@yalnisinfo
@yalnisinfo 6 месяцев назад
critical fumble
@LusidDreaming
@LusidDreaming 6 месяцев назад
My cousin started his career working as a government contractor using. NET, then went on to do .NET in the legal industry (court systems), then went on to a consulting firm where he worked with on a medical project. And now he works for a payroll company. No joke he basically got the .NET triple crown.
@TomNook.
@TomNook. 6 месяцев назад
The triple crown is government, fintech and startup
@hermantosurjani1971
@hermantosurjani1971 4 месяца назад
".NET Triple Crown"
@I_am_who_I_am_who_I_am
@I_am_who_I_am_who_I_am 3 месяца назад
funny, I've done C# from low level security, high frequency stock quotes and controlling heavy machinery, I.e. trucks, buses, ships. there's nothing intrinsic in C# for those stupid industries except the workforce availability derisking. I've had a company rewrite a stable project in C# simply because it was written in a very fancy language with very limited workforce like Elixir.
@johnathanrhoades7751
@johnathanrhoades7751 Месяц назад
@@TomNook.what if you work for a fintech startup?
@deFreijtas
@deFreijtas 7 часов назад
I've worked with C# in engineering, railroad, manufacturing, logistics, maritime, transport, supply chain, oil and gas, robotics, and yes also banking
@dansanger5340
@dansanger5340 6 месяцев назад
I remember using C#'s LINQ for the first time many years ago and being completely blown away. LINQ is C#'s built-in language support for querying and manipulating data which uses functional programming concepts.
@bbrainstormer2036
@bbrainstormer2036 6 месяцев назад
LINQ is great.
@CRBarchager
@CRBarchager 6 месяцев назад
It's becomming more and more functional with each version.
@redcrafterlppa303
@redcrafterlppa303 6 месяцев назад
LINQ is in many cases very slow. I hope they fix that since I am a big fan of the sql like syntax for data manipulation.
@lorddraagon
@lorddraagon 6 месяцев назад
@@redcrafterlppa303 LINQ got upgraded in .net 8
@Rick104547
@Rick104547 6 месяцев назад
Most of the time the perf doesn't matter though. I never had that LINQ was the actual bottleneck in a business app, it might be slower than hand rolled loops but its still very fast.
@firstlast-tf3fq
@firstlast-tf3fq 6 месяцев назад
C# is used in loaaaads of enterprise web dev… at this point it’s basically just Java with 10 years of extra features and improvements on top
@pavelk3975
@pavelk3975 6 месяцев назад
C# definitely has more features, but sometimes I think they add anything they can think of and because of that language become bloated and there are so many ways to do one thing.
@flashback4588
@flashback4588 6 месяцев назад
​@@pavelk3975as someone who came from Java its a nice problem to have 😂 But yeah you are right
@sunnohh
@sunnohh 6 месяцев назад
Agreed, it’s Java but with all the silliest trendiest features
@javierflores09
@javierflores09 6 месяцев назад
@@pavelk3975 it doesn't really matter if the language is bloated (or rather, the stdlib). The issue I often see with people pointing out how bloated some languages are, is the fact that they try way too hard to keep up with the latest trends on how to do everything, and while it is satisfactory to know these novel ways of achieving results you have done before, as long as it doesn't invalidate the way you already know from experience, it doesn't really change the fact that you can still achieve these results with the ways you already know work and can be implemented without facing any unknown circumstances. In the end, no matter how much more efficient the newer methods might be, it is worth nothing if the application you are making doesn't require of it. What I am saying is, you have to know when to rely on your experience with a battle-tested method instead of looking for whatever the new shiny thing offers, this pretty much applies to anything in life but specially in software development.
@androth1502
@androth1502 6 месяцев назад
@@pavelk3975yes, it has the same problem as C++... just tack on anything that's cool for the hour in CS and go with it. C# used to be a much cleaner language years ago.
@yelmak
@yelmak 6 месяцев назад
I'm so happy to see some C# love from Prime, I write it as an enterprise dev and honestly I think it's one of the best OOP languages out there. I'm also learning Rust on the side but I think OOP is actually a good fit if you're modelling super complex domains & using DDD to manage that complexity
@vmachacek
@vmachacek 6 месяцев назад
ma man!
@alissoncandatem1896
@alissoncandatem1896 6 месяцев назад
same thing here, i'm just not in the mood to learn other languages but i'm working on that
@kurt7020
@kurt7020 6 месяцев назад
But OOP is "old tech" and classes are evil and must be avoided at all costs! Even to the point of re-inventing them, poorly. -The Internet. XD
@jeffreyhymas6803
@jeffreyhymas6803 6 месяцев назад
After writing Java almost exclusively for the last 6 months I've been more interested to check out C#. My impression, though I don't know if it's true, is that C# is essentially Java with less bullshit.
@SikadaSorel
@SikadaSorel 6 месяцев назад
​@@jeffreyhymas6803 and with more good shit :)
@reikooters
@reikooters 6 месяцев назад
Just a note that Nick has a similar video to this but released very recently, maybe a couple of weeks ago. But this one you watched is 2 years old. In the newer one he does talk about how the performance has gotten even better because Microsoft are trying to shake these old mindsets and the way to do that is by being actually good and fast.
@OOpSjm
@OOpSjm 6 месяцев назад
It's about dumping the legacy crap and moving forward.
@jmickeyd53
@jmickeyd53 6 месяцев назад
The most underrated feature set of C# is its metaprogramming. Between Expression, reflectable attributes, non-elided generics, and Roslyn extensions, you can do a ton of interesting runtime or compile-time code generation. No other language in its class is close.
@Nicrosyl
@Nicrosyl 6 месяцев назад
Source generators too are amazing.
@ogopogoman4682
@ogopogoman4682 6 месяцев назад
Exactly. Reflection, generation and everything with Roslyn makes it a powerhouse to work with.
@lukas.santiago
@lukas.santiago 6 месяцев назад
Furthermore, the entire dotnet ecosystem receives versions with new features relatively quickly and it is clear that it is influenced by the competition.
@AlFasGD
@AlFasGD 6 месяцев назад
Really underrated and highly unknown features, many people skim over those features for a number of bs reasons that they feel proud about
@colinmaharaj
@colinmaharaj 6 месяцев назад
I don't know much about this, so thanks for letting me know, I will look into it
@JonathanTheZombie
@JonathanTheZombie 6 месяцев назад
I use C# to develop extremely high tech optics software. There are soooo many libraries for everything you could ever imagine. We use full functional programming using LanguageExt and it’s so awesome.
@emjones8092
@emjones8092 6 месяцев назад
WHY ARE YOU NOT USING F#?!?!?!?! LanguageExt is great if you need it to gain FP adoption. But if you're doing FP all the way down, why wouldn't you just use F#?
@Y-JA
@Y-JA 6 месяцев назад
Could you elaborate on the kind of optics software you develop?
@emjones8092
@emjones8092 6 месяцев назад
Thanks for pointing me to that! I have seen it in the past. I’m curious about @JonathanTheZombie’s experience, though. And I’m not sure which part of the FAQ does/doesn’t apply to them. ETA - Cool Cid avatar
@johnnm3207
@johnnm3207 6 месяцев назад
ARE YOU HIRING?
@tie2tight
@tie2tight 6 месяцев назад
the .net webmailer library is the top of the class as someone who has setup a few Emailers
@Pariatech
@Pariatech 6 месяцев назад
By going from a C# job to a Java job, I can say that C# is way better than Java. I might not use it for a hobby project, but as a work language it's fine.
@Bliss467
@Bliss467 6 месяцев назад
I learned to appreciate soooome things about Java like its consistency in syntax, but oh god would I rather write in c# or kotlin. Boilerplate code is the bane of my existence and it’s like 80% if Java code
@shyshka_
@shyshka_ 6 месяцев назад
@danielhalachev4714 I mean, something like LINQ is an easy example off the top of my head, Entity Framework, Reflections. all those things are very useful. And it's just much less boilerplate, easier to write stuff. I did a lot of Java early in my career and in college, but now I work mostly with C#. And I have to say C# feels much better
@EdwardSavin
@EdwardSavin 6 месяцев назад
LINQ @danielhalachev4714
@gileee
@gileee 6 месяцев назад
​@danielhalachev4714 Of the top of my head from the syntax things you'll notice right away: properties, async/await, operator overloading with implicit and explicit operators, extension methods, nullable types with the null-coalescing operator, and so much more that's being added every month it seems. Something I also personally hate in java is template type erasure and it not having it's own IDE (the best one is proprietary and cost like $100+ if you want to keep at least a version of it forever)
@diadetediotedio6918
@diadetediotedio6918 6 месяцев назад
@danielhalachev4714 Structs, non-elided generics, advanced types/lists pattern matching, async/await, auto properties (and syntatically more appealing properties in general), native iterators, extension methods, operator overloading and cast overloading, optional parameters, objectively stack-only arrays and types (structs), opt-in native memory management with pointers and memory allocation out of the garbage collector (in .NET 6+) and more. Just the non-elided generics on itself are already huge compared to Java, try comparing the performance of a list of bytes in Java using List vs a list of bytes in C# with List, it is not comparable at all.
@wcrb15
@wcrb15 6 месяцев назад
Nick is an amazing source for modern C# info. Great channel
@brtk7
@brtk7 6 месяцев назад
He is not, he is classic bad .net dev, that cannot solve even simple problem, and the shit he’s talking about are for newbies that doesn’t know anything about programming, he’s a bad dev with no technical skills, trying prove that c# is special when it’s just garbage collected language general purpose language and has fairly small community of people reinventing the wheel. When you got job you’ll see how shitty code is usually written, how many resources meaning time, money, cpu, memory wasted on simple crud services and full of people talking that they doing clean architecture when in reality just a crud, and they making huge money claiming they’re industry software engineers 😂❤
@Bunny99s
@Bunny99s 2 месяца назад
Yes, he is. But sometimes he's a bit too much of a fanboy :D Don't get me wrong, C# is my No1 language, but some of his videos trying to hype certain things about C# which aren't worth the hype. Nonetheless he always brings some obscure new features to my attention. Many of them I'm not using anyways as I'm usually coding in Unity and it does not use the latest and shiny version of C# and I like backwards compatibility (I hate software that doesn't work half a year later / earlier). Too many people blindly hopping on the train with every single new feature.
@andersmalmgren6528
@andersmalmgren6528 Месяц назад
He is a bit too performance oriented. Sure its important but keeping the code maintainance is often more important
@madmax404
@madmax404 3 месяца назад
C# dev here. I am a full-time game developer, but have shipped backends, console(terminal) apps, console(xbone/ps4) games, PC/mobile games, mobile apps, tons of API backends, social media bots/media converters/transcribers, dynamic websites (C# in browser with blazor), and a cross-platform single-file CI/CD system that runs on windows, linux x86/arm. Even a few console apps running 24/7 on my 700mhz Raspberry pi 1 through mono. All of these I've developed in pure C# without that being in any way less than a first-class choice for the targets. You CAN NOT say that for your language.
@ruanpingshan
@ruanpingshan 6 месяцев назад
C# was my first introduction to the kind of functional programming that people love in Rust. The only reason I switched away from C# is because I got deep into graphics programming, and at the time C# did not have great SIMD instruction support. Funny thing is, I recently used C# for the first time in almost a decade to make a small flashcards app for a family member. I was able to whip up a great WPF GUI with a bunch of features in just a few hours. Super easy to make static text selectable and scrollable, and to make the UI resize in a sensible way.
@JonathanTheZombie
@JonathanTheZombie 6 месяцев назад
You can do 3D! Tons of choices out there. We use OpenTK but there are cross platform solutions out there for OpenGL
@aj-jc4cv
@aj-jc4cv 6 месяцев назад
WPF is a joy, Avalonia is great for cross platform desktop.
@TehKarmalizer
@TehKarmalizer 5 месяцев назад
I’ve been working exclusively with WinForms for the last year and a half, and it makes me miss WPF. I never went super deep with it, but the MVVM pattern and intuitive data binding are so much more productive.
@Ellefsen97
@Ellefsen97 6 месяцев назад
I love Nick Chapsas. He made my .NET class at Uni a lot easier
@jongeduard
@jongeduard 6 месяцев назад
He is an amazing guy. I professionally develop in C# and I have been on it since almost when it was born 20 years ago. But his videos are still really useful as there are always new things to learn. How I also started watching Prime's videos was related to my strong interest in the Rust programming language and because how I do toooo many things in too many other languages and technologies too. :)
@FabioGamingFG
@FabioGamingFG 6 месяцев назад
C# is the absolute best language for me It can do anything and runs anywhere
@phamlong4210
@phamlong4210 6 месяцев назад
even in places that it shouldn't be
@FabioGamingFG
@FabioGamingFG 6 месяцев назад
@@phamlong4210 name examples.
@sahilahmed3066
@sahilahmed3066 6 месяцев назад
​@@phamlong4210😂
@thatsalot3577
@thatsalot3577 6 месяцев назад
​@@phamlong4210 that's JavaScript
@quelqunderandom6143
@quelqunderandom6143 2 месяца назад
​@@phamlong4210in the end, just like Java lol
@KvapuJanjalia
@KvapuJanjalia 6 месяцев назад
People still think C# is Windows-only; in the era of Internet and abundance of information. Unbelievable.
@SwampKryakwa
@SwampKryakwa 2 месяца назад
Funniest part is, most of them likely have at least one game written in C# on their phone
@Cadaverine1990
@Cadaverine1990 Месяц назад
@@SwampKryakwa 1? in 2022 around 50% of all mobile games / applications were built in Unity, thus C#.
@SwampKryakwa
@SwampKryakwa Месяц назад
@@Cadaverine1990 "at least"
@computernerd8157
@computernerd8157 8 дней назад
C# can run about anywhere but at it's core its still Windows programming. You are required to have the .NetFrameWork on you pc to run it. For now, the terms seem acceptable but Microsoft has a tendency to not respect user choice. Microsoft holds C# back as its creator. C# is better than Java, but I am still rooting for Java to make a come back.
@princekumar-nc2ve
@princekumar-nc2ve 5 дней назад
​@SwampKryakwa😂
@RayanMADAO
@RayanMADAO 6 месяцев назад
C# feels perfect to me, it's my comfort language
@Bunny99s
@Bunny99s 2 месяца назад
Same for me. It replaced Pascal / Delphi years ago for me :D Though my favourite scripting language is lua
@hakami1426
@hakami1426 2 месяца назад
Same. I'm a junior dev and C# is my first and strongest language.
@rafaeljordao_
@rafaeljordao_ 6 месяцев назад
I started programming in JavaScript two years ago, watching tutorials, reading articles, documentation, etc. However, I always had difficulty grasping object-oriented programming (OOP) concepts. With JavaScript, especially in front-end development using ReactJS or vanilla JS, there is a strong emphasis on functional programming. So, while I read about OOP, I felt a bit lost when it came to coding. With C#, I gained a solid understanding of OOP, aided by excellent documentation from Microsoft. I also found it beneficial to step away from the clickbait videos often found in the JavaScript community. In the .NET or C# world, explanations are typically provided by experienced professionals who focus on what truly matters to become a skilled programmer.
@paca3107
@paca3107 6 месяцев назад
I have simillar feelings and thoughts.
@boredstudent9468
@boredstudent9468 6 месяцев назад
One thing i really love in C# are the Properties and synthetic fields and also LINQ is just great
@PiratePawsLive
@PiratePawsLive 6 месяцев назад
Yes, LINQ is baller. In a past company we wrote everything in C#, we were a giant logistics company. Our Web projects to the back end roboter routing services were all in C#. And they did run on linux docker containers. So these days I'm less dogmatic and just say pick your poison. I still prefer to write Security or performance critical code in C++ :).
@JonathanTheZombie
@JonathanTheZombie 6 месяцев назад
LINQ is wonderful. It’s such a natural way to solve problems.
@TomNook.
@TomNook. 6 месяцев назад
what I find incredible is how the language is severely underrepresented by the tech influencer community
@Dan_1348
@Dan_1348 6 месяцев назад
If you like LINQ you should learn haskell :)
@PiratePawsLive
@PiratePawsLive 6 месяцев назад
@@Dan_1348 Haha :D. I like fast code too and learned a bit of x86 assembly. But it still is a pain in the ass and don't wanna touch it^^.
@anthonyapm
@anthonyapm 6 месяцев назад
I've used C# for my entire career (not exclusively) and I love it. The only thing I've missed is aot and now they have started giving it a serious go❤❤❤
@georgehelyar
@georgehelyar 6 месяцев назад
AOT compilation has existed for a long time with mono, but yea good to get better and better support from .net core now with trimming etc I use AOT compilation on a xamarin.mac project (would now be MAUI I guess) because that uses mono internally.
@jongeduard
@jongeduard 6 месяцев назад
Same here almost from the start 20 years ago. The statistics shown in this video here where from 2021 I understand. Pretty outdated. I have seen an new video about DotNet 8 from nick with new statistics how the APIs are now so much faster than ANYthing else. So things have totally changed. The team has done some amazing work to use a ton of low level stuff making things defeat everything now.
@bluecup25
@bluecup25 2 месяца назад
I also wish they would add string enums
@dputra
@dputra 6 месяцев назад
What I like about C# is because it's usually being used in corporate or big company, with many devs dealing with complex domains, the community always looking for ways to improve developer experiences. I've never been exposed to DDD, CQRS, Vertical Slice, Outbox pattern, and many similar other "fancy" terms when working with js, python, go, or php like in C#. They always strive to write good code 😊
@TunaCanGuzzler
@TunaCanGuzzler 6 месяцев назад
I started out learning dev with actionscript J's / php and quickly moved towards the unity engine and learned C# and I feel it's just an incredibly intuitive language to use. I later learned more webdev, i.e javascript > express + handlebars > react > next.js. and even now, For me c# is like the perfect 'vanilla - plus' programming language.
@simonegiuliani4913
@simonegiuliani4913 6 месяцев назад
C# is the best OOP language around now. As a Java developer it sucks but that's the way it is.
@caspera3193
@caspera3193 6 месяцев назад
Try Kotlin
@simonegiuliani4913
@simonegiuliani4913 6 месяцев назад
@@caspera3193 tried with kafka streams. Defo not my cup of tea.
@fieryscorpion
@fieryscorpion 6 месяцев назад
@@caspera3193 I do, but still love c# more lol
@timseguine2
@timseguine2 6 месяцев назад
@@caspera3193 I like Kotlin, but to me it doesn't feel cohesive so much as it feels like they just threw every single feature they could think of into a pot and made a stew. C# feels significantly more polished.
@PhilipAlexanderHassialis
@PhilipAlexanderHassialis 6 месяцев назад
@@caspera3193 Not really - not anymore. Java is really catching up with Kotlin, esp. after they got virtual threads and now with Valhalla / Panama projects.
@h3llraizer
@h3llraizer 6 месяцев назад
I'm a "taught" Java dev. When I entered the market, I wrote in Turbo-Pascal/Delphi (which unironically is still one of my favorite languages ever) and I am now a C# dev. I would choose modern-day C# over most languages I programmed in professionally. .Net Core has solved many of the common issues programmers complained about regarding C#. Even the late .Net Framework versions are quite nice to code in
@conundrum2u
@conundrum2u 2 месяца назад
So basically you're an Anders Hejlsberg fan
@h3llraizer
@h3llraizer 2 месяца назад
@@conundrum2u The man made good shit, okay? 😁
@conundrum2u
@conundrum2u 2 месяца назад
@@h3llraizer hell yes
@Kenjuudo
@Kenjuudo Месяц назад
As a senior software engineer with heavy focus on Delphi, I had to give you a like for this comment.
@pedroperal6341
@pedroperal6341 6 месяцев назад
In Brazil a LOT of banks use C# in their backend. And i mean a LOT. The ecosystem itself provides so much native stuff to build your whole application. Also it's a lot of fun to write c#/.net code.
@sharewareX
@sharewareX 5 месяцев назад
Mano mas eu acho que Java ainda ganha em tamanho de mercado
@logank.70
@logank.70 6 месяцев назад
C# of today is such a different language than 5-ish years ago. Personally I'm a huge fan of all the new features that makes writing in a functional style easier. It's interesting to take someone who has been stuck in C# 6 due to whatever reasons and show them how to do the same thing with the latest release of the language and get their opinions / reactions to it. My favorite is showing them records. Albeit not perfect but showing them "look at the few hundred lines of code it took to support all of these things with this type. Now I can have the same thing just by calling it a record and using a handful of lines."
@OOpSjm
@OOpSjm 6 месяцев назад
It's easier to write in a functional style because they have been transitioning to a functional style.
@logank.70
@logank.70 6 месяцев назад
@OOpSjm Definitely. It's almost like you have F# which is functional first but supports OO and now you have C# which is OO first but supports functional. Two languages with a main paradigm with support for the other.
@ceddiexd
@ceddiexd 6 месяцев назад
@@logank.70 Now just to convince them to add proper discriminated unions 🙃 You know it's inevitable, I know it's inevitable, they know it's inevitable, so what are they waiting for?
@alextrollip7707
@alextrollip7707 6 месяцев назад
​@@logank.70if F# in a "useable" state yet? It sounded interesting, but I never got around to playing around with it.
@logank.70
@logank.70 6 месяцев назад
@@alextrollip7707 I used it as a learning tool. I wanted to move away from the OO world that I had only known and try to do various exercises with a functional language. I learned to appreciate some of the languages defaults, like immutability, and took some of those concepts from playing around in the language to my day-to-day C# job.
@mattymerr701
@mattymerr701 6 месяцев назад
Its wild that C# is at rhe cutting edge of a lot of language features and still has unmatched async (better than js by far). Other langiages are borrowing from it now
@rudde7251
@rudde7251 6 месяцев назад
C# have limited ORMs because EF is literally the best ORM to have ever been created and integrated with a language, no joke, across all languages. And I'm not saying that like I've literally tried every single one to ever have existed. But I've tried the ones who are praised in other languages for being good, and some that are mid, and even the "good" ones are laughably terrible in comparison.
@Slashx92
@Slashx92 6 месяцев назад
I learned .net and EF in uni and I have always missed EF. It's so good
@hodev632
@hodev632 6 месяцев назад
Use eloquent in php
@rudde7251
@rudde7251 6 месяцев назад
@@hodev632 not even close. Have you tried EF?
@nenadvicentic
@nenadvicentic 6 месяцев назад
LinqToSql is still better ORM than EF. And it has not been updated since 2008-2010. It was capable extract and update only changes done to the records in a table in 2008. EF got this only relatively recently. And stored procedures support from 2008, better that EF stored procedures support today.
@jongeduard
@jongeduard 6 месяцев назад
I always say EF Core instead of just EF, to make clear that I am not talking about the old version. It's really great indeed but also because LINQ is great (how it allows to be translated into actual SQL commands for the database, apart from the enumerator implementation which is also great). Though I recently explored Dapper, because at work I still have to maintain a lot of both really old applications that used any ORM but just plain SqlCommands (or when worse the absolutely horrible Typed DataSets thing of VS that should have never existed on this planet), as well as a lot of really small applications for simple tasks for which setting up a large ORM is an overkill. And I can say I really like Dapper too actually, because it's so simple. And I think for small applications it's the most easy thing to use. Unless you really have a problem with writing a bit of actual SQL code. But I think the C# Raw string syntax made that a lot better these days too.
@emreaka3965
@emreaka3965 6 месяцев назад
Developers, developers, developers, developers, developers, developers, developers, developers, developers, developers, developers, ...
@josegranola7
@josegranola7 6 месяцев назад
best thing about C# is employability.
@rafae5902
@rafae5902 3 месяца назад
totally depends on location
@AlgoristHQ
@AlgoristHQ 2 месяца назад
​@@rafae5902yes, if you are located on Earth, then you are highly employable. Anywhere else? I wouldn't know.
@naughtiousmaximus7853
@naughtiousmaximus7853 2 месяца назад
@@AlgoristHQ LMAO so true
@somnion5094
@somnion5094 6 месяцев назад
Nick Chapsas is the fucking man if you are interested in C#. Ignore his accent, the dude is super knowledgeable and amazing at explaining shit.
@fredericbrown8871
@fredericbrown8871 6 месяцев назад
12:10 A use case I see for this (sealed permits) is to emulate a union type, for example a Result which I only want to be derived either as a Success or a Failure but I agree it feels like a weird inverted way to program to specify who can inherit a class at declaration.
@ahumeniy
@ahumeniy 5 месяцев назад
I switched to Linux a time ago, im still still pretty much a Microsoft guy and still program in C# because of work, it works great on both Linux and Mac. BTW if you need SQL Server you can fire up a Linux based container so except for desktop (Windows) apps, you can do pretty much anything with C# outside of Windows
@JosephF.
@JosephF. 6 месяцев назад
"If I already know go why would I want to learn C#" C# is a very special language in the "C family". It's the most reflective language I've ever used (that has a strong type system), it allows you to do use the type system dynamically, it has built in support for running its own compiler tools at runtime, it allows you to manipulate code as data with Expressions, it has an extremely strong foundation of data tooling in LINQ, it's pretty fast, and the tooling is fantastic. It's got good support for async programming, functional, event based and object oriented programming too. Every year, it gets better -- particularly with pattern matching recently. It is a fantastic language, and is worth learning even if you already know C, C++, Go, Java or Swift. It's a ton of fun too, it gives you so much power.
@telesniper2
@telesniper2 5 месяцев назад
Most of what "people" write in C# is onion code. As you peel back the layers you cry more.
@Jabberwockybird
@Jabberwockybird 3 месяца назад
Like FizzBizz enterprise edition? But C# instead of Java?
@jongeduard
@jongeduard 6 месяцев назад
FINALLY. Thank you for giving some love to C#! ❤ I develop in C# almost since it was born 20 years ago. It's good to note something though, at a regular base I watch Nick's videos these days. The statistics shown here where from 2021. With the new improvements in dotnet version 8 which they made everything has totally changed when it comes to performance. Nick has also posted a video how the DotNet frameworks are so much faster than Everything Else. Maybe that statistics source has some problems like you say, but it might still be worth to at least know about. They have done a ton of low level performance improvements in the last two years. It's also good to notice that in general there are more options in dotnet for this than in Java, because of the concept of Value Types, which are not allocated on the heap and no subject to the garbage collector. I know Java has started to implement similar concepts as well, but it's as far as I know not as deeply implementend in everything as in dotnet. This is a major difference.
@osmanbajraktarevic833
@osmanbajraktarevic833 6 месяцев назад
Not just healthcare and gov jobs. C# is used in manufacturing and automation industry… which is an easier job to get than getting into Netflix
@JoshPeterson
@JoshPeterson 6 месяцев назад
"If you're going to Quora to find answers to things, you've already messed up." 😂 True
@JonathanTheZombie
@JonathanTheZombie 6 месяцев назад
Entity Framework is a built-in ORM.
@Slashx92
@Slashx92 6 месяцев назад
And one of if not the best one out there IMO
@sanampakuwal
@sanampakuwal 6 месяцев назад
@@Slashx92 it's the best!
@liolyne
@liolyne 6 месяцев назад
Using C# and Godot (did port my project from unity) for past three months, been a really smooth and nice journey. I'm thinking to try blazor which is probably a better way to do frontend instead of React.
@peachery2k2
@peachery2k2 6 месяцев назад
A similar story here. The thing with C# is that it's really easy to get into it. I've been working on a plugin for Godot and it only took me around 4 days to port it from GDScript with no prior experience. Truly, it's the superior Java.
@phamlong4210
@phamlong4210 6 месяцев назад
Blazor itself works just find but I'd advise to go with Svelte if you just want to not be a React Andy, or HTMX. Finding a UI library for Blazor is hard (unless you Bootstrap)
@liolyne
@liolyne 6 месяцев назад
@@phamlong4210 I'm used to do frontend with TS and React (+tailwind). Since blazor use html. I will give it a try to use it with tailwind.
@Jared-150
@Jared-150 6 месяцев назад
@@phamlong4210 I've been liking MudBlazor for UI on Blazor
@CRBarchager
@CRBarchager 6 месяцев назад
@@phamlong4210 MudBlazor? Radzen, Blazorise, And Design Blazor, SyncFusion. How many do you need? - I prefer MudBlazor as it's free and performs the best.
@DonYurik
@DonYurik 6 месяцев назад
I was making a game in Unity as a hobbie. Then in september, because of the Unity fiasco, I switched to using Monogame. Have to say, working with C# and Monogame is a really good way for me to put into practice what I have learned about Design Patterns an OOP. Back when I was developing with Unity, it felt as I wasn't really programming with C#, just writing snippets and scripts that would be linked through the Unity UI.
@llamasarus1
@llamasarus1 6 месяцев назад
Yeah, MonoGame is great. I have needed to use OpenAI to assist me on the architecture building aspect, though.
@alextrollip7707
@alextrollip7707 6 месяцев назад
Comparison between Monogame and Unity in your opinion?(and Godot if you've taken a look at it) I was debating trying out Unreal even, but learning c++ for just a hobby piece seems like alot of work for not alot of benefit
@evancombs5159
@evancombs5159 6 месяцев назад
That is kind of the point of a game engine like Unity. You aren't coding everything, you are just writing behavioral scripts, and Unity handles the hard stuff behind the scenes.
@Kenjuudo
@Kenjuudo Месяц назад
@@evancombs5159 And by "hard stuff" you mean boilerplate, and ridiculous one at that. Unity's Entity Component System is atrocious and an offense to all programmers.
@marioprawirosudiro7301
@marioprawirosudiro7301 Месяц назад
Ayyy, more MonoGame people! 🤘
@digitalspecter
@digitalspecter 6 месяцев назад
I got to take part in an F# project at work. It was great. The only major thing that's missing is type classes or something similar (and maybe algebraic effects). Anyway, if I got to choose the tech stack for some corporatey service/backend I'd go with F#.
@GmanGavin1
@GmanGavin1 6 месяцев назад
I started with C# and because I have my fancy looking VS Code, the effort to compile C# Blazor made me look at other languages and fall in love with golang. OMG, this is like how my brain expected C# to work and then forced into all this OOP stuff “Just Because” or “Standard way of doing stuff”. Anyways I went into Golang thinking better php and got my mind blown by finding out it didn’t need a runtime environment. Structs is how I always wanted to use Classes. It just felt so so so much more natural to code in.
@kevenCodes
@kevenCodes 3 месяца назад
I like the content. Pretty funny. Subbed.
@redcrafterlppa303
@redcrafterlppa303 6 месяцев назад
12:10 sealed hierarchies are extremely versatile feature. There are tons of things that can be done with the guarantee, that no type outside your library can extend or implement a type. For example you can make finite algebraic types with it. For example the option type: public sealed interface Option { record None() implements Option {} record Some(T value) implements Option {} } This might be more clunky then a rust enum but it has the same user side semantics. (pattern matching) (Btw you can drop the permits if all subtypes are declared in the same file.)
@simonegiuliani4913
@simonegiuliani4913 6 месяцев назад
StackOverflow is implemented in C#
@RoccoWocco
@RoccoWocco 6 месяцев назад
This also highly depends on what country you work in. In the Netherlands it's mostly C# for most dev jobs. Including the "fun" sectors. Including for giant global companies. Not that you do not see a huge amount of jobs for other langs.
@luccaflower751
@luccaflower751 6 месяцев назад
One note about sealed classes (and interfaces, this is available for interfaces too) in Java. Essentially, they're a (rather clumsy) roundabout way of achieving tagged unions in Java (like enums in Rust), which can be useful for exhaustive pattern matching. Basically, you might see code like "sealed interface SomeUnion permits VariantA, VariantB {}" and then if you do a switch on an instance of SomeUnion, assuming non-null (god i hate java and all it's old baggage), you'll be guaranteed to have an exhaustive match as long as you match against VariantA and VariantB
@vinicchleme
@vinicchleme 6 месяцев назад
I'm loving the editing style!
@Tony-dp1rl
@Tony-dp1rl 6 месяцев назад
C#'s Task library is far superior to anything in Java, JavaScript, Python, etc. Up until Go (I think), C# was probably the only language with easy-to-use dynamic hardware thread use, where it will scale the number of hardware threads automatically, based on a hill climbing algorithm, to suit your Task load.
@julianjupiter5890
@julianjupiter5890 Месяц назад
Java has Go-like threads called Virtual Threads.
@alextrollip7707
@alextrollip7707 6 месяцев назад
Been coding C# for years. (Swapped from Java in 2014) And I was always curious as to why your take on C# is bad was there. I'm glad it was more a casual ribbing than an actual bad language. Cause I genuinely enjoy it more than any other language I've used. My only complaint is usually that there's just usually more code to do a thing that other languages. Boilerplate is heavy. But the code looks good, makes sense, and it clicks for me. With the side bonus of Godot, Unity, Maui/Xamarin also working with pretty much the exact same ruleset and standards. Means I can do those as side projects and gain mastery for my actual job at the same time. Tried a JS job. And in comparison I just wanted to tear my hair out. Although could have been the company. But the styles are so different is it a tough thing to swap between.
@zigajavornik1026
@zigajavornik1026 6 месяцев назад
I came in from programming PLCs and I was able to learn how to debug and understand 100k code software in a respectable time. Also it went as far as me writting UI tests for most of the graphics. I think C# is really user friendly and I learnt to love it really fast.
@nielshoogev1
@nielshoogev1 6 месяцев назад
Abstract sealed classes as added to Java, allow for exhaustiveness checks in pattern matching. With open inheritance, no guarantees can be given by the compiler that the provided cases cover all possibilities. By explicitly enumerating all classes that inherit from the sealed class, the compiler will be able to to do that check. It allows for usages that in functional languages are served by ADTs (algebraic data types). Sometimes all types are known in advance, like for example Some and None in an Option or Maybe type.
@robgrainger5314
@robgrainger5314 6 месяцев назад
Using inheritance to try to code features available in ADTs is an abomination though, even if it allows exhaustiveness checking. Just add ADTs to the language and be done.
@saniel2748
@saniel2748 6 месяцев назад
Oh ffs just limit inheritence to classes in same package/assembly whatever so they get into one compiled unit. There you go, guarantees. Java people just need to do everything with their asses
@JP-hr3xq
@JP-hr3xq 6 месяцев назад
ITO cross-platform stuff, well, I run my .NET Core APIs on Alpine Linux containers in prod. We handle like $2bn worth of transactions a year. So, it's definitely production-ready cross-platform.
@Kane0123
@Kane0123 6 месяцев назад
C# LETTTTSSGOOOOOOO!
@aesthetig-m
@aesthetig-m 6 месяцев назад
С# supports pointers and unmanaged memory allocation (e.g. stackalloc). Very usefull for Interop or if you want some crazy optimization.
@jacksoncougar
@jacksoncougar 6 месяцев назад
C# meta programming is pretty good. Reflection, code compilation, etc. My main complaint about C# is that its got too many ways to do the same thing: and its getting worse with "features" such as primary constructors
@emjones8092
@emjones8092 6 месяцев назад
These are facts. What further frustrates this situation is that C# devs seem to be some of the *most* difficult to convince to update their skill set, so then you have new language features that are meant to help improve how we work with it and it's only partially adopted so you feel like you're in a polyglot codebase when you're looking at a single language 😔
@BeatsByYari
@BeatsByYari 6 месяцев назад
Primary constructors are stupid, but things like (advanced) pattern matching and switch expressions are great
@metaltyphoon
@metaltyphoon 6 месяцев назад
@@BeatsByYari the only reason C#s patter matching is not as good as rust is because void is not a type 😢.
@redcrafterlppa303
@redcrafterlppa303 6 месяцев назад
It suffers the same "death by a thousand features" c++ is experiencing. What I like about java is that they are very cautious about this. They put every suggested feature on the scale of usefulness and added complexity. And many on the first look great features die on that scale. Also many features ruled out by the scale find themselves being picked up again once a better way is found to integrate them better. For example string interpolation was rejected many times. Now that the idea of String template processor was accepted interpolation is implemented using this feature with the reasons for rejection solved by this choice.
@freesoftwareextremist8119
@freesoftwareextremist8119 6 месяцев назад
It's pretty good when compared with languages that have shitty metaprogramming. But it's not good.
@JP-hr3xq
@JP-hr3xq 6 месяцев назад
My two favourite coding channels together in one video?
@mclang5932
@mclang5932 6 месяцев назад
I'd pick C# or F# over Java any day. I have been using C# in enterprise environment on Linux servers something like 15 years already. During Mono time there was occasional hiccups, but nothing major hit our apps. Since dotnet core was released years ago it has been smooth sailing and I couldn't be happier. Except maybe we should rewrite our things with Rust =D
@Trae4k
@Trae4k 6 месяцев назад
As someone who came out of college not that long ago and took multiple semesters of Java and C#, my takeaway feel and knowledge was that C# was a superior Java. A large part of that is the environment and integration. I'm too removed from Java to comment on it, but the future of C# and .NET is really bright. Full stack Blazor that can utilize web assembly and server-side signal R in the same application is going to be seriously powerful. AOT compiling directly into native code like Go and C++ is awesome as well.
@sbonventure
@sbonventure 5 месяцев назад
I was a programmer for 25 years and retired. I watch this channel because at this point it's so interesting to see the same discussions/problems on repeat. AND, I LOVE the jargon. It's how I know I'm already outdated. Ass pennies, hilarious. :)
@Kenjuudo
@Kenjuudo Месяц назад
Same situation but 37+ years. I only code on hobby basis these days. Yeah, and I watch this channel for the same reasons and have come to the same conclusions. ;)
@DinnerIsDelayed
@DinnerIsDelayed 6 месяцев назад
C# is my main language but I can see how some one just getting started could be confused. A top level program looks like magic lmaooo if you don’t understand it.
@urbanelemental3308
@urbanelemental3308 6 месяцев назад
I know people who started with Java and ended up C# and say they would never go back.
@marosmierka1904
@marosmierka1904 3 месяца назад
hypothesis that open AI is being trained on quora data gave me a fine laugh thnak you
@dragons_advocate
@dragons_advocate 2 месяца назад
Doing C# fulltime now and absolutely love it. Even WPF grew on me. Learned Java initially, but since the fustercluck after 9, I wouldn't even know where to start.
@xBiggs
@xBiggs 6 месяцев назад
Used C# recently after not touching it for about 5 years and was pleased
@Archartugan
@Archartugan 6 месяцев назад
Hell has frozen. Prime talking about C#. Btw I love C#, I would love to see more C#.
@M0J0-RL236
@M0J0-RL236 5 месяцев назад
C# is amazing, I absolutely love working with it
@Will_0001
@Will_0001 2 месяца назад
I've gotten job offers where they pay a premium specifically because I have experience with both C# and Java (building enterprise apps and APIs). Recruiters have told me it's hard to find someone that can (or will) work with both, which is strange to me considering how similar the two languages are.
@mintx1720
@mintx1720 6 месяцев назад
Modern C# is a good language, with probably one of my favorite syntax and standard library. But with some historical baggage, bad crossplatform UI options and god awful tooling in MsBuild.
@EspectroMascarado
@EspectroMascarado 6 месяцев назад
I don't know about the bad cross platform UI options (I develop mostly for Web and background workers), but the tooling is so much better since .NET Core came out. Nowadays I develop mostly on NeoVim+tmux running on WSL2. I still go to VS Code when I need decent debugging, but apart from it, dotnet CLI works just fine.
@cheebadigga4092
@cheebadigga4092 6 месяцев назад
well Avalonia works on Linux, but it's XAML soooooooooo yeah
@Exilum
@Exilum 6 месяцев назад
21:30 I agree. the C# JIT compiler is very good at identifying and optimizing repetitive tasks, so pretty much *any* benchmark is inherently flawed. Unless your web server always returns the same result for the same input (there's no per-user personalization), your performance won't be as good as the benchmark. C# is still my favorite language though, but a good point is a good point.
@diadetediotedio6918
@diadetediotedio6918 6 месяцев назад
It is pretty comparable to the benchmarks actually, because in all codes there are places that can be optimized this way (and variable input does not make the JIT unable to optimize things with like inlining and simd for example).
@Exilum
@Exilum 6 месяцев назад
@@diadetediotedio6918 Benchmarks can be optimized for a simple case because the stand-out case is vastly more frequent than in any real-life situation, if not the sole one, so not really. At most, it shows you the best scenario.
@psyk0l0ge
@psyk0l0ge 6 месяцев назад
now that prime approved my jobs programming language I don't have to quit anymore.
@blackfisher322
@blackfisher322 6 месяцев назад
Can we all agree the ending was pretty dang hilarious
@ew8016
@ew8016 6 месяцев назад
C# is hands down the most versatile language regarding real usage. Languages are just tools, and most languages can "do anything," but you will be hard-pressed to find a language that is as widely used as C# in the enterprise, gaming, mobile, web, embedded, machine learning, etc. For beginners, it's a great first language because of that versatility, type system, tools, ease of learning, etc.
@jongeduard
@jongeduard 6 месяцев назад
I agree, but, nitpick from me here, it's good to mention that there is something that C# quite obviously cannot, and that is being a real systems programming language. I do not see how it can be used to write an operating system or low level drivers, considering how it depends on a garbage collector and pretty high level library code as well. Even the new AOT way of compiling does not really solve that.
@astrahcat1212
@astrahcat1212 11 дней назад
I agree, you gotta learn some more boilerplate than a few other beginner languages though, particularly Python.
@astrahcat1212
@astrahcat1212 11 дней назад
@@jongeduard Yeah but nothing really is going to be as good as C or C++, or Assembly for that matter for system's programming.
@jongeduard
@jongeduard 10 дней назад
@@astrahcat1212 Well, Rust is that language in my opinion.
@drxyd
@drxyd 6 месяцев назад
C# is a gem, along with Scala OOP languages don't get any better.
@zeocamo
@zeocamo 6 месяцев назад
the thing prime like with pattern match is coming from FP, the Maybe, that can hold a Some or a None, this is the idea behind the error handing in FP, you never get a null ref error, as you never use a Object/type that is null.
@marc_frank
@marc_frank 6 месяцев назад
back in 2017 i had my first programming classes in school. just installing the java editor was a pain. we did some binary tree stuff which was confusing and a little image editor. i very much like java and c# feels very similar, installing vs is a piece of cake
@robgrainger5314
@robgrainger5314 6 месяцев назад
Pattern matching is great when a language has algebraic data types (like Rust enums). In the absence of that its rather disappointing.
@DinnerIsDelayed
@DinnerIsDelayed 6 месяцев назад
LINQ MY BOY LINQ!
@halorx9863
@halorx9863 5 месяцев назад
It is even now able to do inline Assembly since the last version
@fenxis
@fenxis 6 месяцев назад
12:00 wrt sealed classes. It's nice if you are a corporate library provider and you want to lock down internal APIs. And it makes switches so much more maintainable.
@bennymountain1
@bennymountain1 6 месяцев назад
I hate all the languages I used back in college. Because I sucked back then and didn't have good time using them. I've recently switched to C# from Java and it's my favorite language rn, because I know what I'm doing and there are a bunch of QoL improvements over Java.
@zookaroo2132
@zookaroo2132 6 месяцев назад
I've tried both Java and C# for 1 year I stand with his tweet
@AaronAlexander1176
@AaronAlexander1176 6 месяцев назад
That stack overflow survey might be skewed a bit since there are a lot of C# answers on stack overflow thus there might be more .Net users than other frameworks.
@TheBuzzSaw
@TheBuzzSaw 6 месяцев назад
It's weird seeing so many comments express doubt about C# being cross-platform. I don't know how to make this any clearer: at home, I code in C# entirely in Linux and frequently deploy to Raspberry Pi. At work, almost everyone uses a Mac. I've worked in all three major clouds, and we always just deploy using Docker and Alpine Linux.
@diadetediotedio6918
@diadetediotedio6918 6 месяцев назад
@danielhalachev4714 The language on itself is cross-platform, people are blaming the language because of bad framework support are crazy
@EikeSchwass
@EikeSchwass 5 месяцев назад
@danielhalachev4714 "The point is likely that most C# applications are GUIs" citation needed, lol
@KangoV
@KangoV 6 месяцев назад
Loads of Java in the Cyber Security space. Knowing that a CVE is going to be fixed if you have paid support is very important. Before using C#, check what patents Microsoft asserts for which components. We have been burned before. I'm very wary now.
@MadsonOnTheWeb
@MadsonOnTheWeb 6 месяцев назад
From a person who wrote java before c#. C# was kinda of a revelation. I never though java could be that easy. IDK c# is still really good and works really nice on anything
@randyriegel8553
@randyriegel8553 2 месяца назад
At work I mainly use C# and SQL on Windows machines (all different types of projects). On my side hustle I do development mostly web and host the client on my own servers if they want. All my servers are Linux. I have many Blazor apps running on my linux cloud servers but I prefer Postgres for my database but I do have MS SQL Server running on Linux. I still use Visual Studio to write my C# code but compile it to Linux and have GitLab CI/CD to push changes to my linux servers. I have Dev, Staging, and Production pipelines. I let customers use Staging after it is built and if they happy I go to Production with few clicks.
@mohamedh.guelleh630
@mohamedh.guelleh630 6 месяцев назад
C# is so much more than Java. It now has AOT in pre-release, where you can compile your code directly as an executable (no IL). It's essentially like GO. It still has some issues, but it will be great once it's released.
@behnamsalehi9765
@behnamsalehi9765 6 месяцев назад
C# is actually is really good in my opinion
@GaSkia117
@GaSkia117 5 месяцев назад
I work with c# as devolper for BACK OFFICE FOR PURCHASE AND SALES DEPARTMENT... The only thing that I like it's the fact that building desktop (windows) application is pretty fast
@Stabruder
@Stabruder 6 месяцев назад
Im using C# for some years now, its great! And the tooling with VS is just better than anything else ive seen so far
@SpikeTaunt
@SpikeTaunt 6 месяцев назад
I learned C# just for sheer hate of java
@sanampakuwal
@sanampakuwal 6 месяцев назад
you will not be dissapointed!
@blueSurfer
@blueSurfer 6 месяцев назад
As a java developer i want the community to embrace kotlin more
@ea_naseer
@ea_naseer 6 месяцев назад
you can pass a lambda function as an argument without putting it in parentheses if it is the last argument... orthogonality = 0.
@jengkhaw15
@jengkhaw15 6 месяцев назад
The end is legendary
@brett_rose
@brett_rose 4 месяца назад
I started using visual C++ way back whenever that was, and pretty much default to C# for everything unless I have a really good reason not to use it. It's fast and has tons of libraries.
@generic_programmer
@generic_programmer 6 месяцев назад
What I hate most about Microsoft is that they create such great programming languages
@AnnasVirtual
@AnnasVirtual 6 месяцев назад
c# and typescript is design by the same guy Anders Hejlsberg
@paca3107
@paca3107 6 месяцев назад
Anders is genius
@nryle
@nryle 6 месяцев назад
And their tooling is pretty legit if you aren't leet enough to vim
@_ironrose
@_ironrose 4 месяца назад
after spending loong time writing c and C++ for windows, I'm sure they clearly know what a great language would look like
@happygofishing
@happygofishing 6 месяцев назад
The only bad thing about c# is Microsoft
@Jared-150
@Jared-150 6 месяцев назад
I was a M$FT hater circa 2000. But I've come to think the dotnet enclave within Microsoft is pretty great.
@sanampakuwal
@sanampakuwal 6 месяцев назад
it's good in a way too, because it can fund to make C# the best language possible.
@happygofishing
@happygofishing 6 месяцев назад
@@sanampakuwal why is windows dogshit then
@sanampakuwal
@sanampakuwal 6 месяцев назад
@@happygofishing many people are liking windows nowdays. It's far from perfect IK. The good thing is they're working on it..
@aexyzk
@aexyzk 6 месяцев назад
i really checked discord when you got the notif lol
@tc2241
@tc2241 6 месяцев назад
I’ve worked at my fair share of “enterprise” companies, and yes, the C# finance/government, stereotype is true. At the company I currently work, we’re .Net containers in alpine. If you asked me that just 3 years ago I would’ve drop kicked you. It’s staggering how quickly MS is improving .Net. I mean, the new features in .Net 8 are just insane, it’s like an entirely different platform. The fact that I’m coding, building, testing all on Linux with minimal configuration still boggles my mind. That said I still prefer Go, something about it reminds me of C, makes me feel like I’m in full control with minimal baggage.
@colinmaharaj
@colinmaharaj 6 месяцев назад
Because I spent so many years with C++, I find it hard to move away from it. With the tools I have, I can do any kind of programming low level or high level.
@chadmwest
@chadmwest 6 месяцев назад
Which is totally fair.
@JosephF.
@JosephF. 6 месяцев назад
there are things in C# that you don't even know you haven't had, that you would probably love (runtime reflection, partial homoiconicity). Just as using C++ for work I have gained an appreciation for templates (as distinct from C# generics).
@jasonhurdlow6607
@jasonhurdlow6607 6 месяцев назад
I know and have used both professionally for ages. Both have their place, but writing C# is so much faster and nicer.
Далее
The Ultimate Tier Programming Tier List | Prime Reacts
26:57
Why i think C++ is better than rust
32:48
Просмотров 279 тыс.
Վարդավառը Գյումրիում
00:15
Просмотров 158 тыс.
Dora does the Tyla Dance 😳 #shorts
00:16
Просмотров 990 тыс.
Самое Романтичное Видео ❤️
00:16
Code Review: C# + Some Banter
7:13
Просмотров 38 тыс.
Is clean code a LIE? Primeagen x Casey Muratori say so
14:15
React Compiler: It's Stranger Than You Think
27:37
Просмотров 33 тыс.
The Pain Of Frontend Dev | Prime Reacts
21:42
Просмотров 232 тыс.
zig will change programming forever
9:34
Просмотров 237 тыс.
So You Think You Know Git - FOSDEM 2024
47:00
Просмотров 1 млн
Being An Efficient Developer | Prime Reacts
22:56
Просмотров 149 тыс.
Can Paris fix its poop problem before the Olympics?
8:06
Сравнили apple и xiaomi!
0:21
Просмотров 37 тыс.
ОБСЛУЖИЛИ САМЫЙ ГРЯЗНЫЙ ПК
1:00