browse by category or date

This post is my summary of a talk taken from NDC 2020 London titled “Lowering in C#: What’s really going on in your code?” by David Wengier. Full YouTube video is embedded at the bottom of this post.

So, what is “lowering” ?

After finished watching the video, I think I have different opinion. I propose a new definition, and you can quote me on this 😛

“Lowering” is the art of sacrificing code readability
for the sake of squeezing out tiny performance improvement.

Or in the more specific C# context:

“Lowering” is the art of programming like it was in
Visual Studio Professional 2008 using Visual Studio Professional 2019 😀

In more serious note. The video is very good source of information to know, that some modern C# language advancement is actually a “wrapper” to encapsulate a complex/tedious steps, and make it easier to use in lesser lines of code.

Full video below:



GD Star Rating
loading...
[NDC 2020 London] Lowering in C#, 3.0 out of 5 based on 1 rating

Possibly relevant:

About Hardono

Howdy! I'm Hardono. I am working as a Software Developer. I am working mostly in Windows, dealing with .NET, conversing in C#. But I know a bit of Linux, mainly because I need to keep this blog operational. I've been working in Logistics/Transport industry for more than 11 years.

Incoming Search

.net, c#

No Comment

Add Your Comment