Is operator
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...
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...
Do one thing well. Let someone else do the hard part. Don’t inventing the wheel. Don't repeat yourself combined with Rule of three. Composition over inheritance - An interface (especiall...
There is a tutorial on the jekyll website, presented on several pages. In the process of working with it, I came up with a script that seems to me more visual and easier to understand. Code is too...