- Course
Making .NET Applications Faster
Learn how to make .NET code faster by using collections correctly, incorporating unsafe code, switching to value types when necessary, and precompiling parts of your application.
- Course
Making .NET Applications Faster
Learn how to make .NET code faster by using collections correctly, incorporating unsafe code, switching to value types when necessary, and precompiling parts of your application.
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- Core Tech
What you'll learn
In this course, you will learn how to make .NET code faster by applying a set of techniques and APIs. You will see how to choose collections correctly based on their performance characteristics, and when to design your own. You will see how to improve application startup and load times by applying precompilation. You will also see how to improve performance with value types, unsafe code, and a bag of additional smaller tricks.