C#C
C#4mo ago
strikeouts27

✅ I am trying to create a price quotation application controller

I have never used .NET before.
I am trying to create an application that calculates a subtotal and discount and than displays that to the user. In order to do that I need to make a controller for my app that application.
That utilizes my views. I have never developed in .NET before.

How do I create something for a view that I haven't even created yet!?

The instructions say
Develop a controller to manage the logic between the model and the view. Add actions for handling the form submission, performing calculations, and displaying validation errors.

What are the things that I need to look up to accomplish this?
Was this page helpful?