This is a great video; I always wondered what's under the hood of entityframework and how it built its expression trees. Thanks. And also lowkey thanks for contributing to my impostor syndrome as well :)
@RawCoding2 жыл бұрын
Cheers)) and don’t be troubled you can be an excellent developer without knowing any of the internals
@ИванИванов-я5э9к2 жыл бұрын
Охрененный канал! Просто охрененный! Спасибо за то, что ты делаешь!
@RawCoding2 жыл бұрын
Спасибо рад что понравилось )
@tahateber72592 жыл бұрын
Man, your videos are just great Keep up the good work
@RawCoding2 жыл бұрын
Cheers
@ryanvanmechelen2 жыл бұрын
Hairstyle change at 16:20!
@RawCoding2 жыл бұрын
haha, yeah I filmed this over 2 days, that 3rd part I was going to just open the source code on github but I decided that was shit and debugging would be a better example
@LukeAvedon2 жыл бұрын
Excellent overview!
@RawCoding2 жыл бұрын
Cheers
@ФилькаВячеславович2 жыл бұрын
Спасибо большое!) Помню как то задавал вопрос о продолжении серии deep dive и о чудо - оно вышло!))
@RawCoding2 жыл бұрын
Да, вот оно, надеюсь понравилось
@ИванИванов-я5э9к2 жыл бұрын
@@RawCoding может я как то плохо смотрел, но нет ли чего-то про синхронизацию в многопоточной среде? Про всякие Manual Reset event. ReadWriteLock и прочее и прочее.
@RawCoding2 жыл бұрын
Может быть, я это не смотрел я именно о трансляции линк в скл фокусировался
@ИванИванов-я5э9к2 жыл бұрын
@@RawCoding я не про конкретное видео. Я про то, будет ли (или может есть) видео на канале об объектах синхронизации в многопоточной среде?
@meJevin2 жыл бұрын
@@ИванИванов-я5э9к миллионы артиклов в интернете и отличная документация на мсдн.
@GabrielGomes-bm8xb2 жыл бұрын
Men, I wish I had watched this video before I start my ORM, My expression evaluator it's a strategy pattern that I did myself because I didn't know about the ExpressionVisitor :( Awesome video btw
@yourockst0ne2 жыл бұрын
+1 for the thumbnail
@RawCoding2 жыл бұрын
Haha 😂
@paradisefallen83852 жыл бұрын
Can you explain please how MobileBlazorBindings works in Xamarin and how to made it works for Avalonia / Maui. Concepts and another staff. Plz
@RawCoding2 жыл бұрын
Probably not, not my area
@HoangDuck6662 жыл бұрын
this video got all i need
@RawCoding2 жыл бұрын
Cheers
@_MoshikoAz_2 жыл бұрын
thanks, any chance you can make a guide for mac m1 users ?
@RawCoding2 жыл бұрын
You’re out of luck.
@RubberDuckCoding2 жыл бұрын
VERY NICE!
@RawCoding2 жыл бұрын
Cheers
@mdrtoffee2 жыл бұрын
Good video but I've still yet to see a reason to use EF over Dapper if you know how to write good SQL.
@RawCoding2 жыл бұрын
Preference
@mdrtoffee2 жыл бұрын
@@RawCoding Dapper will always perform better though. EF can be more convenient for smaller projects.
@RawCoding2 жыл бұрын
You have to consider your team, not everything is about code execution speed.
@cuzsleepisthecousinofdeath2 жыл бұрын
As an addition to this vid there are Presentation - How EF translates LINQ to SQL kzbin.info/www/bejne/qGeci6uOnLR8gZY Expressions playlist (old but gold) kzbin.info/aero/PLRwVmtr-pp06SlwcsqhreZ2byuozdnPlg
@RawCoding2 жыл бұрын
Thank you for sharing
@dotnetdevni2 жыл бұрын
Yeah thats why u should use .select select * is not good.
@RawCoding2 жыл бұрын
?
@dotnetdevni2 жыл бұрын
@@RawCoding .select allows u to name individual columns in ur list rather than returning them all