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
(6)
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
Excel Importer Updated for Web Applications
Posted
over 2 years ago
by
LightSwitch Team
3
Comments
The most common feedback that we’ve heard about the Excel Import extension is that it doesn’t work for web applications. Since we can’t access Excel from a web application, we’ve updated the extension to import data from CSV files...
Visual Studio LightSwitch Team Blog
Three New “How Do I” Videos Released! (Beth Massi)
Posted
over 2 years ago
by
LightSwitch Team
0
Comments
We just released three new “How Do I'” videos on the LightSwitch Developer Center check them out: #14 - How Do I: Modify the Navigation of Screens in a LightSwitch Application? #15 - How Do I: Open a Screen After Saving Another Screen in a LightSwitch...
Visual Studio LightSwitch Team Blog
Tips and Tricks for Using the Screen Designer (Sheel Shah)
Posted
over 2 years ago
by
LightSwitch Team
5
Comments
The screen designer in Visual Studio isn’t a typical forms design tool. We strove to make it simple to get started using some predefined templates. However, it’s also pretty easy to customize the output of those templates to get exactly the...
Visual Studio LightSwitch Team Blog
New Video– How Do I: Deploy a LightSwitch Application to Azure? (Beth Massi)
Posted
over 2 years ago
by
LightSwitch Team
4
Comments
Check it out, we just released a new “How Do I” video on the Developer Center that shows you how to deploy your Visual Studio LightSwitch application to the Azure cloud. #13 - How Do I: Deploy a LightSwitch Application to Azure? This is a new video...
Visual Studio LightSwitch Team Blog
Submit Your LightSwitch Samples & Get Featured on the Developer Center!
Posted
over 2 years ago
by
LightSwitch Team
1
Comments
Check it out, we’ve got a new Samples page on the LightSwitch Developer Center showcasing LightSwitch samples from the Samples Gallery . Just head to http://msdn.com/lightswitch and then click on the Samples tab at the top: Here you can see the most popular...
Visual Studio LightSwitch Team Blog
How Do I: Import Data from a LightSwitch Web Application (Matt Sampson)
Posted
over 2 years ago
by
LightSwitch Team
1
Comments
Matt Sampson has a blog post this week that shows how you can import data into a LightSwitch web application. The blog post is here . The MSDN Code Gallery sample is here . Enjoy! -Matt Sampson
Visual Studio LightSwitch Team Blog
Course Manager Sample Part 5 – Detail Screens (Andy Kung)
Posted
over 2 years ago
by
LightSwitch Team
5
Comments
I’ve been writing a series of articles on the Course Manager Sample , if you missed them: Part 1: Introduction Part 2: Setting up data Part 3: User permissions & admin screens Part 4: Implementing the workflow In Part 4 , we identified the main workflow...
Visual Studio LightSwitch Team Blog
Course Manager Sample Part 4 – Implementing the Workflow (Andy Kung)
Posted
over 2 years ago
by
LightSwitch Team
0
Comments
NOTE: This article was written against Visual Studio LightSwitch 2011 but has been updated for LightSwitch in Visual Studio 2012. To view the latest version click here . In Course Manager Sample Part 3 , we’ve set up a Desktop application with...
Visual Studio LightSwitch Team Blog
How Do I: Export Data to a Word Mailing Labels Document – (Matt Sampson)
Posted
over 2 years ago
by
LightSwitch Team
1
Comments
Matt Sampson's blog has a post today about exporting saved data to a Word Mailing Labels document, and how to display a "Save As File" Dialog to allow the user to select where the file should be stored. Code samples are also posted on the code gallery...
Visual Studio LightSwitch Team Blog
Course Manager Sample Part 3 – User Permissions & Admin Screens (Andy Kung)
Posted
over 2 years ago
by
LightSwitch Team
6
Comments
NOTE: This article was written against Visual Studio LightSwitch 2011 but has been updated for LightSwitch in Visual Studio 2012. To view the latest version click here . In Course Manager Sample Part 2 – Setting up Data , we created tables, relationships...
Visual Studio LightSwitch Team Blog
LightSwitch Samples on the new Samples Gallery
Posted
over 2 years ago
by
LightSwitch Team
2
Comments
A couple months ago MSDN released a new site for samples where product teams and the community can contribute code. We’ve been popping team samples up there as well, just look for the LightSwitch Team author: Download LightSwitch Team Samples Here’s a...
Visual Studio LightSwitch Team Blog
How to Create Composed and Scalar Queries (Ravi Eda)
Posted
over 2 years ago
by
LightSwitch Team
5
Comments
This article presents a scenario at a sales team that shows the benefit of using composed and scalar queries. It presents a detailed walkthrough for creating composed and scalar queries in LightSwitch, and creating screens to display the query results...
Visual Studio LightSwitch Team Blog
How to Import Data from Excel
Posted
over 2 years ago
by
LightSwitch Team
43
Comments
One of the more common requests from our customers is the ability to import data into LightSwitch applications. While this can be done programmatically, it’s pretty common to store data in Excel documents. This tutorial will walk through using an...
Visual Studio LightSwitch Team Blog
Course Manager Sample Part 2 – Setting up Data (Andy Kung)
Posted
over 2 years ago
by
LightSwitch Team
16
Comments
NOTE: This article was written against Visual Studio LightSwitch 2011 but has been updated for LightSwitch in Visual Studio 2012. To view the latest version click here . Last week, we gave an overview of the Course Manager sample and walked through...
Visual Studio LightSwitch Team Blog
How Do I: Display a chart built on aggregated data (Eric Erhardt)
Posted
over 2 years ago
by
LightSwitch Team
21
Comments
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...
Visual Studio LightSwitch Team Blog
How to Elevate Permissions in Server Code (Ravi Eda)
Posted
over 2 years ago
by
LightSwitch Team
0
Comments
This article introduces the concept of permission elevation in LightSwitch. It presents a scenario at a shipping department of a store to show the need for elevation of privileges. Code samples to add, remove and control the scope of elevation are included...
Visual Studio LightSwitch Team Blog
Course Manager Sample Part 1 – Introduction (Andy Kung)
Posted
over 2 years ago
by
LightSwitch Team
4
Comments
NOTE: This article was written against Visual Studio LightSwitch 2011 but has been updated for LightSwitch in Visual Studio 2012. To view the latest version click here . With the release of Visual Studio LightSwitch Beta 2, the team also published...
Visual Studio LightSwitch Team Blog
Visual Studio LightSwitch Beta 2 Japanese (JPN) Edition Now Available
Posted
over 2 years ago
by
LightSwitch Team
3
Comments
On March 15th we released the English and German editions of LightSwitch Beta 2 . We’re happy to announce that the Japanese edition is now available! Download Visual Studio LightSwitch Beta 2 Japanese Edition And please read the Readme for important information...
Visual Studio LightSwitch Team Blog
LightSwitch Beta 2 Content Rollup (Beth Massi)
Posted
over 2 years ago
by
LightSwitch Team
0
Comments
Well it’s been 10 days since we released Visual Studio LightSwitch Beta 2 and we’ve been working really hard to get all of our samples, “How Do I” videos, articles and blog posts updated to reflect Beta 2 changes. Yes, that’s right. We’re going through...
Visual Studio LightSwitch Team Blog
Step-by-Step: How to Publish to Windows Azure (Andy Kung)
Posted
over 2 years ago
by
LightSwitch Team
20
Comments
UPDATE: These steps have been simplified with the release of Visual Studio 2012. Please see: Publishing LightSwitch Apps to Azure with Visual Studio 2012 -------------------------- One of the many features introduced in Visual Studio LightSwitch...
Visual Studio LightSwitch Team Blog
Channel 9 Interview: Walkthrough of a Real-World LightSwitch Application (Mike Droney, Sheel Shah, Beth Massi)
Posted
over 2 years ago
by
LightSwitch Team
1
Comments
In this video, I interview a couple of LightSwitch team members, Mike Droney (Tester) and Sheel Shah (PM), as they walk me through a real application that was built for our Admins in order to track hardware assets across the developer division. Mike and...
Visual Studio LightSwitch Team Blog
Visual Studio LightSwitch Beta 2 now publicly available + new Training Kit
Posted
over 2 years ago
by
LightSwitch Team
6
Comments
We just released LightSwitch Beta 2 to the general public so now anyone can download and use LightSwitch Beta 2! Download Visual Studio LightSwitch Beta 2! Please see Tuesday’s post that includes important installation notes . Also be sure...
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
Visual Studio LightSwitch Beta 2 Released with Go Live License!
Posted
over 2 years ago
by
LightSwitch Team
5
Comments
We are extremely happy to announce the release of Microsoft® Visual Studio® LightSwitch™ Beta 2! MSDN subscribers can access LightSwitch Beta 2 today and public availability will be Thursday, March 17 th . Please see Jason Zander’s...
Visual Studio LightSwitch Team Blog
LightSwitch Beta 1 is incompatible with Visual Studio 2010 SP1
Posted
over 2 years ago
by
LightSwitch Team
7
Comments
We want to inform you that if you’re working with the LightSwitch Beta 1, do not install the Visual Studio 2010 Service Pack 1 (SP1) as these releases are not compatible. If you want to install LightSwitch Beta 1 into Visual Studio 2010 Pro or Ultimate...
Page 6 of 8 (190 items)
«
4
5
6
7
8