Sign in
MSDN Blogs
Microsoft Blog Images
More ...
MSDN Blogs
>
Visual Studio LightSwitch Team Blog
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
OK
Translate this page
Powered by
Microsoft® Translator
Tags
Andy Kung
Announcement
Architecture
Article
Beth Massi
Code
Data
Deployment
Eric Erhardt
Extensibility
How-To
HTML
JavaScript
Jay Schmelzer
Joe Binder
John Rivard
LightSwitch
Matt Sampson
OData
Sample
Screen Design
SharePoint
Sheel Shah
Video
VS2012
More
▼
Less
▲
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
▲
Blog - Title
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Visual Studio LightSwitch Team Blog
Diagnosing Problems in a Deployed 3-Tier LightSwitch Application (Eric Erhardt)
Posted
over 2 years ago
by
LightSwitch Team
12
Comments
There are a number of times when a LightSwitch application works perfectly on a developer’s machine, but as soon as it has been deployed to an Internet Information Services (IIS) machine, it no longer works. Problems can range from IIS not being...
Visual Studio LightSwitch Team Blog
Designing for Multiple Form Factors (Heinrich Wendel)
Posted
2 months ago
by
LightSwitch Team
12
Comments
Creating applications that run on a variety of form factors has become a necessity in an environment where applications live in the cloud and people bring their own devices to work, commonly referred as BYOD (Bring Your Own Device). The range of devices...
Visual Studio LightSwitch Team Blog
Enhancing LightSwitch Controls with jQuery Mobile (Michael Zlatkovsky)
Posted
5 months ago
by
LightSwitch Team
12
Comments
One of my favorite things about the LightSwitch HTML Client is how easy it is to create forms over data the “LightSwitch way”, and then jump straight into HTML for a bit of custom tweaking. Because the HTML Client makes use of jQuery and jQueryMobile...
Visual Studio LightSwitch Team Blog
Announcing Runtime Update 1 - Supporting jQueryMobile 1.3
Posted
13 days ago
by
LightSwitch Team
12
Comments
When we took a bet on jQuery, jQueryMobile, and datajs for our HTML client, we recognized that we’d need to adapt to the rapid release cadence these frameworks employ. At the same time, we know that small issues in our application runtime can cause...
Visual Studio LightSwitch Team Blog
The Cosmopolitan shell and theme source code is released!
Posted
5 months ago
by
LightSwitch Team
11
Comments
We’ve released the source code for the Cosmopolitan shell and theme , allowing you use the default LightSwitch 2012 shell and theme as starting points for your own custom shells and themes. You can download the source here . Custom LightSwitch shells...
Visual Studio LightSwitch Team Blog
Course Manager VS 2012 Sample Part 6 – Home Screen (Andy Kung)
Posted
8 months ago
by
LightSwitch Team
11
Comments
Hello LightSwitchers! I hope you’re all having fun and building cool stuff with RTM. In case you missed it, here are the previous posts: Course Manager VS 2012 Sample Part 1 – Introduction Course Manager VS 2012 Sample Part 2 – Setting up Data Course...
Visual Studio LightSwitch Team Blog
Many-to-Many Control Released!
Posted
over 1 year ago
by
LightSwitch Team
11
Comments
A common request that the LightSwitch team receives is to provide a control to deal with many-to-many relationships (ex. the relationship between Categories and Blog Posts). One of the more common ways to deal with this is by displaying a list of checkboxes...
Visual Studio LightSwitch Team Blog
Filtering Data using Entity Set Filters (Michael Simons)
Posted
over 1 year ago
by
LightSwitch Team
10
Comments
It is common for line of business applications to have scenarios which require row level security (RLS). For example a LightSwitch developer creates an application that stores Employee information such as name and address along with a relationship to...
Visual Studio LightSwitch Team Blog
Creating Screens with the LightSwitch HTML Client (Joe Binder)
Posted
11 months ago
by
LightSwitch Team
10
Comments
Beth and I touched on a few of the new features of the upcoming HTML client for LightSwitch in our Channel 9 video chat last week , but I thought it’d be worthwhile to cover each topic in more detail. Today I’ll walk through the application...
Visual Studio LightSwitch Team Blog
LightSwitch Beta 2 Extensibility “Cookbook”
Posted
over 2 years ago
by
LightSwitch Team
10
Comments
UPDATE 7/27/2011 - The Beta 2 Cookbook is now out of date as we have released RTM. Please see Extending LightSwitch on the Developer Center for documentation and samples on using the LightSwitch Extensibility Toolkit. ----- One of the big features...
Visual Studio LightSwitch Team Blog
Writing JavaScript Code in LightSwitch (Joe Binder)
Posted
10 months ago
by
LightSwitch Team
10
Comments
UPDATE December 6th, 2012: With the release of HTML Client Preview 2 some of the code in this article may not work correctly. For updated information please see: Custom Controls and Data Binding in the LightSwitch HTML Client ---- With the HTML Client...
Visual Studio LightSwitch Team Blog
Signed-In Part 2 – Upcoming Events Screen (Andy Kung)
Posted
2 months ago
by
LightSwitch Team
10
Comments
In the last post, we gave an overview of the Signed-In app we are going to build. We created a LightSwitch project and set up our data. In case you missed it: Signed-In Part 1 – Introduction Now, we’re ready to start designing the UI...
Visual Studio LightSwitch Team Blog
Create Dashboard Reports with LightSwitch, WebAPI and ServerApplicationContext (Steve Lasker)
Posted
28 days ago
by
LightSwitch Team
10
Comments
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...
Visual Studio LightSwitch Team Blog
Announcing the Release of the LightSwitch HTML Client!
Posted
1 month ago
by
LightSwitch Team
9
Comments
On behalf of the LightSwitch team, I am proud to announce the release of the LightSwitch HTML client in Visual Studio 2012 Update 2! It’s been an exciting journey for us and we thank you for all your valuable feedback that got us here. LightSwitch in...
Visual Studio LightSwitch Team Blog
Signed-In Part 5 – Search Screen and Dynamic UI (Andy Kung)
Posted
1 month ago
by
LightSwitch Team
9
Comments
Welcome to the last installment of the Signed-In app walkthrough! In case you missed the previous posts: Signed-In Part 1 – Introduction Signed-In Part 2 – Upcoming Events Screen Signed-In Part 3 – Guest List Screen Signed...
Visual Studio LightSwitch Team Blog
The Anatomy of a LightSwitch Application Part 3 – the Logic Tier
Posted
over 3 years ago
by
LightSwitch Team
9
Comments
The LightSwitch running application consist of three tiers—presentation, logic, and data storage. In the prior post we covered the presentation tier . In this post we will take a deeper look at the logic tier. Just as a recap, the presentation...
Visual Studio LightSwitch Team Blog
Publishing LightSwitch Apps to Azure with Visual Studio 2012
Posted
11 months ago
by
LightSwitch Team
9
Comments
UPDATED 8/29/2012 : Updated for Visual Studio 2012 and Azure SDK 1.7.1 With the release of Visual Studio 2012, we’ve improved the experience for publishing LightSwitch applications to Windows Azure. The Azure deployment support for LightSwitch in...
Visual Studio LightSwitch Team Blog
LightSwitch Concurrency Enhancements in Visual Studio 2012 (Eric Erhardt)
Posted
10 months ago
by
LightSwitch Team
8
Comments
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...
Visual Studio LightSwitch Team Blog
How to Use the New LightSwitch Group Box (Andrew Lader)
Posted
over 1 year ago
by
LightSwitch Team
8
Comments
Note: This article applies to LightSwitch in Visual Studio 11 (LightSwitch V2) When building a LightSwitch application, organizing the content is an important aspect of screen design. The layout system in LightSwitch has allowed you to use columns...
Visual Studio LightSwitch Team Blog
What’s New with LightSwitch in Visual Studio 11? (Beth Massi)
Posted
11 months ago
by
LightSwitch Team
8
Comments
A couple weeks ago I delivered a webcast on What’s New with LightSwitch in Visual Studio 11. If you missed it, you can now watch it on demand: WMV Download | WMA | MP4 For more details on the new features I demonstrated check out the post on my blog....
Visual Studio LightSwitch Team Blog
Overview of Data Validation in LightSwitch Applications (Prem Ramanathan)
Posted
over 3 years ago
by
LightSwitch Team
8
Comments
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...
Visual Studio LightSwitch Team Blog
LightSwitch Beta 1 Available to MSDN Subscribers!
Posted
over 3 years ago
by
LightSwitch Team
8
Comments
We just released Visual Studio LightSwitch Beta 1 to MSDN subscribers. Public availability will be this Monday, August 23rd but if you are an MSDN subscriber visit your subscriptions page to get access to the download now. Otherwise check the the LightSwitch...
Visual Studio LightSwitch Team Blog
The Anatomy of a LightSwitch Application Part 4 – Data Access and Storage
Posted
over 3 years ago
by
LightSwitch Team
8
Comments
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...
Visual Studio LightSwitch Team Blog
Enhancements in Visual Studio 2012 for Sorting Data across Relationships (Michael Simons)
Posted
10 months ago
by
LightSwitch Team
8
Comments
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...
Visual Studio LightSwitch Team Blog
A New API for LightSwitch Server Interaction: The ServerApplicationContext (Joe Binder)
Posted
6 months ago
by
LightSwitch Team
8
Comments
Although the team has focused on building the LightSwitch HTML client and SharePoint 2013 applications recently, supporting existing scenarios remains a top priority. We’ve tried to balance our new investments with solutions to roadblocks and pain points...
Page 2 of 8 (189 items)
1
2
3
4
5
»