** THIS SITE IS AN ARCHIVE ** - New Content is at:
You can easily add a watermark to your LightSwitch application using a method by Chris Cook…
To demonstrate how powerful the Visual Studio LightSwitch HTML Client framework is, we created the beginnings of a turn based multi-user game…
Visual Studio LightSwitch has a unique feature that allows you to implement strongly typed permissions and allow a website administrator the ability to create unlimited roles and assign the permissions to them. The website administrator can then create users and assign them to the roles. The users will then have access to the totality of the permissions…
We have posted three Visual Studio LightSwitch videos on YouTube…
GrapeCity has made a major release, incorporating their popular Wijmo 5 Flexgrid into a plug-in for LightSwitch and Cloud Business Apps…
You can connect to the OData feed of a LightSwitch application easily…
You can implement SharePoint documents in your AngularJS applications much easier when you create your code in a Visual Studio LightSwitch Cloud Business app…
Posting to the SharePoint Newsfeed from an AngularJS application is simplified when you build your AngularJS application in a Visual Studio LightSwitch Cloud Business App project…
You can create advanced enterprise applications when you incorporate Visual Studio LightSwitch Cloud Business Apps and SharePoint Workflows into your solutions. Microsoft SharePoint workflows are powerful, but the non-code version created with the SharePoint Designer do not allow you to implement complex data bound business rules without making web service HTTP calls. You can make these calls to Visual Studio LightSwitch Cloud Business Apps…
You can easily create professional end-user friendly applications when you incorporate Visual Studio LightSwitch Cloud Business Apps into your SharePoint solutions. When you implement SharePoint workflows, LightSwitch allows you to quickly create user interfaces to gather and manage the data your workflow may require…
You can quickly and easily create AngularJS applications using Wijmo 5 controls and Visual Studio LightSwitch as your back-end OData source…
You can create SharePoint Provider Hosted applications using AngularJS and Visual Studio LightSwitch. This will allow you to create applications faster and easier…
You can embed your LightSwitch application directly into the SharePoint website, rather than the default behavior of launching the application full screen. You can also navigate directly to a record using deep linking. This is achieved by adding a SharePoint App Part to the project…
App-Stitch recently published an article and a sample application to demonstrate their unique service that allows you to easily create and manage business rules and events in your LightSwitch applications. What this article is about, is taking a look at their sample LightSwitch application, because it contains some features that you may want to use…
The new book that covers Visual Studio LightSwitch and Cloud Business Apps in Visual Studio 2013 has been released…
You can create a Visual Studio LightSwitch SharePoint enabled Cloud Business App (CBA) that consumes and updates SharePoint Lists, including uploading documents to SharePoint Document Libraries. You can even dynamically create SharePoint Document Libraries in code so that they are available for use in your multi-tenant provider-hosted SharePoint applications…
When you deploy your SharePoint Provider-Hosted Cloud Business App, you can use an authentication key from the Microsoft Seller Dashboard to allow multiple SharePoint websites to consume the same website application. You can segment the data so that each SharePoint website only sees its own data using row level filtering…
A Cloud Business App is simply a Visual Studio LightSwitch application configured to run on SharePoint 2013 (or higher). However, enabling the SharePoint framework adds a lot of functionality:
It is the SharePoint Web / User that we will explore here…