Angular
Building a CRUD Application with Angular & ASP.Net Core - Creating our .NET Backend

Your turn: Create a Model & Controller

Outline

Your turn: Create a Model & Controller

It's now your turn to create your own model and controller. I encourage you to create an app in a domain that interests you.

Maybe make a sports team stat tracking app, a rating app to rate recent movies you have seen, or a workout tracker to keep track of workouts that you have completed. Choose whatever you want but the more interested in the topic you are the more fun this course will be.

Once you have your topic chosen create you model with the data that you would like to store. Then generate your controller based on the model you created. Review the previous videos if you need help along the way.

 

I finished! On to the next chapter