Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Start a free Courses trial
to watch this video
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 upRelated 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