Coding Shorts: IDisposable and IAsyncDisposable in C#

preview_player
Показать описание
Deterministic destruction in .NET is a key skill that every developer needs. In this video, I walk through how to implement and use IDisposable and IAsyncDisposable for your own project.

If you like this video, you might like other videos in my Instructional Videos:

Рекомендации по теме
Комментарии
Автор

Awesome tutorial video as usual. I just became one of your regular follower! I have been using your code samples in my project. Thanks!

pateegutee
Автор

Really nice video and an easy to understand explanation of IDisposable

mihaimyh
Автор

Great video!

Could you make a coding short about 'Task.ConfigureAwait(false)'?

I understand async await, but I still have a hard time understanding when and when not to use ConfigureAwait(false)

Timlaare
Автор

Great video.
I hope you can make video about iDisposoble on winform especially I see lots of questions on stackoverflow on the same topic but I can't find a proper answer.
I hop the example contained
main form and child forms
events
sql connection
Thanks in advance and sorry for my English

mahfoudbouabdallah