Working with Data in LightSwitch
For the latest documentation on Visual Studio 2017, see Visual Studio 2017 Documentation.
Applications that you build in LightSwitch use a "forms over data" model. This means that forms, which are called screens in LightSwitch, are used to display, enter, or update data that is stored in a database or other data source. In this set of lessons, you’ll learn how to connect to a data source, change the data types that are used to display data, validate data, define relationships between data sources, and much more.
This lesson builds upon the My First Application project that you created in the Creating Your First LightSwitch Application lesson. If your application isn't already open in Visual Studio, on the menu bar, choose File, Open Project to open it. |
| Read this lesson | To learn |
|---|---|
| Connecting to Data | How to connect to an Open Data Protocol (OData) data source. |
| Customizing Entity Fields | How to display data in a format different from its storage type. |
| Presenting a List of Choices | How to create a fixed list of values for a data field. |
| Validating Data | How to validate the information that your users enter. |
| Adding a Computed Property | How to create calculated values. |
| Defining Relationships | How to define relationships between data in different data sources. |
LightSwitch Guided Tour
Data: The Information Behind Your Application