WPF - Overview
The purpose of this section is to provide you with information on how to integrate Telerik Data Access in your WPF applications. To complete the tutorial, you must have installed:
- Microsoft VisualStudio 2010 or a later version.
- Microsoft SQL Server 2005 or a later version with Database Services, or the Express edition of SQL Server 2005 or a later version.
- Sofia Car Rental sample database.
- SofiaCarRental.Model project.
- Telerik UI for WPF
In This Section
- Creating model
- Creating the WPF Project
- Creating Converters and the Base View Interface
- Setting up the Main View
- Setting up the Secondary View
- Dfining the User Interface of MainWindow
- Dfining the User Interface of AddEditWindow
- Implementing ViewModelBase and RelayCommand
- Preparing CarsViewModel
- Retrieving Cars from the Database and Disposing the Context
- Initializing MainViewModel
- Filtering and Refreshing the Displayed Data
- Deleting Cars from the Database
- Preparing AddEditViewModel
- Saving New or Edited Cars
- Initializing AddEditModel