Questions and exercises
Answer the following questions regarding this chapter:
- What areas of .NET are being improved by .NET 6?
- What is new to C# 10.0?
- What tools are available for native compilation in .NET?
- How can you improve the Windows Store app's performance?
- How can you speed up ASP.NET?
- Investigate the state of .NET MAUI, the future of frontend desktop and mobile development that is still undergoing development.
- Write some console applications and practice using the new features of .NET 6 and C# 10.0.
- Use Benchmark.NET to benchmark one of your small applications, and then upgrade it to use .NET 6 and C# 10.0. Measure its performance without making any changes if possible, and then measure its performance again. See if you notice any performance improvements by simply upgrading to C# 10.0 and .NET 6.
Note
The answers to questions 4 and 5 can be found in the external reference sources provided in their respective sections.