CSharp Web API Concepts: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

13 December 2024

22 November 2024

21 November 2024

  • curprev 23:4323:43, 21 November 2024 Iwiseman talk contribs 1,299 bytes +163 Middleware
  • curprev 23:4223:42, 21 November 2024 Iwiseman talk contribs 1,136 bytes +1,136 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..."