Sign in
From The Depths
Matt Thalman's blog: Senior developer working on Microsoft's Visual Studio LightSwitch product.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
.NET
C# Code
IDisposable
Live Mesh
Object-Relational Mapping
OneNote
Security
SQL Server Yukon
Visual Studio LightSwitch
Windows Phone
WPF
Archive
Archives
March 2012
(1)
February 2012
(2)
December 2011
(1)
October 2011
(1)
July 2011
(1)
April 2011
(1)
March 2011
(1)
October 2010
(1)
September 2010
(3)
August 2010
(6)
March 2009
(1)
September 2008
(2)
January 2006
(1)
November 2004
(1)
October 2004
(1)
August 2004
(3)
July 2004
(1)
June 2004
(1)
March 2004
(1)
February 2004
(3)
September, 2010
MSDN Blogs
>
From The Depths
>
September, 2010
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
From The Depths
How to reference security entities in LightSwitch
Posted
over 3 years ago
by
Matt Thalman
2
Comments
In Visual Studio LightSwitch, there are a set of security entities defined by the runtime such as UserRegistration, Role, and Permission. Numerous people have asked how they can create relationships to these entities. These entities can’t be referenced...
From The Depths
Filtering data based on current user in LightSwitch apps
Posted
over 3 years ago
by
Matt Thalman
6
Comments
In many applications, you need to filter data that is only relevant to the particular user that is logged in. For example, a personal information manager application may only want users to view their own tasks and not the tasks of other users. Here’s...
From The Depths
Using application permissions in Visual Studio LightSwitch
Posted
over 3 years ago
by
Matt Thalman
1
Comments
Securing your Visual Studio LightSwitch application begins with defining permissions. In the first version of LightSwitch, developers are responsible for defining and consuming their own permissions. Once permissions have been defined, you can write the...
Page 1 of 1 (3 items)