@@osman3404 oh 100%, Hanselman is the guy anchoring Toub back to the realm of the mortals by making the right questions at the right time, often clarifying some questions we have.
This is the best Microsoft build content I’ve seen. Ever. I think it’s awesome that these two bright minds are teaming up to deliver high quality content like this video. For anyone who doesn’t know, they have several more videos on RUclips where they deep dive into different topics and provide valuable insights.
Never wanted this session to end with these two folks! Really learning a lot from them. Thanks to the .NET team, the language designers & Microsoft! Now, I see exactly why .NET is super-fast year-in and year-out.
It's good to see optimizations. Some of the tricks also seemed to be simplifications. By this I don't mean less typing, even though it may result in fewer characters. Too much time and effort has been spent on what I call "motivation to avoid typing" by using tricks and shortcuts that make the code really hard to read and maintain. It's good to know that we can have both -- as these guys demonstrated.
This is really great content. Thanks, and more please. BTW - another good reason to optimize is save the planet. Optimized code is leaner, meaner and greener.
I love how they got confused with nano and picto seconds. Shows that all of us are human and we tend to forget basic stuff after a while if we have not thought about it for some time.
Roslyn generally is not a "optimizing compiler". Such transformation also would possibly break code that expects the allocation of a new string. Instead Roslyn analyzers guide you to replace these expressions with equivalent (ReadOnly)Span methods without introducing potentially breaking changes and only if the developer chooses to do so.
Censorship of comments is just pathetic: apparently, you can't mention Microsoft's other RUclips channels here. EDIT: It's just RUclips being RUclips, I guess.
This is the content BUILD needs. Please more of this in the future!
AI is more important!
@@bity-bite Did your copilot write that? :D
Yes please
😅
Hanselman and Toub are a perfect matched team to teach .NET at any level. So enjoyable to watch.
absolutely and I credit Hanselman for being such an awesome host and copilot ;)
@@osman3404 oh 100%, Hanselman is the guy anchoring Toub back to the realm of the mortals by making the right questions at the right time, often clarifying some questions we have.
Yeah, Stephen already had a great rep but these 2 together make amazing content.
This is the best Microsoft build content I’ve seen. Ever. I think it’s awesome that these two bright minds are teaming up to deliver high quality content like this video. For anyone who doesn’t know, they have several more videos on RUclips where they deep dive into different topics and provide valuable insights.
Glad you enjoyed it!
Never wanted this session to end with these two folks!
Really learning a lot from them.
Thanks to the .NET team, the language designers & Microsoft!
Now, I see exactly why .NET is super-fast year-in and year-out.
And true to his word, Stephen has indeed contributed to the package. That's amazing.
I must have followed Scott my entire career, love that guy, great presenter, teacher. Thanks for the past 25 years!
Another super nice "Highly Technical" video with Stephen Toub. Very valuable content! I hope to see more of those in the near future.
As always, Stephen and Scott crushed it.
These guys are some of my favorite teachers. Fantastic talk guys, thank you!
I dont know why we are impressed with AI when Human Intelligence like Steve Toub and Hanselman exist? C# is also so IMPRESSIVE
Super impressive for that matter!
AI is still learning from intelligent people like them😂
I really enjoy the highly technical talk, looking forward to more highly technical talks in the future!
This was the best talk of Msbuild!
It's good to see optimizations. Some of the tricks also seemed to be simplifications. By this I don't mean less typing, even though it may result in fewer characters. Too much time and effort has been spent on what I call "motivation to avoid typing" by using tricks and shortcuts that make the code really hard to read and maintain. It's good to know that we can have both -- as these guys demonstrated.
This was a great and actionable talk. Really like these types of presentations.
Cool to see that these improvements are actually being merged into the Humanizer project.
I think a series of this type of talk will be helpful , nicely done
Wow, what a great series! More advanced content, please!
Amazin journey ! Greetings from Türkİye :D
This is really great content. Thanks, and more please. BTW - another good reason to optimize is save the planet. Optimized code is leaner, meaner and greener.
This is on session I highly enjoyed, I thought otherwise. I wasn't getting lost but on the regex scenario I was but truly impressive!
So great to watch! Keep going, guys!
That was absolutely fantastic!
We are still using old versions of dotnet framework like 4.5 😢, I asked them to upgrade but they are not ready yet
Leave the company
I feel you, I also have to maintain a 4.5.1 application.
Are you able to use PolySharp? That at least makes the language more convenient.
@@ConductiveFoam no, will try
My favorite session
Wonderful blue screen event, can you tell us how it was done?
I love how they got confused with nano and picto seconds. Shows that all of us are human and we tend to forget basic stuff after a while if we have not thought about it for some time.
Simply Incredible !
What can I say, that was remarkable 😮
Great initiative please keep it going :)
You can press the End key while using Alt + Shift (vertical) selection to magically move to the line's end.
Absolutely superb double-act.
Extraordinary!
That was awesome!
Amazing content!
Excellent stuff!
Eminent, again... thanks!
Idea: Maybe the compiler could lower "a.Substring(...) + b.Substring(...)" to something using spans automatically...
They will get there.
Alternatively, why not open a PR for this?😊
Roslyn generally is not a "optimizing compiler". Such transformation also would possibly break code that expects the allocation of a new string. Instead Roslyn analyzers guide you to replace these expressions with equivalent (ReadOnly)Span methods without introducing potentially breaking changes and only if the developer chooses to do so.
That was badass!
AWESOME!!!
This is super GREAT
I love this video
wow! Awesome!
the fastest 45mn of my life.
Didn't he totally break the roman numerals by removing the two character strings?
Please stop your behavior of leaking user information
F# deserves better
Censorship of comments is just pathetic: apparently, you can't mention Microsoft's other RUclips channels here.
EDIT: It's just RUclips being RUclips, I guess.
There’s no formal censorship. Likely just RUclips spam filters
@@shanselman Oh, wow. Senpai noticed me! I was simply trying to say that _the forbidden channel_ has even more videos of you and Stephen.
@@KvapuJanjaliadotnet?
@@shanselman Yep
#this makes me excited about .NET again.
oh man. did anyone update that humanized? :D