This type of knowledge is what makes all the difference between great code and crappy code. Especially since runtime environments like ASP.NET and Java face a 4 GB memory wall in terms of memory space before exponential GC latency shows its ugly face. Optimizing memory utilization is one of the surest ways to ensure scalability down the road. (That and clean code with good single threaded performance and ability to use more than one thread)
Excellent video ... Not only are you getting programming examples, but a deeper understanding of the ASP.NET runtime environment as well! Nice Job here.
This type of knowledge is what makes all the difference between great code and crappy code. Especially since runtime environments like ASP.NET and Java face a 4 GB memory wall in terms of memory space before exponential GC latency shows its ugly face. Optimizing memory utilization is one of the surest ways to ensure scalability down the road. (That and clean code with good single threaded performance and ability to use more than one thread)
rheitzler 5 months ago
Excellent video ... Not only are you getting programming examples, but a deeper understanding of the ASP.NET runtime environment as well! Nice Job here.
rheitzler 5 months ago