Advanced Topics in C# (Udemy.com)
A discussion of the more complicated aspects of the C# language
Created by: Dmitri Nesteruk
Produced in 2021
What you will learn
- Apply sophisticated C# solutions to problems
- Explore different programming styles and approaches
Quality Score
Overall Score : 96 / 100
Course Description
This course is 100%practical, and demonstrates mainly the practical applications of C#in building solutions to common problems.
The main themes covered in this course are:
Numerics the specifics of how to work with numeric types in .
NET, with a focus on SIMDdata types and operations.
Reflection how to operate reflection mechanisms to investigate assemblies and types, how to create types and invoke their members. Also a look at the practical use of reflection for working with attributes.
Memory Management a discussion of latest C#features for high performance computation, such as the passing of value types by reference, ref structs and Span
Extension Methods a seemingly simple mechanism has plenty of advanced uses.
In addition, this course comes with a section dedicated to assorted topics that also showcase advanced uses of C#.
These topics include:
Exploiting IDisposable shows how you can abuse the IDisposable/using mechanism in order to dynamically define operations as pairs of start/end calls. Useful for things like simple performance measurement.
Continuation PassingStyle demonstrates how you can define complex algorithms in terms of sequentially invoked methods with customized return types indicating the result of the operation.
Local Inversion ofControl shows that sometimes inversion of control happens at a local scale. Here we use extension methods to invert control on a bunch of different data types, providing useful functionality.
Beyond the Maybe Monad even though C# introduced the ?. operator in order to chain null checks together, the classic monad implementation, based on extension methods, is still relevant, as it can also handle other scenarios.
Mnemonics not so much a C#language feature but rather an interesting way of defining huge sets of similar code templates that can be expanded quickly to the code constructs you need the most.
Course Pre-RequisitesGood understanding ofC#Understanding of object-oriented programming(OOP)Experience writing real-world C# applicationsCourse Organization100% hands-onDemonstrated either in Visual Studio or using the Kinetica rendering engineDemos are single .
CSfilesHeavy use of IDEfeaturesAd-hoc use of 3rd-party packagesEnjoy!
Who this course is for:
Experienced C# developersC#/.
NET Architects
Instructor Details
- 4.8 Rating
9 Reviews
Dmitri Nesteruk
Dmitri is a quant, developer, book author and course author. His interests lie in software development and integration practices in the areas of computation, quantitative finance and algorithmic trading. His technological interests include C# and C++ programming as well high-performance computing using technologies such as CUDA and FPGAs. He has been a C# MVP since 2009.
More courses by Dmitri Nesteruk
Learn Parallel Programming with C# and .NET (2021)
4.5 (319 Reviews)
Provider: Udemy
Time: 5h
$11.99
More c# courses
C# For Beginners: Learn C# Programming From Scratch (2021)
4.8 (30 Reviews)
Provider: Udemy
Time: 3.5h
$11.99
C# Memory Tricks: Learn How To Master The Garbage Collector (2021)
4.7 (221 Reviews)
Provider: Udemy
Time: 3.5h
$11.99
C# - Complete A to Z C# Masterclass: Hints + Coding Tips (2021)
4.7 (81 Reviews)
Provider: Udemy
Time: 6.5h
$11.99
Let's Code: C# Programming Exercises for Beginners (2021)
4.7 (75 Reviews)
Provider: Udemy
Time: 12.5h
$11.99














