1 00:00:00,680 --> 00:00:02,840 Let's recap this section. 2 00:00:02,840 --> 00:00:06,730 We completed the Edit Entry and the Delete Entry pages. 3 00:00:06,730 --> 00:00:08,950 While working on an Edit Entry, 4 00:00:08,950 --> 00:00:12,805 we saw how we could use partial views to apply the dry design principle. 5 00:00:12,805 --> 00:00:17,396 And we learned how MVC TempData could be used to display confirmation 6 00:00:17,396 --> 00:00:19,780 messages on the entries list page. 7 00:00:21,040 --> 00:00:24,050 Our Fitness Frog web app is now complete. 8 00:00:24,050 --> 00:00:28,300 Great job seeing our project all the way through to the end. 9 00:00:28,300 --> 00:00:31,780 Now is a great time to reinforce what you've learned in this course 10 00:00:31,780 --> 00:00:35,950 by extending the Fitness Frog web app or working on a new project. 11 00:00:35,950 --> 00:00:38,720 For instance, you could add additional properties and 12 00:00:38,720 --> 00:00:42,050 fields to the entry data model and form. 13 00:00:42,050 --> 00:00:46,110 Or you could add validation rules to further refine the definition 14 00:00:46,110 --> 00:00:48,600 of what makes a valid entry. 15 00:00:48,600 --> 00:00:52,150 If you want to work on a new project, see the teacher's notes for some ideas. 16 00:00:53,500 --> 00:00:56,860 Lastly, if you've created a project that you're proud of 17 00:00:56,860 --> 00:00:59,790 I'd encouraged you to share it on the Treehouse community. 18 00:00:59,790 --> 00:01:03,420 Visual Studio makes it easy to publish your projects online so 19 00:01:03,420 --> 00:01:06,320 that everyone can enjoy your creation. 20 00:01:06,320 --> 00:01:08,340 See the teacher's notes for links to resources. 21 00:01:09,720 --> 00:01:13,200 Learning how to create forms using in MVC completes 22 00:01:13,200 --> 00:01:15,980 another piece of the ASP.NET puzzle. 23 00:01:15,980 --> 00:01:18,800 But there are still some holes to fill 24 00:01:18,800 --> 00:01:22,350 including learning how to persist data to a database. 25 00:01:22,350 --> 00:01:27,090 How to authenticate users and restrict access based upon a user's identity and 26 00:01:27,090 --> 00:01:31,050 roles and how to make our form secure. 27 00:01:31,050 --> 00:01:35,920 In future Treehouse content we'll cover those topics and more. 28 00:01:35,920 --> 00:01:40,580 Remember the official ASP.NET website has a lot of great content for 29 00:01:40,580 --> 00:01:42,590 learning more about MVC. 30 00:01:42,590 --> 00:01:46,875 You can find the ASP.NET website at asp.net. 31 00:01:46,875 --> 00:01:51,340 Good luck with creating your next ASP.NET MVC project. 32 00:01:51,340 --> 00:01:52,050 See you next time.