Where are endpoints created?
Since the CreatePoints call is not done directly. I couldn’t find it quickly. I fiddled around. Therefore, for those who, like me, like to answer direct questions with simple answers, I inform you....
Since the CreatePoints call is not done directly. I couldn’t find it quickly. I fiddled around. Therefore, for those who, like me, like to answer direct questions with simple answers, I inform you....
Aspnetcore похож на завод c цехами, мастерскими, складами полуфабрикатов. И конвейром. Часть деталей получают от сторонних поставщиков, что-то делается внутри у себя в цехах. Продукцией завода сог...
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 { ...