More Signal - Less Noise
170 followers 0 articles/week
API Part 7 – Swagger Comments

In the previous post, I introduced Swagger and showed how to set up your project for Swagger. In this post I will show how to add Swagger comments to annotate your program. In earlier posts we looked at the database of cars and the Get method that retrieves the entire list. That can be quite a lot of data going over the wire. What we want instead...

Thu Feb 15, 2024 22:58
.NET APIs Part 6 – Swagger

This is part 6 in a series about building APIs in .NET using C#. The previous (part 5) entry is here, and the series starts here. As you know, an API sits between a client and the back end. It is imperative for the client programmer to know not only what an API does, but what the URL is, what verbs it supports and what parameters are available....

Mon Feb 5, 2024 23:27
I need winter to end

Sat Feb 3, 2024 17:14
API – Video 1

An experiment in supplementing the API material with video. This will be rough at first…

Fri Jan 19, 2024 16:46
.NET MAUI Special Offer

Wed Jan 10, 2024 20:08
.NET APIs Part 5 – All the CRUD APIs

In the previous posting we saw how to create an API to get all the cars in our database. In this posting we’ll look at the remaining CRUD (Create Review Update Delete) operations. As you may remember, we created a controller named CarController. ASP.NET will strip off the word Controller, leaving us with Car, which we will use to access the endpoints...

Tue Jan 9, 2024 00:32

Build your own newsfeed

Ready to give it a go?
Start a 14-day trial, no credit card required.

Create account