- C# 7 and .NET Core 2.0 High Performance
- Ovais Mehboob Ahmed Khan
- 143字
- 2021-08-27 18:47:12
Understanding .NET Core Internals and Measuring Performance
When developing application architecture, knowing the internals of how the .NET framework works plays a vital role in ensuring the quality of the application's performance. In this chapter, we will focus on the internals of .NET Core that can help us write quality code and architecture for any application. This chapter will cover some of the core concepts of .NET Core internals, including the compilation process, garbage collection, and Framework Class Library (FCL). We will complete this chapter by going through the BenchmarkDotNet tool, which is mostly used in measuring code performance, and is highly recommended for benchmarking code snippets within an application.
In this chapter, you will learn the following topics:
- .NET Core internals
- Utilizing multiple cores of the CPU for high performance
- How releasing builds increases performance
- Benchmarking .NET Core 2.0 applications
推薦閱讀
- 數(shù)據(jù)庫(kù)原理及應(yīng)用教程(第4版)(微課版)
- Python數(shù)據(jù)分析入門(mén):從數(shù)據(jù)獲取到可視化
- 復(fù)雜性思考:復(fù)雜性科學(xué)和計(jì)算模型(原書(shū)第2版)
- 使用GitOps實(shí)現(xiàn)Kubernetes的持續(xù)部署:模式、流程及工具
- Enterprise Integration with WSO2 ESB
- iOS and OS X Network Programming Cookbook
- 大數(shù)據(jù)時(shí)代下的智能轉(zhuǎn)型進(jìn)程精選(套裝共10冊(cè))
- 智能數(shù)據(jù)時(shí)代:企業(yè)大數(shù)據(jù)戰(zhàn)略與實(shí)戰(zhàn)
- Learning Proxmox VE
- 高維數(shù)據(jù)分析預(yù)處理技術(shù)
- 視覺(jué)大數(shù)據(jù)智能分析算法實(shí)戰(zhàn)
- Augmented Reality using Appcelerator Titanium Starter
- Mastering LOB Development for Silverlight 5:A Case Study in Action
- Internet of Things with Python
- SQL Server 數(shù)據(jù)庫(kù)教程(2008版)