4.1 preparations
Before starting, make sure that the environment has been installed:
1. Visual Studio 2010 + SP1
2. ASP. NET mvc3 + ASP. net mvc 3 tools update
3. Oracle 10.2.0.2 and later versions
4. odac 11.2 release 3 (11.2.0.2.1) with Oracle Developer Tools for Visual Studio. Download link:
Http://www.oracle.com/technetwork/database/windows/downloads/index-101290.html
4.2 what are you going to create
We will complete a simple movie listProgramAllows you to create, edit, and display movie lists from a database.
Below are two program screenshots. It includes a list page showing all movies:
This program also allows you to add, edit, and delete movies, and view details of a movie. All data inputs contain verification to ensure that the data stored in the database is correct.
4.3 skills you will learn
The learned skills are as follows:
1. How to create an ASP. net mvc Project
2. How to create an ASP. net mvc controller and view
3. How to Use Entity Framework
4. How to obtain and display data
5. How to edit and verify the data