What does the middleware pattern look like
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...
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...
There are several approaches to providing access to another project’s internal classes. Add any class (usually /root/Properties/InternalsVisibleTo.cs) with following content runtime ...
Легенда The Manifesto for Agile Software Development is a foundational document produced by 17 developers at Snowbird, Utah in 2001. Где-то в тех краях https://www.snowbird.com/lodging Это со...