Site
Web
Home
Community
My Wall
Social Summary
Social Members
Social Profile
Social Group Directory
Social Group Details
About
LightSwitch Articles on C# Corner
LightSwitch Articles on Tek Freak
LightSwitch Articles on Jan Van der Haegen
LightSwitch Articles on Paul Patterson
Blog
Forum
Downloads
Market
Amazon Store
Themes
Shells
Minimal Shell
DELORDSON Shells
OutlookBar Shell
Shell Pack
TreeView Shell
Touch Strip Menu Shell
Tiled Menu Shell
Tabbed Menu Shell
Default Shell Top 2012
Default Shell
Default Shell 2012
Books
Visual Studio Gallery
Wiki
Demos
Things For Sale
Call Log
Tank Game
Expense Report
You are here:
Blog
Register
|
Login
All Blogs
Bilal Haidar
Bill Mason
DELORDSON
LightSwitch Help Website
Mihail Mateev LightSwitch Blog
Richard Waddell
Switching the Lights
Keywords
Phrase
Topics
Advanced (14)
Applications (14)
Custom Controls (12)
OData (12)
Beginner (10)
Control Extensions (10)
Extensions (9)
MVVM (9)
WCF RIA Service (7)
Intermediate (6)
LightSwitch 11 (6)
Concepts (4)
DotNetNuke (3)
Printing (3)
Reporting (3)
Student Information System (3)
Data Grid (2)
App Inventor (1)
Book Excerpts (1)
Community (1)
Debugging (1)
ExcelImporter (1)
Extensibility (1)
Installation (1)
Interviews (1)
OLAP (1)
Shells (1)
Templates (1)
Themes (1)
Archive
<
May 2012
>
Sun
Mon
Tue
Wed
Thu
Fri
Sat
29
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
Monthly
May, 2012 (3)
April, 2012 (10)
March, 2012 (8)
February, 2012 (9)
January, 2012 (8)
December, 2011 (7)
November, 2011 (4)
October, 2011 (7)
September, 2011 (6)
August, 2011 (6)
July, 2011 (5)
June, 2011 (5)
May, 2011 (11)
April, 2011 (3)
March, 2011 (1)
September, 2010 (4)
August, 2010 (2)
Latest Microsoft LightSwitch Blogs
How to Add Images and Text to your LightSwitch
5/8/2012 3:49 PM
Note: This article applies to LightSwitch in Visual Studio 11 (LightSwitch V2) It’s common for developers to add static images and text to their screens to help guide their users through the application. Although you can easily add images that come a database to your screens, up
Read more...
OData Apps in LightSwitch, Part 3 (Matt Sampson)
5/2/2012 12:03 PM
Matt Sampson has posted part 3 of a multi-part blog post this week that completes the walkthrough of creating an application around the popular public transit
CommuterApi OData Service. This post focuses on creating a RIA Data Service
Read more...
Updating Records in LightSwitch using Stored
4/30/2012 11:40 AM
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
Read more...
User Defined Relationships within Attached
4/24/2012 7:00 AM
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
Read more...
Executing a Simple Stored Procedure in LightSwitch
4/23/2012 6:52 AM
Eric Erhardt has posted part 1 of a series on using stored procedures in LightSwitch. In the first part, he describes how you can execute a stored procedure when a user clicks a button on your LightSwitch screen. The blog post is here –
Read more...
Get High Quality
Themes from
DELORDSON
Re-Views
By Kostas Christodoulou on
Tuesday, February 07, 2012
In previous
posts
I made reference to views (DB or RIA) as an alternative (amongst other well-known potentials of views) to search and sort against fields that would normally be relations (lookups or however you want to call them).
From the very beginning I had an issue with SQL Server views imported to LS. LightSwitch had a very strange way to define the primary keys of the views. These “inferred” primary keys are most of the time very complex combined keys. And this is not an issue actually until you decide to add a relationship between this view (which 99% of the times has only one field as actual primary key) and another table. Then you realize this, otherwise benign, complex primary key is an issue (to say the least).
It was only recently, in this
thread
,...
Read More »
Comments (0)
Switching the Lights
LightSwitch Concurrency Checking
By Michael Washington on
6/4/2011 6:25 AM
One of the greatest benefits to using LightSwitch, is that it automatically manages data integrity when multiple users are updating data. It also provides a method to resolve any errors that it detects.
The first issue is very important, and with most web applications, it is not handled. Simply, the last person to save a record overwrites any other changes, even if those other changes were made after the user initially pulled up the record. The second issue, a method to resolve this situation, is priceless, because the code to create the “conflict resolution process” is considerable.
This blog post does not contain any code examples, because there is no code for you to write to get all these features!
...
Read More »
Comments (2)
LightSwitch Help Website
The Three Concepts of LightSwitch
By Michael Washington on
5/6/2011 5:19 AM
I was surprised when I was chosen to present at
Visual Studio Live
in Las Vegas early this year. I had sent in 3 proposed topics months before, and the one chosen was Advanced LightSwitch Programming. After being informed of my selection to speak at the conference, I sat down to create the presentation and ran into a huge problem. There is just too much to cover about advanced LightSwitch programming to cram into 75 minutes.
I really agonized over this, and re-wrote the presentation several times. In the end, I spent over 40 hours preparing and practicing the presentation. The only structure I was happy with, was coving LightSwitch programming using three concepts that I felt were important to successful LightSwitch programming.
These are presented in order of importance.
Concept #1 - LightSwitch requires you to only write the code that only you can write Examples of the concept:
A calculated field that shows the course and the teacher...
Read More »
Comments (0)
LightSwitch Help Website
Online Ordering System (An End-To-End LightSwitch Example)
By Michael Washington on
3/21/2011 5:56 PM
An End-To-End LightSwitch Example In this article we will create an end-to-end application in LightSwitch. The purpose is to demonstrate how LightSwitch allows you to create professional business applications that would take a single developer weeks to create. With LightSwitch you can create such applications in under an hour.
You can download LightSwitch at
http://www.microsoft.com/visualstudio/en-us/lightswitch
.
The Scenario In this example, we will be tasked with producing...
Read More »
Comments (26)
LightSwitch Help Website
Microsoft Visual Studio is a registered trademark of Microsoft Corporation / LightSwitch is a registered trademark of Microsoft Corporation
Privacy Statement
|
Terms Of Use
Copyright 2011 by Michael Washington