Specificity of DotNetPeek
There are several states of code: C# code compiled code, optimized one or not. If decompile compiled code, it will be different from source code. IL code binary DotNetPeek provides d...
There are several states of code: C# code compiled code, optimized one or not. If decompile compiled code, it will be different from source code. IL code binary DotNetPeek provides d...
struct doesn’t provide inheritance and poliformism; the struct is copied slowly because it is required to copy the value, reference type copy only reference 64 bits on x64 OS;
What is IEnumarable anyway. How many years have passed, and I still read into these yield return, “Mene tekel Peres” of sorts, and didn’t understand a thing. Then I found it again, in one of Toub’...
There are no libriries Base issues or merits, call it as you would like, in usual language as C# are libraries. Moreover, it is necessary to know the form and content, to track the crea...
As I write this post, there is a good chance that T-SQL will not required for me in the near future. Almost. I have aspire and opentelemetry on my agenda. But now I have to deal with T-SQL, such a...
There is no such thing as clean code - it’s a myth. Abandon all hope, ye who enter here. This reminds me of Cyril Northcote Parkinson’s preface on the wise choice of statesmen “Do not think that ...
I don’t use this Task very often these days; I spend most of my time improving my skills with Node.js and other applications. Still, the cheat sheet is useful. /* LOCK As a basic rule, you need ...
This example shows what a state machine looks like after decompiling and replacing the compiler-generated variable names with simpler, more readable names. public class Dummy { ...
Posts reflecting the negative side of open-source development https://natemcmaster.com/blog/2023/06/18/less-code/ https://github.com/zloirock/core-js/blob/master/docs/2023-02-14-so-whats-next...
Is it possible to refute the statement by citing the code in runtime, which is probably fine from Microsoft’s point of view? I think it’s acceptable, I don’t know other criteria. I have a feeling ...