This article is Part 1 of the series “Beginners Guide to Visual Studio LightSwitch”:
- Beginners Guide to Visual Studio LightSwitch (Part – 1) – Working with New Data Entry Screen
- Beginners Guide to Visual Studio LightSwitch (Part – 2) – Working with Search Screen
Visual Studio LightSwitch is a new tool for building data-driven Silverlight Application using Visual Studio IDE. It automatically generates the User Interface for a DataSource without writing any code. You can write a small amount of code also to meet your requirement.
Recently, I got some time to explore Visual Studio LightSwitch. I created a small DB application with proper data inserting UI within a small amount of time (without any XAML or C# code).
Here in this article, I will guide you to understand it with the help of a small application.