Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
In This Chapter
• Working with Entities in Code
• Handling Custom Query Events in Code
• Handling Screen Events in Code
• Launching Screens Programmatically
As you have read many times already in this book, Visual Studio LightSwitch is a tool for developers, with its main goal being to simplify the creation of line-of-business applications. And, this point is very important: Although Visual Studio LightSwitch makes building applications easy, it gives developers full control of what happens behind the scenes with regard to the business logic. This includes having control of particular actions that are handled at runtime. An LightSwitch application’s architecture raises and handles events, but developers can intercept events and provide a behavior different from the default one.