Project
Create a StarChart Web API using ASP.NET Core
By Eric Fisher
Course info
Rating
Level
Intermediate

Updated
Oct 4, 2018

Duration
2h 45m

Table of contents
Setup
15m
Add And Configure Middleware in Startup.cs
15m
Create CelestialObject Model
30m
Create The CelestialObjectController Class
15m
Create CelestialObjectController's Get Actions
30m
Create CelestialObjectController's Post, Put, Patch, and Delete Actions
1h
Description
Course info
Rating
Level
Intermediate

Updated
Oct 4, 2018

Duration
2h 45m

Description
This project will use ASP.NET Core with C# to implement a Web API to track celestial objects.
About the author