Error description list
It’s interesting to look error descriptions through your phone in idle time and try on all sorts of mistakes for yourself. Warning messages https://learn.microsoft.com/bs-latn-ba/dotnet/csha...
It’s interesting to look error descriptions through your phone in idle time and try on all sorts of mistakes for yourself. Warning messages https://learn.microsoft.com/bs-latn-ba/dotnet/csha...
There only two exports type: pfx and pem https://github.com/dotnet/aspnetcore/blob/a450cb69b5e4549f5515cdb057a68771f56cefd7/src/Shared/CertificateGeneration/CertificateExportFo...
I haven’t seen this use case for is operator before and it doesn’t seem to be mentioned in the manual. The idea comes down to the fact that you can add checks based on the type and value of propert...
There is a principle of shifting work to others “ Let someone else do the hard part but faithful adherence to this principle creates new dependencies. There is a ruby gem to generate post template....
What does the middleware pattern in ASPNETCORE look like? A simplified schema without initialization using reflection. This is not an easy thing, so it is good to have it on hand. The test demonstr...
Main repositories https://github.com/dotnet/sdk.git https://github.com/dotnet/msbuild.git https://github.com/dotnet/runtime.git https://github.com/dotnet/aspnetcore.git Repos includin...
Mostly I took examples from https://www.dofactory.com/ and https://en.wikipedia.org. I changed the examples for clarity, added tests, and added examples if I think it’s necessary. I add interesti...
I used ASP.NET for many years and watched it decline, Useless skills of gramphone customizers, It’s not pleasant to see a huge corporate website that will any day become like the abandoned shells o...
TCP - rfc9293 https://www.rfc-editor.org/rfc/rfc9293.txt HTTP - rfc1945 https://datatracker.ietf.org/doc/html/rfc1945 http codes: https://datatracker.ietf.org/doc/html/rfc1945#...
Suppose I forked a repo for study, then I write a post in which I want to provide a link to the source, and not to my repo. In order to see the repo address on the local computer, I usually open t...