This course will be retired on July 14, 2025.
Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
- Getting Familiar with Our HTML Form 6:13
- HTML Forms Review 5 questions
- Handling a Form Post 3:41
- Using Model Binding to Capture POST Data 8:34
- Adding a POST Action Method 1 objective
- Working with Non-String Data 6:21
- Invalid Values and ModelState 5:13
- Creating Forms Using the HTML Helpers 6:43
- Using HTML Helpers 3 objectives
- Using Our Models 5:11
- Completing Our Model Related Updates 6:23
- Using Strongly Typed HTML Helpers 3 objectives
- Redirecting Back to the List Page 7:12
- Redirecting to an Action 1 objective
- Section Review 5 questions

- 2x 2x
- 1.75x 1.75x
- 1.5x 1.5x
- 1.25x 1.25x
- 1.1x 1.1x
- 1x 1x
- 0.75x 0.75x
- 0.5x 0.5x
Let’s update our web app to take full advantage of the Entry data model.
Follow Along
To follow along commiting your changes to this course, you'll need to fork the aspnet-fitness-frog repo. Then you can clone, commit, and push your changes to your fork like this:
git clone <your-fork>
cd aspnet-fitness-frog
git checkout tags/v2.7 -b using-our-models
Is String a Value or Reference Type?
From a behavioral point of view, strings in .NET are value types. That being said, there are some distinct differences between how strings and other value types—like integers and floats—are stored in memory.
For an interesting discussion on those differences—and if those differences really matter—see this Visual Studio Magazine article by Peter Vogel.
Additional Learning
See this MSDN page for more information on C# lambda expressions.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up-
Dale Sublett
14,231 Points0 Answers
-
Shawn McCall
7,863 Points1 Answer
-
Andre Liverød
3,663 PointsCannot run the code, getting errors in the Add() method
Posted by Andre LiverødAndre Liverød
3,663 Points1 Answer
View all discussions for this video
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up