Showing posts with label PDF Books. Show all posts
Showing posts with label PDF Books. Show all posts

Book Review: Linux Network Administrators Guide

Unix/ Linux based Operating systems are back bone for any network. Now days 95% companies are using Unix based OS for network administration. The very big reason is that, It is opensource and highly customizable  according to requirement. This book has covered nearly all important administration activities required to manage a Linux network configuration. 

Click on Below Icon to download the book



Garbage Collection: Automatic Memory Management in the Microsoft .NET Framework by Jeffrey Richter


SUMMARY Garbage collection in the Microsoft .NET common language runtime environment completely absolves the developer from tracking memory usage and knowing when to free memory. However, you'll want to understand how it works. Part 1 of this two-part article on .NET garbage collection explains how resources are allocated and managed, then gives a detailed step-by-step description of how the garbage collection algorithm works. Also discussed are the way resources can clean up properly when the garbage collector decides to free a resource's memory and how to force an object to clean up when it is freed.