Select the product you need help with
Adopting ALM on Lightswitch development in Visual Studio 2012Article ID: 2770725 - View products that this article applies to. About Author:Collapse this table
On This PageSymptomsMany developer said that LightSwitch is only good for building casual and simple CRUD Application. Developers sometime feel distress when they are building more advanced scenario rather than a simple CRUD application. CauseThe first impression happen since LightSwitch has a different programming model than the casual programming model using Windows Form, WPF, or even ASP.NET. Lightswitch using data driven programming model that provides developer a different point of view to build an application. Therefore, developer needs learn and know when a LightSwitch can solve thier development problem. This article will provide several tips to adopt LightSwitch programming model using Application Lifecycle Management (ALM) approach. ResolutionALM is an approach how to create an application with software lifecycle in mind. ALM combines a strategy build better software with better tools, better method, and better process to gain better software quality. ALM usually adopted in large scale or enterprise application using Visual Studio Ultimate 2012 and TFS. However, this time we will guide you how to adopt ALM discipline in LightSwitch Application Development. LightSwitch is a rapid development tool to build web or desktop data driven application. In 2012, LightSwitch is integrated in Visual Studio 2012 Ultimate or higher This article will combine the ALM with Rapid development model using data driven development in LightSwitch. In general, ALM approach has three major steps which are Define, Develop, and Operate. We will discuss each step and relate it with the LightSwitch Development. Step 1 - Define The Data LightSwitch using data driven model so the first step is to define the data. LightSwitch using Data Driven model so what we need is to design several data structure which are
Collapse this image ![]() Fig 1. Defining data is not only about selecting a data type but also displaying the correct data to the user Step 2 - Develop The Application Creating a screen from a Wizard on Visual Studio is not a silver bullet. In many real application, sometime we need to build the screen from the beginning. However, the development consists four main activities which are:
Collapse this image ![]() Fig 2. LightSwitch is a combination between Silverlight and RIA Services Fortunately, LightSwitch provide you a bulletproof when you do code changes, table changes, and others. You have to worry when you changes a table will break the data binding. The screen still work as usual and adopt the changes that you made. You can learn more the development techniques in LightSwitch Blog
(http://blogs.msdn.com/b/lightswitch/)
.Step 3 - Operate the Application When building a LightSwitch, you can integrate the versioning system and engineering process with the ALM package in TFS and Visual Studio Ultimate. If you already done with it, your agenda is delivering the application to the customer. Several consideration when you distribute your application are:
Collapse this image ![]() Fig 3. Publishing Option in LightSwitch SummaryALM is not just about tools. ALM also discuss about the discipline when we build an application. This article shows you that a LightSwitch can be a good choice to build Line of Business Application in a rapid way. This article focuses in adopting process through Define, Develop, and Operate a LightSwitch application. This article also discuss what you need to care in each step. References
Community Solutions Content DisclaimerMICROSOFT CORPORATION AND/OR ITS RESPECTIVE SUPPLIERS MAKE NO REPRESENTATIONS ABOUT THE SUITABILITY, RELIABILITY, OR ACCURACY OF THE INFORMATION AND RELATED GRAPHICS CONTAINED HEREIN. ALL SUCH INFORMATION AND RELATED GRAPHICS ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT AND/OR ITS RESPECTIVE SUPPLIERS HEREBY DISCLAIM ALL WARRANTIES AND CONDITIONS WITH REGARD TO THIS INFORMATION AND RELATED GRAPHICS, INCLUDING ALL IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, WORKMANLIKE EFFORT, TITLE AND NON-INFRINGEMENT. YOU SPECIFICALLY AGREE THAT IN NO EVENT SHALL MICROSOFT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY DIRECT, INDIRECT, PUNITIVE, INCIDENTAL, SPECIAL, CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF USE, DATA OR PROFITS, ARISING OUT OF OR IN ANY WAY CONNECTED WITH THE USE OF OR INABILITY TO USE THE INFORMATION AND RELATED GRAPHICS CONTAINED HEREIN, WHETHER BASED ON CONTRACT, TORT, NEGLIGENCE, STRICT LIABILITY OR OTHERWISE, EVEN IF MICROSOFT OR ANY OF ITS SUPPLIERS HAS BEEN ADVISED OF THE POSSIBILITY OF DAMAGES.Note This is a "FAST PUBLISH" article created directly from within the Microsoft support organization. The information contained herein is provided as-is in response to emerging issues. As a result of the speed in making it available, the materials may include typographical errors and may be revised at any time without notice. See Terms of Use
(http://go.microsoft.com/fwlink/?LinkId=151500)
for other considerations.Properties |






Back to the top








