Visual Studio and .NET
1.
The Managed Heap and Garbage Collection in the CLR
- Nov 15, 2012
- Jeffrey Richter explains how the garbage collector in the common language runtime (CLR) works and various performance issues related to it in this chapter from CLR via C#, 4th Edition.
2.
Working with Site Data in Node.js
- Apr 1, 2015
- In this chapter from Node.js for .NET Developers, David Gaynes explains how to work with data from URLs, data from users, and data from external sources in node.js.