CSharp Rest API: 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.

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

4 November 2024

  • curprev 04:5304:53, 4 November 2024 Iwiseman talk contribs 718 bytes +718 Created page with "=Introduction= This is a quick refresher for C# Rest API =Installation= I am now on SDK 8.0 and found the following issues ==Use Apt not Snap== Using snap will mean your SDK cannot be found <syntaxhighlight lang="bash"> sudo apt-get install dotnet-sdk-8.0 </syntaxhighlight> ==Create new Project== This is painless and can be done with <syntaxhighlight lang="bash"> dotnet new webapi -n Catalog </syntaxhighlight> ==Setting up Certificates== The next thing is run the project..."
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)