C# Performance Tricks: How To Radically Speed Up Your Code.
Develop essential programming & development skills with expert instruction and practical examples.
What You'll Learn
Skills you'll gain:
Prerequisites & Target Audience
Skill Level
Requirements
Who This Course Is For
Course Information
About This Course
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.
Topics Covered
Course Details
Course Details
View pricing and check out the reviews. See what other learners had to say about the course.
$119.99
list price when the catalogue was read (2026-07-07); Udemy sale prices run lower
Affiliate disclosure: if you enroll through links on this page, the course provider may pay us a commission. This comes at no extra cost to you and does not influence how we describe courses.
This course includes:
Not sure if this is right for you?
Browse More Programming & Development CoursesWhere this course fits
Certifications in this area
- GitHub Foundations · Foundational
- ISTQB Certified Tester Foundation Level (CTFL) v4.0 · Foundational
- AWS Certified Developer – Associate · Associate
- ISTQB Advanced Level Test Analyst (CTAL-TA) v4.0 · Professional
- ISTQB Advanced Level Test Automation Engineering (CTAL-TAE) v2.0 · Professional
- Microsoft Certified: DevOps Engineer Expert · Expert
Concepts behind this area
Git
Git is a distributed version control system that records the history of a set of files as a graph of snapshots, lets many people work on branches of that history at once, and merges their work back together.
HTTP
HTTP is the request-and-response protocol of the web: a client sends a method, a path and headers, a server answers with a status code, headers and a body, and each exchange stands alone unless the two sides agree to carry state in a header.
REST API
A REST API exposes an application's data as resources at stable addresses and lets clients read and change them with HTTP's standard methods and status codes, so that the protocol itself carries most of the meaning.
The field, explained: Programming & Web Development
Wider context: the fields we cover, the glossary and certification exams, all written by us rather than pulled from a provider feed.
