This article has been published at RLSLOG.net - visit our site for full content.
Group kEISO has released PluralSight tutorial “IDisposable Best Practices for C# Developers”. Enjoy!
Description: IDisposable is at the heart of .NET. This course will teach you all about implementing and using IDisposable in C#, and show you what goes wrong if you don’t use IDisposable, so you know why you need to use it in your solutions.
IDisposable is at the heart of .NET, and it’s been there since the first release. It is the only part of the framework where .NET asks for your help. If you don’t use IDisposable correctly, the .NET Garbage Collector can’t manage memory properly, so your app won’t run efficiently, it may have strange errors, and it will eventually crash. This course will teach you all about implementing and using IDisposable in C#, and show you what goes wrong if you don’t use IDisposable, so you know why you need to use it in your solutions.
Release Name: PLURALSIGHT_IDISPOSABLE_BEST_PRACTICES_FOR_CSHARP_DEVELOPERS_TUTORIAL-kEISO
Size: 349.35 MB
Links: Homepage – NFO – NTi – TPB
more at RLSLOG.net