- Lab
-
Libraries: If you want this lab, consider one of these libraries.
- Core Tech
Create a StarChart Web API using ASP.NET Core
Lab Info
Table of Contents
-
Challenge
Add And Configure Middleware in Startup.cs
Configure your application to use MVC Framework as well as an-in memory database using EntityFramework. ### Solution To view the solution, run
git diff origin/master..module1solutionin the Terminal, and pressEnterto see the next lines of the difference.You may also browse the files of the solution by stashing your changes with
git stashand runninggit checkout module1solutionto switch branches. -
Challenge
Create CelestialObject Model
Create the CelestialObject model and add to the ApplicationDbContext to make it accessible to EntityFramework. ### Solution To view the solution, run
git diff origin/master..module2solutionin the Terminal, and pressEnterto see the next lines of the difference.You may also browse the files of the solution by stashing your changes with
git stashand runninggit checkout module2solutionto switch branches. -
Challenge
Create The CelestialObjectController Class
Create the CelestialObjectController class and configure and setup a Route as well as set it up to dependency inject our ApplicationDbContext ### Solution To view the solution, run
git diff origin/master..module2solutionin the Terminal, and pressEnterto see the next lines of the difference.You may also browse the files of the solution by stashing your changes with
git stashand runninggit checkout module2solutionto switch branches. -
Challenge
Create CelestialObjectController's Get Actions
Create the CelestialObjectController's GetById, GetByName, and GetAll actions with the appropriate HttpVerbs. ### Solution To view the solution, run
git diff origin/master..module3solutionin the Terminal, and pressEnterto see the next lines of the difference.You may also browse the files of the solution by stashing your changes with
git stashand runninggit checkout module3solutionto switch branches. -
Challenge
Create CelestialObjectController's Post, Put, Patch, and Delete Actions
Create CelestialObjectController's Create, Update, UpdateName, and Delete actions with the appropriate HttpVerbs. ### Solution To view the solution, run
git diff origin/master..module4solutionin the Terminal, and pressEnterto see the next lines of the difference.You may also browse the files of the solution by stashing your changes with
git stashand runninggit checkout module4solutionto switch branches.
About the author
Real skill practice before real-world application
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Learn by doing
Engage hands-on with the tools and technologies you’re learning. You pick the skill, we provide the credentials and environment.
Follow your guide
All labs have detailed instructions and objectives, guiding you through the learning process and ensuring you understand every step.
Turn time into mastery
On average, you retain 75% more of your learning if you take time to practice. Hands-on labs set you up for success to make those skills stick.