5910 Breckenridge Pkwy Suite B, Tampa, FL. 33610
(800) 272-0707

SkillSoft Explore Course

IT Skills     Software Design and Development     Microservices     REST API & Microservices
In this course, you will learn the basics of .NET Core and how to use it to create and test applications.

Objectives

REST and .NET Core

  • start the course
  • configure a Visual Studio project to work with .NET Core
  • identify REST design principles and patterns
  • use Postman to test and verify your REST services
  • design a simple REST service
  • configure routing for your REST application
  • set up a database connection for your REST application
  • install and set up Ninject and use it in applications
  • build a controller for your REST application
  • implement logging for your REST application
  • set up a smoke test of your application to verify functionality
  • set up a mocking framework for your API to run tests
  • build and run unit tests to ensure API functionality

Practice: REST APIs

  • build a simple REST API using .NET Core Web API