erotik film
bodyheat full moves
www xxx kajal video
la figa che sborra
ver video de sexo porno
Luxury replica watches
sex
asyabahis
escort antalya
Home
Blog
Downloads
Login
You are here:
Blog
** THIS SITE IS AN ARCHIVE ** - New Content is at:
All Blogs
Bilal Haidar
Bill Mason
DELORDSON
LightSwitch Help Website
Mihail Mateev LightSwitch Blog
Richard Waddell
Switching the Lights
The Power of LightSwitch
Thomas Capps
Keywords
Phrase
HTML Client (31)
Advanced (17)
Applications (17)
OData (17)
Control Extensions (16)
Custom Controls (13)
WCF RIA Service (13)
Cloud Business App (11)
Beginner (10)
AngularJs (9)
Extensions (9)
MVVM (9)
Angular 2 (8)
HTML Client (beta Version) (8)
Angular 4 (7)
Printing (7)
Intermediate (6)
VS2013 (6)
LightSwitch 11 (5)
Concepts (4)
DotNetNuke (4)
MVC (4)
Reporting (4)
ADefHelpDesk (3)
Azure Functions (3)
Book Excerpts (3)
PowerApps (3)
Student Information System (3)
Data Grid (2)
Radzen (2)
App Inventor (1)
Azure WebJob (1)
Community (1)
Debugging (1)
Design (1)
Dynamic SQL (1)
ExcelImporter (1)
Extensibility (1)
Installation (1)
Interviews (1)
JavaScript (1)
LightSwitch (1)
Microsoft Flow (1)
OLAP (1)
PayPal (1)
PhoneGap (1)
Stored Procedures (1)
Templates (1)
Utility (1)
Videos (1)
Wijmo (1)
WinJS (1)
Archive
<
May 2011
>
Sun
Mon
Tue
Wed
Thu
Fri
Sat
24
25
26
27
28
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
Monthly
June 2019 (3)
April 2019 (1)
December 2018 (2)
November 2017 (2)
August 2017 (1)
July 2017 (3)
June 2017 (2)
May 2017 (2)
April 2017 (1)
March 2017 (2)
February 2017 (2)
January 2017 (2)
December 2016 (3)
November 2016 (3)
March 2016 (1)
January 2016 (1)
December 2015 (1)
August 2015 (2)
July 2015 (2)
June 2015 (1)
May 2015 (2)
April 2015 (2)
February 2015 (1)
January 2015 (1)
December 2014 (3)
November 2014 (1)
October 2014 (2)
August 2014 (4)
June 2014 (3)
May 2014 (3)
April 2014 (3)
March 2014 (1)
February 2014 (1)
January 2014 (1)
December 2013 (3)
November 2013 (4)
October 2013 (7)
September 2013 (8)
August 2013 (2)
July 2013 (4)
June 2013 (4)
May 2013 (10)
April 2013 (7)
March 2013 (1)
February 2013 (6)
January 2013 (2)
December 2012 (6)
November 2012 (7)
September 2012 (1)
August 2012 (2)
July 2012 (9)
June 2012 (4)
May 2012 (3)
April 2012 (9)
March 2012 (7)
February 2012 (8)
January 2012 (8)
December 2011 (5)
November 2011 (4)
October 2011 (6)
September 2011 (5)
August 2011 (5)
July 2011 (5)
June 2011 (5)
May 2011 (11)
April 2011 (3)
March 2011 (1)
September 2010 (4)
August 2010 (2)
Easy DotNetNuke LightSwitch Deployment
By Michael Washington on
5/23/2011 5:37 AM
NOTE: If you are using LightSwitch 2013 Update 2 (or higher) you must add compatibilityMode="Framework20SP1" to the "machineKey" in the LightSwitch Web.config (for example:
http://blogs.msdn.com/b/webdev/archive/2012/10/23/cryptographic-improvements-in-asp-net-4-5-pt-2.aspx
Note: You can try out this application...
Read More »
LightSwitch Help Website
Running a LightSwitch Application With A Blank Shell
By Michael Washington on
5/22/2011 8:53 AM
From:
Microsoft Visual Studio LightSwitch Extensions Cookbook.doc
© 2011 Microsoft Corporation NOTE: See the updated article:
Creating a Minimal LightSwitch Shell
A LightSwitch application runs in a “Shell”. You can create your own Shell.
The first step is to download the “
Cook Book
”...
Read More »
LightSwitch Help Website
Drag and Drop and Events in LightSwitch Custom Controls
By Richard Waddell on
5/21/2011 8:29 AM
LightSwitch removes so much tedium from programming that I’m hoping it can be integrated into any Silverlight application. Obviously that requires Custom Controls, so the focus becomes finding the best patterns for interaction between LightSwitch and Custom Controls.
My first goal was to incorporate drag and drop. I spent a lot of time trying to come up with scenarios that were not trivial but also wouldn’t take a long time to set up. But I kept running into a fuzzy area when I tried to think about...
Read More »
Comments (4)
Richard Waddell
Two Ways To Call LightSwitch From a Custom Silverlight Control
By Michael Washington on
5/21/2011 6:19 AM
Note: There is a third method covered
at this link
.
It is easy to create a LightSwitch application using your own custom user interface (UI), composed entirely of Silverlight Custom Controls. The article
This Is How LightSwitch Does MVVM
,...
Read More »
LightSwitch Help Website
Using The Document Toolkit for LightSwitch
By Michael Washington on
5/19/2011 5:34 AM
The Document Toolkit for LightSwitch is a commercial LightSwitch control extension. It is one of the first to become available, and is a great example of an extension that allows you to do amazing things easily with LightSwitch.
...
Read More »
LightSwitch Help Website
This Is How LightSwitch Does MVVM
By Michael Washington on
5/13/2011 9:46 PM
This article,
Silverlight View Model Style: An (Overly) Simplified Explanation
, explains what MVVM is. Basically:
Model – The Data View Model – Collections, Properties, and Commands View – The UI (User Interface)
This article
, covers some of the problems in implementing MVVM, mostly that is is verbose, time-consuming, and difficult for many developers to understand and implement. That is not to say that MVVM is not a superior pattern once you have mastered it, but using a tool such as LightSwitch greatly eases it’s use.
...
Read More »
LightSwitch Help Website
Printing With LightSwitch
By Michael Washington on
5/12/2011 5:25 AM
With
LightSwitch
, there is no built in Printing. Here is a method that works. This will also show you how to create a custom template to allow you to print exactly what you want, not just the current screen...
Read More »
LightSwitch Help Website
Printing Sql Server Reports (.rdlc) With LightSwitch
By Michael Washington on
5/12/2011 4:19 AM
Printing in LightSwitch was previously covered here:
http://lightswitch.adefwebserver.com/Blog/tabid/61/EntryId/3/Printing-With-LightSwitch.aspx
The disadvantages of that approach are:
You have to make a custom control / You have to be a programmer to make reports Printing in Silverlight renders images that are slightly fuzzy In this article, we will demonstrate creating and printing reports in LightSwitch using Microsoft Report Viewer Control.
Note, you will need Visual Studio Professional, or higher, to use the method described here.
...
Read More »
LightSwitch Help Website
Using The LightSwitch Filter Extension
By Michael Washington on
5/8/2011 7:01 AM
The LightSwitch filter extension is really cool. It is one of the LightSwitch features that has no comparison. It is a feature that, if you decide not to use LightSwitch for a project, you lose that feature completely.
First, we download and install the extension at this link:
http://code.msdn.microsoft.com/Filter-Control-for-Visual-90fb8e93
...
Read More »
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 »
LightSwitch Help Website
LightSwitch: Creating a Relationship on current User through SecurityData.UserRegistrations Table
By Richard Waddell on
5/5/2011 5:40 PM
Often we don’t care who the logged-in User is because we can control what they can do through Roles and Permissions. But if the User is a member of some group, it would be handy to place the Users table in a many-to-one relationship with that group. In this example the groups are SalesTeams made up of SalesPersons. All Sales made by a particular team are accessible only by members of that team.
To make that happen a new User is created, if necessary, when a SalesPerson is created. Since a SalesPerson is in a many-to-one relationship with SalesTeam, so is the User. This article shows you how to create the UserRegistration and then two ways to identify the SalesPerson associated with the logged-in User and thereby the relationship with SalesTeam and Sales.
Start by adding a SalesTeam entity:
...
Read More »
Comments (43)
Richard Waddell
Microsoft Visual Studio is a registered trademark of Microsoft Corporation / LightSwitch is a registered trademark of Microsoft Corporation
Copyright 2020 by Michael Washington
Terms Of Use
Privacy Statement