Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of bibbleWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:42, 21 November 2024 Iwiseman talk contribs created page CSharp Web API Concepts (Created page with "=Introduction= This pages is to capture some useful thing around the Web API. =Middleware= I was trying to match up my Typescript work with C# so I started off be looking a middleware. Not a difficult concept. So for .NET 8.0 for me it consisting of *Making and Extension *Applying the extension *Implementing the middleware Pretty straight forward <syntaxhighlight lang="cs"> // Create an extension public static IApplicationBuilder UseCustomMiddleware(this IApplication...")