Description: A Visual Studio project which shows how to use the Entity Framework in an ASP.NET Web Forms web application project, using the Database First workflow and the EntityDataSource control. The code illustrates the following topics:
Performing basic CRUD operations.
Filtering, ordering, and grouping data.
Working with related data.
Table-per-hierarchy inheritance.
Using stored procedures.
Using Dynamic Data functionality.
To Search:
File list (Check if you may need any files):
ContosoUniversity.sln
.................\About.aspx
.................\About.aspx.cs
.................\About.aspx.designer.cs
.................\Account
.................\.......\ChangePassword.aspx
.................\.......\ChangePassword.aspx.cs
.................\.......\ChangePassword.aspx.designer.cs
.................\.......\ChangePasswordSuccess.aspx
.................\.......\ChangePasswordSuccess.aspx.cs
.................\.......\ChangePasswordSuccess.aspx.designer.cs
.................\.......\Login.aspx
.................\.......\Login.aspx.cs
.................\.......\Login.aspx.designer.cs
.................\.......\Register.aspx
.................\.......\Register.aspx.cs
.................\.......\Register.aspx.designer.cs
.................\.......\Web.config
.................\App_Data
.................\........\School original.mdf
.................\........\School.mdf
.................\........\School_log.ldf
.................\bin
.................\...\ContosoUniversity.dll
.................\...\ContosoUniversity.pdb
.................\ContosoUniversity.csproj
.................\Courses.aspx
.................\Courses.aspx.cs
.................\Courses.aspx.designer.cs
.................\CoursesAdd.aspx
.................\CoursesAdd.aspx.cs
.................\CoursesAdd.aspx.designer.cs
.................\DAL
.................\...\SchoolModel.Designer.cs
.................\...\SchoolModel.edmx
.................\...\Student.cs
.................\Default.aspx
.................\Default.aspx.cs
.................\Default.aspx.designer.cs
.................\Departments.aspx
.................\Departments.aspx.cs
.................\Departments.aspx.designer.cs
.................\DepartmentsAdd.aspx
.................\DepartmentsAdd.aspx.cs
.................\DepartmentsAdd.aspx.designer.cs
.................\Global.asax
.................\Global.asax.cs
.................\Instructors.aspx
.................\Instructors.aspx.cs
.................\Instructors.aspx.designer.cs
.................\InstructorsCourses.aspx
.................\InstructorsCourses.aspx.cs
.................\InstructorsCourses.aspx.designer.cs
.................\obj
.................\...\Debug
.................\...\.....\ContosoUniversity.csproj.FileListAbsolute.txt
.................\...\.....\ContosoUniversity.dll
.................\...\.....\ContosoUniversity.pdb
.................\...\.....\DesignTimeResolveAssemblyReferencesInput.cache
.................\...\.....\edmxResourcesToEmbed
.................\...\.....\....................\DAL
.................\...\.....\....................\...\SchoolModel.csdl
.................\...\.....\....................\...\SchoolModel.msl
.................\...\.....\....................\...\SchoolModel.ssdl
.................\...\.....\TempPE
.................\OfficeAssignments.aspx
.................\OfficeAssignments.aspx.cs
.................\OfficeAssignments.aspx.designer.cs
.................\Properties
.................\..........\AssemblyInfo.cs
.................\Scripts
.................\.......\jquery-1.4.1.js
.................\.......\jquery-1.4.1.min.js
.................\.......\jquery-1.4.1-vsdoc.js
.................\Site.Master
.................\Site.Master.cs
.................\Site.Master.designer.cs
.................\Students.aspx
.................\Students.aspx.cs
.................\Students.aspx.designer.cs
.................\StudentsAdd.aspx
.................\StudentsAdd.aspx.cs
.................\StudentsAdd.aspx.designer.cs
.................\Styles
.................\......\Site.css
.................\Web.config
.................\Web.Debug.config
.................\Web.Release.config