Dotnet

Update User

PRO
Outline

Intro

In this section we'll begin working on updating the user. Once again, we'll build out this section thru exercises.

Overview

As we continue, you'll notice a pattern of development.

  • Create Request Models
  • Create Custom Exceptions
  • Adding Interface Method Signatures
  • Implement the controller to expose the API Endpoint
  • Implement the interface on the repository class

In some cases, it may require us to add code to the DbContext. However, what you see on the screen is where most of the work will be done.

I'll also be here to guide you every step of the way.

If you're ready for this next section, let's get started!

 

I finished! On to the next chapter