Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
MSDN Blogs
>
Visual Studio LightSwitch Team Blog
>
All Tags
>
data
Server & Tools Blogs
>
Developer Tools Blogs
>
Visual Studio LightSwitch Team Blog
Executive Bloggers
S. Somasegar
Brian Harry
Scott Guthrie
Jason Zander
Visual Studio
Visual Studio
Blend
LightSwitch
Line of Business Apps by Beth Massi
Setup & Install by Heath Stewart
Application Lifecycle Management
Visual Studio ALM
Team Foundation Service
Languages
Visual Basic
Visual C#
Visual C++
Visual F#
JavaScript
.NET Framework
.NET Framework
.NET Parallel Programming
ADO.NET (Managed Providers, DataSet & EF)
ASP.NET by Scott Hanselman
Base Class Library (BCL)
Silverlight
WCF Data Services
Workflow
Platform Development
Internet Explorer
Apps for Office and SharePoint 2013
SharePoint
Office
Web
Windows 8
Windows Store
Windows Azure
Windows Phone
Visual Studio LightSwitch Team Blog
The easiest way to create business applications for the Desktop and the Cloud
Subscribe
Comments
Facebook
Menu
Blog Home
Atom
Translate this page
Powered by
Microsoft® Translator
Recent Posts
Creating a wizard-like experience for HTML client (Andy Kung)
Posted
4 days ago
by
LightSwitch Team
3
Comments
Customizing the SharePoint Chrome Control in LightSwitch
Posted
6 days ago
by
LightSwitch Team
3
Comments
Announcing Runtime Update 1 - Supporting jQueryMobile 1.3
Posted
13 days ago
by
LightSwitch Team
12
Comments
ASP.NET SignalR and LightSwitch (Matt Sampson)
Posted
17 days ago
by
LightSwitch Team
0
Comments
Tags
Andy Kung
API
Architecture
Article
Azure
Beginner
Beth Massi
Code
Custom Controls
Deployment
Eric Erhardt
How-To
HTML
John Rivard
LightSwitch
Michael Simons
OData
RIA Services
Sample
Silverlight
Steve Lasker
Validation
Video
VS2012
WebAPI
Twitter Feed
Related resources
LightSwitch Developer Center
LightSwitch Forums
LightSwitch "How Do I" Videos
LightSwitch on Facebook
Live Now on Developer Tools Blogs
Archives
Archives
May 2013
(5)
April 2013
(7)
March 2013
(10)
January 2013
(2)
December 2012
(3)
November 2012
(6)
September 2012
(1)
August 2012
(8)
July 2012
(6)
June 2012
(8)
May 2012
(6)
April 2012
(8)
March 2012
(12)
February 2012
(1)
January 2012
(2)
December 2011
(2)
November 2011
(2)
October 2011
(7)
September 2011
(5)
August 2011
(10)
July 2011
(12)
June 2011
(6)
May 2011
(2)
April 2011
(11)
March 2011
(7)
February 2011
(4)
January 2011
(5)
December 2010
(2)
November 2010
(7)
October 2010
(4)
September 2010
(5)
August 2010
(13)
More
▼
Less
▲
Tagged Content List
Blog Post:
Dashboard Reports with LightSwitch, WebAPI and ServerApplicationContext– Part Deux (Steve Lasker)
LightSwitch Team
Overview With a little homage to Hot Shots Part Deux we’ll drill in a bit deeper utilizing the ServerApplicationContext for creating Dashboard reports. Part 1 is here: Create Dashboard Reports with LightSwitch, WebAPI and ServerApplicationContext LightSwitch Productivity/Extendability disclaimer : As...
on
25 Apr 2013
Blog Post:
Create Dashboard Reports with LightSwitch, WebAPI and ServerApplicationContext (Steve Lasker)
LightSwitch Team
Overview Applications are creating and consuming more data than ever before. With so much data, how can your users quickly spot trends and get an overview of what’s important? Just as your car presents a dashboard indicating the top priority items, so can your application. Matt introduced the ServerApplicationContext...
on
22 Apr 2013
Blog Post:
Signed-In Part 1 – Introduction (Andy Kung)
LightSwitch Team
Before I show you all the wonderful things about LightSwitch , let me tell you a little story behind this post. I’m a college football fan. During the football season, I’d attend the game watching events organized by the local alumni association. At every event, the organizer would pass around a sign...
on
18 Mar 2013
Blog Post:
New LightSwitch VS 2012 “How Do I?” Videos Released! (Beth Massi)
LightSwitch Team
Check it out! We just released a couple new videos on the LightSwitch Developer Center’s “How Do I?” video section . These videos continue the Visual Studio 2012 series where we walk through the new features available in LightSwitch in VS 2012. How Do I: Perform Automatic Row-Level Filtering of Data...
on
29 Nov 2012
Blog Post:
Course Manager VS 2012 Sample Part 2 – Setting up Data (Andy Kung)
LightSwitch Team
Yesterday, we gave an overview of the Course Manager sample and walked through some scenarios from end-user’s perspective . If you missed it: Course Manager VS 2012 Sample Part 1 – Introduction We are now ready to start “reverse-engineering” and learning how to build Course Manager. We will kick off...
on
21 Aug 2012
Blog Post:
Enhancements in Visual Studio 2012 for Sorting Data across Relationships (Michael Simons)
LightSwitch Team
Sorting data across relationships is often required when building applications within LightSwitch. For example, suppose you are building a LightSwitch application that attaches to the Category and Product tables from the Northwind database. You can probably imagine applications in which you would...
on
17 Jul 2012
Blog Post:
Finding Your LightSwitch Produced OData Services in Visual Studio 2012 (Matt Sampson)
LightSwitch Team
Matt Sampson has a new blog today that covers how to find your OData Services that LightSwitch produces, and then how to create a custom Silverlight control for your LightSwitch screens that easily enables you to find these OData Services. Check out the blog post - Finding Your LightSwitch Produced...
on
12 Jul 2012
Blog Post:
LightSwitch Concurrency Enhancements in Visual Studio 2012 (Eric Erhardt)
LightSwitch Team
Many problems can occur in applications when multiple users are allowed to edit the same record at the same time. Some simple applications take a “last edit wins” approach, where the last person to save their changes gets their changes applied in the end. This has the obvious problem that...
on
10 Jul 2012
Blog Post:
Updating Records in LightSwitch using Stored Procedures (Eric Erhardt)
LightSwitch Team
Eric Erhardt has posted part 2 in his series on using stored procedures in LightSwitch. In the second part, he describes how you can use Visual Studio LightSwitch to update database records using stored procedures. A lot of database administrators only allow modifications to data through stored...
on
30 Apr 2012
Blog Post:
User Defined Relationships within Attached Database Data Sources (Michael Simons)
LightSwitch Team
The first release of Visual Studio LightSwitch (LightSwitch V1) allows users to define relationships between tables within the intrinsic/built-in data source (ApplicationData). When attaching to existing data sources, LightSwitch will import the relationships defined within the data source. In addition...
on
24 Apr 2012
Blog Post:
LightSwitch Architecture: OData (John Rivard)
LightSwitch Team
In Visual Studio 2012 , LightSwitch data services publish OData feeds and LightSwitch clients consume the OData feeds. This is an implementation change from LightSwitch 2011 where we used WCF RIA Services as the data protocol between client and server. In this post we’ll take a look at the OData...
on
22 Mar 2012
Blog Post:
Video: How Do I Handle Database Concurrency Issues? (Beth Massi)
LightSwitch Team
Check it out, we released a new “How Do I” video on the LightSwitch Developer Center : How Do I: Handle Database Concurrency Issues? In a multi-user environment, when two users pull up the same record from the database and modify it, when the second user saves the data it raises a data conflict because...
on
19 Oct 2011
Blog Post:
How To: Handle Database Concurrency Issues (Nicole Haugen)
LightSwitch Team
Concurrency issues are common in multi-user applications that have a database on the backend. The good news is that LightSwitch makes concurrency very easy to handle by providing two different mechanisms: When a conflict is detected, a “Data Conflict” screen is automatically displayed...
on
18 Aug 2011
Blog Post:
How Do I: Display a chart built on aggregated data (Eric Erhardt)
LightSwitch Team
In a business application there is often a need to roll-up data and display it in a concise format. This allows decision makers the ability to analyze the state of the business and make a decision quickly and correctly. This roll-up may retrieve data from many different sources, slice it...
on
8 Apr 2011
Blog Post:
How to Create a Many-to-Many Relationship (Andy Kung)
LightSwitch Team
Note: This article has been updated for Beta 2 on 3/17/2011 Many business applications require many-to-many relationships. For example, an author can write many books , and a book can be written by many authors . To model this relationship in LightSwitch, you need to create a mapping table for the 2...
on
16 Dec 2010
Blog Post:
The Anatomy of a LightSwitch Application Part 4 – Data Access and Storage
LightSwitch Team
In prior posts I’ve covered the LightSwitch presentation tier and the logic tier . The presentation tier is primarily responsible for human interaction with the application using data from a LightSwitch logic tier. The logic tier comprises one or more LightSwitch data services whose primary job...
on
30 Nov 2010
Blog Post:
Overview of Data Validation in LightSwitch Applications (Prem Ramanathan)
LightSwitch Team
Introduction In any application that accepts user input and stores it in a data store, the data needs to be validated. When it comes to relational databases, most of them today provide some form of validation. This includes constraints, data formatting, default values, etc. For example, you can’t...
on
30 Aug 2010
Page 1 of 1 (17 items)