Creating Your First LightSwitch Application
For the latest documentation on Visual Studio 2017, see Visual Studio 2017 Documentation.
The best way to learn how to create a LightSwitch application is to actually create one. In this section you’ll create a simple contact management application in four easy steps. This application interacts with a database and displays data on screens. It includes capabilities such as data entry, navigation, validation, search and more; all without writing a single line of code.
A project is the container for the files that make up your application. See Step 1: Create a LightSwitch Project.
In the contact management application, you need data that represents a name, company, telephone number and email address. See Step 2: Define the Data.
In this step, you'll create screens that let you view, add, and edit your contact data. See Step 3: Create Screens.
The final step is to run your application and see how it works. See Step 4: Run and Test the Application.
| Title | Description |
|---|---|
| LightSwitch Development Environment | Introduces the various parts of the LightSwitch IDE. |
| Walkthrough: Creating the Vision Clinic Application | Shows you how to create an application that addresses the business needs of a fictional eye clinic. |
| Visual Studio LightSwitch | Provides a general introduction to LightSwitch and its capabilities. |