Brief Summary
This course is all about making your C# code faster! You’ll dive into performance tricks, learn how to tackle common bottlenecks, and even get comfy with CIL to avoid slow code that can wreck web and mobile apps. Let’s speed things up together!
Key Points
-
Learn tricks to speed up your C# code.
-
Discover common performance bottlenecks.
-
Understand and read Common Intermediate Language (CIL).
-
Reduce slow code issues in web and mobile apps.
-
Prepare for performance-related questions in job interviews.
Learning Outcomes
-
Boost your C# coding speed effectively.
-
Identify and fix common performance issues.
-
Gain a basic understanding of Common Intermediate Language (CIL).
-
Prepare for real-world job interviews with key performance knowledge.
-
Learn how to avoid boxing and unboxing.
About This Course
This course will help you speed up your C# code and provides many tricks that every professional developer must know.
Do you know how to write fast C# code?
You may have already enrolled in a C# programming course, or learned the language at school or university. But here's a sobering fact: most courses only teach you how to write code, not how to write fast code.
The .NET Framework is huge. For any given problem there are many solutions, and it is not always clear which solution is the best choice.
Did you know that adding strings together using the wrong Framework class will slow down your code by a factor of more than two hundred? And if you're not handling exceptions the right way, your code wil run a mind-boggling thousand times slower than normal.
Slow C# code is a big problem. Slow code on the web will not scale to thousands of users. Slow code will make your user interface unusable. Slow code will make your mobile apps languish in the app store.
Slow code is holding you back!
I can help you.
In a series of short lectures I will cover many common performance bottlenecks. I will introduce each problem, and then write a small test program to measure the baseline performance. Then I will demonstrate each possible solution, and benchmark how each solution measures up.
But there's more! I will also dive into Common Intermediate Code (CIL), the language that the C# compiler compiles to. If this sounds daunting, don't worry! The CIL language is actually very easy to read and understand. I'll take you through the basics in a quick 15-minute lecture.
Being able to read CIL code is a very useful skill that will help you avoid many performance pitfalls and give you a deeper understanding of the .NET Framework.
Why should you take this course?
You should take this course if you are a beginner or intermediate C# developer and want to take your skills to the next level. All my lectures are very easy to follow, and I explain all topics with clear code and many instructive diagrams.
Or you might be working on a critical section of code in a C# project, and need to make your code run as fast as possible. The tips and tricks in this course will help you immensely.
Or maybe you're preparing for a C# related job interview? This course will give you an excellent foundation to answer any performance-related questions they might throw at you.
Learn the fundamentals of the .NET Framework
Enjoy a crash course in Common Intermediate Language
What is boxing and unboxing, and how to avoid it?
Nguyen T. T. C.
sưd