IDisposable Best Practices for C# Developers (2014)
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.
───01. Introducing IDisposable
│ 01_01-Introducing the Course.mp4
│ 01_02-About IDisposable.mp4
│ 01_03-Unmanaged Resources.mp4
│ 01_04-Using IDisposable.mp4
│ 01_05-Demo 1 (part 1) Using and Disposing SqlConnection.mp4
│ 01_06-Demo 1 (part 2) Not Disposing SqlConnection.mp4
│ 01_07-SqlConnection and IDisposable.mp4
│ 01_08-Best Practice #1.mp4
│ 01_09-Demo 2 (part 1) Demo Solution Walkthrough.mp4
│ 01_10-Demo 2 (part 2) Demo Solution Failing.mp4
│ 01_11-Module Summary.mp4
│
├───02. What Happens When the Garbage Collector Runs
│ 02_01-Introducing the Garbage Collector.mp4
│ 02_02-GC Generations.mp4
│ 02_03-When Does the GC Collect.mp4
│ 02_04-Demo 1 (part 1) Profiling Memory Usage.mp4
│ 02_05-Demo 1 (part 2) Memory Usage When not Disposing.mp4
│ 02_06-The GC in Practice.mp4
│ 02_07-Demo 2 (part 1) Implementing IDisposable.mp4
│ 02_08-Demo 2 (part 2) Memory Usage When Disposing.mp4
│ 02_09-Best Practice #2 and #3.mp4
│ 02_10-Dispose and Finalize.mp4
│ 02_11-Demo 3 (part 1) Overriding Dispose.mp4
│ 02_12-Demo 3 (part 2) Finalizing Unmanaged Resources.mp4
│ 02_13-IDisposable and Inheritance.mp4
│ 02_14-Best Practice #4 and #5.mp4
│ 02_15-Module Summary.mp4
│
├───03. What Happens if You Don’t Dispose
│ 03_01-Diagnosing IDisposable Issues.mp4
│ 03_02-Issues in the Word Counting App.mp4
│ 03_03-Demo 1 (part 1) Locked File Handles.mp4
│ 03_04-Demo 1 (part 2) Expanding Memory Profile.mp4
│ 03_05-Finding Problems at Run-Time.mp4
│ 03_06-Demo 2 (part 1) Static Code Analysis.mp4
│ 03_07-Demo 2 (part 2) Fixing Rule Violations.mp4
│ 03_08-Demo 2 (part 3) Flat Memory Profile.mp4
│ 03_09-Finding Problems at Design-Time.mp4
│ 03_10-Best Practice #6.mp4
│ 03_11-Demo 3 Making IDisposable Discoverable.mp4
│ 03_12-Best Practice #7 and #8.mp4
│ 03_13-Module Summary.mp4
│
├───04. Course Summary
│ 04_01-Aim of the Course.mp4
│ 04_02-Best Practices #1 and #2.mp4
│ 04_03-Best Practices #3, #4 and #5.mp4
│ 04_04-Best Practices #6, #7 and #8.mp4
│ 04_05-Course Summary.mp4
│
└───Exercise files
idisposable-best-practices-csharp-developers.zip
Download uploaded
http://uploaded.net/file/ykg2ljg1/IDisp_Pract_C_Devele.part1.rar
http://uploaded.net/file/5cgo172p/IDisp_Pract_C_Devele.part2.rar
http://uploaded.net/file/tpwuvu6i/IDisp_Pract_C_Devele.part3.rar
Download nitroflare
http://www.nitroflare.com/view/F8711DF9AC28995/IDisp_Pract_C_Devele.part1.rar
http://www.nitroflare.com/view/AA1ED611B5DF27D/IDisp_Pract_C_Devele.part2.rar
http://www.nitroflare.com/view/7889FAE4B0DC9FC/IDisp_Pract_C_Devele.part3.rar
Download 百度云
转载请注明:0daytown » IDisposable Best Practices for C# Developers (2014)