C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ashwani Tyagi(83)
Ramasagar Pulidindi(11)
Jaganathan Bantheswaran(6)
Resources
No resource found
Using Angular.js in Visual Studio LightSwitch : Part 3
May 07, 2014.
In this article we will see how to use Angular.js in a LightSwitch application.
Using Angular.js in Visual Studio LightSwitch : Part 2
May 07, 2014.
In this article we will see how to use Angular.js in a LightSwitch application.
Using Angular.js in Visual Studio LightSwitch Part 1
Mar 31, 2014.
In this article we will see how to use Angular.js in a LightSwitch application.
Elucidate LightSwitch Beginning in Visual Studio 2013 Part 2
Mar 15, 2014.
As Part 2 of the Elucidate Lightswitch article series, this article is a walkthrough of LightSwitch.
Elucidate LightSwitch Beginning in Visual Studio 2013 Part 1
Feb 24, 2014.
As Part 1 of the Elucidate Lightswitch article series, this article is a walkthrough of LightSwitch.
Elucidate Lightswitch An Introduction
Feb 22, 2014.
This article provides a walkthrough of LightSwitch.
How to Delete a Record From Collection in LightSwitch HTML Client
Feb 17, 2014.
This is the right article to get the right solution for how to delete a record from a Collection in a LightSwitch HTML Client.
How to Customize LightSwitch HTML Client UI, a Quick Overview
Jan 12, 2014.
This article explains how to avoid the LightSwitch HTML Client's default style (using jQuery Mobile).
Forms Authentication in Lightswitch With MVC: Part 1
Jan 07, 2014.
This article provides a walkthrough of how to use Forms Authentication with Visual Studio LightSwitch.
Learn How to Use Forms Authentication in Lightswitch With MVC: Part 2
Jan 07, 2014.
This article provides a walkthrough of how to use forms authentication with Visual Studio LightSwitch.
Learn How to Configure Lightswitch With MVC Part 3
Dec 28, 2013.
This article provides a walkthrough of how to use MVC with Visual Studio LightSwitch.
Learn How to configure Lightswitch with MVC Part 2
Dec 27, 2013.
In this article we will see how to get started with Lightswitch using MVC
Learn How to Configure Lightswitch With MVC
Dec 27, 2013.
In this article we will see how to get started with Lightswitch using MVC.
How to Show, Add or Edit Screen With Default Values in LightSwitch HTML Client
Dec 22, 2013.
This article shows how to fill the default values for screen controls in HTML Client applications.
Asynchronous Programming in LightSwitch HTML Client With WinJS Promises
Dec 11, 2013.
In this article you will learn about Asynchronous Programming in LightSwitch HTML Client with WinJS Promises.
How Data binding works in Visual Studio LightSwitch HTML Client
Dec 07, 2013.
As we know, LightSwitch is SPA framework, it is important to know about how the data binding works in LightSwitch HTML Client application. Before we discussed about the data binding in LightSwitch, first we will know some important things about Data Binding.
"s" and "ss" Custom Format Specifier in LightSwitch 2012
Nov 28, 2013.
This article describes the use of s and ss Custom Format Specifiers in LightSwitch Visual Studio 2012.
Difference Between Escape Character ("\") & Date Separator ("/") in LightSwitch 2012
Nov 27, 2013.
This article describes the differences and use of the Escape Character (\) and Date Separator (/) Custom Format Specifier in LightSwitch Visual Studio 2012.
"gg" Custom Format Specifier in LightSwitch 2012
Nov 26, 2013.
This article describes how to use the gg Custom Format Specifier in LightSwitch Visual Studio 2012.
":" Custom Format Specifier in LightSwitch 2012
Nov 25, 2013.
This article explains how to use the : Custom Format Specifier in LightSwitch Visual Studio 2012.
"t" and "tt" Custom Format Specifier in LightSwitch 2012
Nov 21, 2013.
This article shows the differences and the use of the t and tt Custom Format Specifiers in LightSwitch Visual Studio 2012.
"d" and "dd" Custom Format Specifier in LightSwitch 2012
Nov 20, 2013.
This article describes the differences and the use of the d and dd Custom Format Specifiers in LightSwitch Visual Studio 2012.
"ddd" and "dddd" Custom Format Specifier in LightSwitch 2012
Nov 20, 2013.
This article describes the ddd and dddd Custom Format Specifiers in LightSwitch Visual Studio 2012. The "ddd" Custom Format Specifier is used to represent the name of the day of the week in an abbreviated manner. This abbreviated name of week is fetched from DateTimeFormatInfo.AbbreviatedDayNames Property.
Year/Month Pattern Format Specifier in LightSwitch 2012
Nov 19, 2013.
In this article I am going to describes how to use Year/Month Pattern Format Specifier in LightSwitch Visual Studio 2012.
Month/Day Pattern in LightSwitch 2012
Nov 18, 2013.
This article describes the use of the Month/Day Pattern in LightSwitch Visual Studio 2012.
Full Date Short Time ("f") and Full Date Long Time ("F") Format Specifiers in LightSwitch 2012
Nov 17, 2013.
This article describes the differences and use of the Full Date Short Time (f) and Full Date Long Time (F) Format Specifiers in LightSwitch Visual Studio 2012.
Short Date("d") and Long Date("D") Format Specifier in LightSwitch 2012
Nov 15, 2013.
This article describes the difference between the Short Date(d) and Long Date(D) Format Specifiers in LightSwitch Visual Studio 2012.
RFC 1123 "R" or "r" Format Specifier in LightSwitch 2012
Nov 11, 2013.
This article describes how to use the RFC 1123 R or r Format Specifier in LightSwitch Visual Studio 2012. The R or r format specifier is a format specifier for the RFC 1123 date and time format standard to represent a custom date and time format string defined by the DateTimeFormatInfo.RFC1123 pattern property.
Sortable ("s") Format Specifier in LightSwitch 2012
Nov 09, 2013.
Here we will see how to use the Sortable(s) Format Specifier in LightSwitch Visual Studio 2012.
Short Time ("t") Pattern and Long Time ("T") Pattern in LightSwitch 2012
Nov 09, 2013.
This article describes how to use the Short Time Format Pattern and Long Time Format Pattern in LightSwitch Visual Studio 2012.
General ("G") Format Specifier in LightSwitch 2012
Nov 07, 2013.
This article describes how to use the General (G) Format Specifier in LightSwitch Visual Studio 2012.
Percent ("P" or "p") Numeric Format Specifier in LightSwitch 2012
Nov 07, 2013.
This article describes how to use the Percent (P or p) Numeric Format Specifier in LightSwitch Visual Studio 2012. This format specifier multiplies a number by 100 and converts it into a string with by a percentage symbol. The precision specifier indicates the desired number of decimal places.
Numeric Format Specifier in LightSwitch 2012
Nov 06, 2013.
This article describes how to use thje Numeric Format Specifier in LightSwitch Visual Studio 2012.
"X" Hexadecimal Format in LightSwitch 2012
Nov 01, 2013.
This article describes how to use the Hexadecimal Format Specifier in LightSwitch Visual Studio 2012.
Section Separator in LightSwitch 2012
Oct 31, 2013.
This article describes how to use a section separator(;) in LightSwitch Visual Studio 2012.
Degree (°) Custom Format Specifier in LightSwitch 2012
Oct 31, 2013.
In this article I am going to describes how to use Degree(°) Custom Format Specifier in LightSwitch Visual Studio 2012.
"\" Escape Character in LightSwitch 2012
Oct 30, 2013.
This article explains how to use the Escape Character in LightSwitch Visual Studio 2012.
Literal String Delimiter in LightSwitch 2012
Oct 30, 2013.
This article shows how to use the literal string delimiter in LightSwitch Visual Studio 2012.
"E" and "e" Custom Format Specifier in LightSwitch 2012
Oct 29, 2013.
Here we will see how to use Exponential Notation in LightSwitch Visual Studio 2012.
Group Separator and Number Scaling Specifier in LightSwitch 2012
Oct 28, 2013.
This article describes how to use a Group separator and Number scaling Format Specifier in LightSwitch Visual Studio 2012.
"0" Custom Format Specifier in LightSwitch 2012
Oct 25, 2013.
Here we will see how to use the "0" Custom Format Specifier in LightSwitch Visual Studio 2012. The "0" Custom Format Specifier serves as a Zero-Placeholder Symbol. Let us suppose that a value being formatted has some digits in the position where the zero (0) appear in the string, that digit is copied as it is to the output string. Otherwise a zero appears in the output string.
Decimal Format Pattern in LightSwitch 2012
Oct 24, 2013.
Here we will see how to use format patterns for the Decimal datatype in LightSwitch Visual Studio 2012.
Format Pattern For Integer Data Type in LightSwitch 2012
Oct 23, 2013.
This article describes how to use Format Patterns for the Integer datatype in LightSwitch Visual Studio 2012.
Standard Numeric Format Strings in LightSwitch 2012
Oct 22, 2013.
This article describes how to use Standard Numeric Format Strings in LightSwitch Visual Studio 2012.
Date and Time Format Pattern in LightSwitch 2012
Oct 21, 2013.
This article describes how to use the Date Time Datatype in LightSwitch Visual Studio 2012.
How to Create Web Application Using Visual Studio LightSwitch HTML Client
Oct 20, 2013.
Today, we shall explain Visual Studio LightSwitch HTML Clients that enable you to create web applications using HTML5, JavaScript and CSS3.
Guid Datatype in LIghtSwitch 2012
Oct 16, 2013.
In this article I am going to describes how to use Guid Datatype in LightSwitch Visual Studio 2012.
Email Address DataType in LightSwitch 2012
Oct 15, 2013.
This article describes how to use the Email Address data type in LightSwitch Visual Studio 2012.
Image Datatype in LightSwitch 2012
Oct 14, 2013.
This article describes how to use Image Datatype in LightSwitch Visual Studio 2012.
Control Types of a Field in LightSwitch 2012
Oct 11, 2013.
This article describes how to change the control type of a specific record in LightSwitch Visual Studio 2012.
Money Datatype in LightSwitch 2012
Oct 10, 2013.
This article describes how to use the money data type in LightSwitch Visual Studio 2012.
Phone Number Format in LightSwitch 2012
Oct 09, 2013.
In this article I am going to describes how to format a Phone Number in LightSwitch Visual Studio 2012.
Add and Edit Text in LightSwitch 2012
Oct 08, 2013.
This article describes how to add Text on a Screen using LightSwitch Visual Studio 2012.
Add New Solution Explorer View in LightSwitch 2012
Oct 07, 2013.
This article explains how to add a New Solution Explorer View in LightSwitch using Visual Studio 2012.
Performing Various Operations on Table in LightSwitch 2012
Oct 04, 2013.
This article shows how to perform various operations on a table using LightSwitch Visual Studio 2012.
Summary Property in LightSwitch 2012
Oct 03, 2013.
This article describes how to create a Summary Property using LightSwitch Visual Studio 2012.
Types of Views in Solution Explorer in LightSwitch 2012
Oct 01, 2013.
Here we will see the various types of views in the Solution Explorer using LightSwitch Visual Studio 2012.
Adding Record From One Table to Another Table in LightSwitch 2012
Sep 23, 2013.
In this article I am going to describes how to programmatically add a record from one table to another using LightSwitch Visual Studio 2012.
Specifying How to Add a Screen Data Using LightSwitch 2012
Sep 20, 2013.
This article explains how to specify to add Screen Data using LightSwitch in Visual Studio 2012.
Adding a New Group in LightSwitch 2012
Sep 18, 2013.
This article describes how to add a new group using LightSwitch Visual Studio 2012.
Adding a Close Button in LightSwitch 2012
Sep 17, 2013.
In this article I am going to describes how to add a Close Button on a Editable Grid Screen using LightSwitch Visual Studio 2012.
Various Ways of Attaching to External Data Source in LightSwitch 2012
Sep 16, 2013.
In this article I am going to describes different ways how to attach to External Data Source in LightSwitch using Visual Studio 2012.
How to Write Code For Any Screen in LightSwitch 2012
Sep 13, 2013.
This describes how to write code for a specific screen in a LightSwitch Application using Visual Studio 2012.
Cascading Dropdown in LightSwitch 2012 - Part 1
Sep 06, 2013.
Here we will see how to create tables as well as establish relationships among tables in LightSwitch using Visual Studio 2012.
Cascading Dropdown in LightSwitch 2012 : Part 1
Sep 06, 2013.
Here we will see how to create a table as well as establish a relationship between tables in LightSwitch using Visual Studio 2012.
Binding Grid From Query in LightSwitch 2012 - Part 2
Sep 05, 2013.
This article describes how to bind a grid with a query in LightSwitch 2012.
Binding Grid From Query in LightSwitch 2012 - Part 1
Sep 04, 2013.
Here we will see how to add a query on a table in LightSwitch using Visual Studio 2012.
Data Entities Creation in LightSwitch 2012
Sep 03, 2013.
This article describes how to create a new data table in LightSwitch using Visual Studio 2012.
Various Screen Templates in LightSwitch 2012
Sep 02, 2013.
This article describes how to add various screens in a LightSwitch Application using Visual Studio 2012.
How to Bind Grid With View in LightSwitch 2012.
Aug 30, 2013.
This article describes binding of a Grid with a View in LightSwitch 2012.
How to Upload and Download File in LightSwitch 2012 - Part 1
Aug 27, 2013.
This article shows how to create a table, add a screen and add buttons in a LightSwitch Application (Visual C#) in Visual Studio 2012.
Searching Multiple Parameters in LightSwitch 2012 - Part 1
Aug 26, 2013.
Here we will see how to create a table, add a relationship and add a screen in a LightSwitch Application (Visual C#) in Visual Studio 2012.
Searching Multiple Parameters in LightSwitch 2012 - Part 2
Aug 26, 2013.
This article describes how to add a query for a table and add a data item as well as add a button.
Dynamically Add Control in LightSwitch 2012
Aug 23, 2013.
Here we will see how to dynamically add controls in a LightSwitch Application (Visual C#) in Visual Studio 2012.
Global Variable in LightSwitch 2012
Aug 23, 2013.
This article explains global variables in LightSwitch Applications (Visual C#) in Visual Studio 2012.
Refresh Another Screen in LightSwitch 2012
Aug 22, 2013.
This article shows how to refresh another screen in a LightSwitch Application (Visual C#) in Visual Studio 2012.
Difference Between Programmer Created Detail Screen and LightSwitch Generated Detail Screen
Aug 22, 2013.
This article explains how a Detail Screen is created by a programmer as well as how a Detail Screen is generated in a LightSwitch Application (Visual C#) in Visual Studio 2012.
Invoke Lost Focus Event in LightSwitch 2012
Aug 19, 2013.
Here we will see how to invoke the lost focus event in a LightSwitch Application (Visual C#) in Visual Studio 2012.
How to Enable Multi Selection in Grid in LightSwitch 2012
Aug 19, 2013.
Here we will see how to enable multi-selection in a Grid in a LightSwitch Application (Visual C#) in Visual Studio 2012.
Adding Custom Control in LightSwitch 2012
Aug 16, 2013.
Here we will see how to add a custom control to a LightSwitch Application (Visual C#) in Visual Studio 2012.
Property Changed Event in LightSwitch 2012
Aug 13, 2013.
Here we will see how to use the Property Changed Event by developing a LightSwitch Application (Visual C#) in Visual Studio 2012.
Intrinsic DataBase in LightSwitch 2012
Aug 12, 2013.
Here we will see how to attach an intrinsic database in a LightSwitch Application (Visual C#) in Visual Studio 2012.
Adding Button in LightSwitch 2012
Aug 09, 2013.
This article describes how to add a button to a LightSwitch Application (Visual C#) in Visual Studio 2012.
Creating a MessageBox in LightSwitch 2012
Aug 07, 2013.
This article describes how to create a MessageBox in a LightSwitch Application (Visual C#) in Visual Studio 2012.
AutoRefresh a Screen in LightSwitch 2012
Aug 06, 2013.
Here we will see how to autorefresh a screen in a LightSwitch Application (Visual C#) in Visual Studio 2012.
MultiLine TextBox in LightSwitch 2012
Aug 06, 2013.
Here we will see how to create a Multiline TextBox in a LightSwitch Application (Visual C#) in Visual Studio 2012.
Popup Modal In LightSwitch 2012
Aug 06, 2013.
Here we will see how to create a Popup in a LightSwitch Application (Visual C#) in Visual Studio 2012.
Adding Default Value in LightSwitch 2012
Aug 02, 2013.
Here we will see how to display a default value in a LightSwitch Application (Visual C#) in Visual Studio 2012.
Create Paging in LightSwitch 2012
Jul 31, 2013.
This article shows how to create paging in a LightSwitch Application (Visual C#) in Visual Studio 2012.
Changing UI Element by Design Screen in LightSwitch 2012
Jul 31, 2013.
This article describes how to change a UI element using the design screen in a LightSwitch Application (Visual C#) in Visual Studio 2012.
Filter Records in LightSwitch 2012
Jul 30, 2013.
Here we will see how to filter data in a LightSwitch Application (Visual C#) in Visual Studio 2012.
Sorting Data in LightSwitch 2012
Jul 30, 2013.
This article shows how to sort data in a LightSwitch Application (Visual C#) in Visual Studio 2012.
Computed Property in LightSwitch 2012
Jul 30, 2013.
Here we will see how to use the Computed Property in a LightSwitch Application (Visual C#) in Visual Studio 2012.
Removing a Choice List in LightSwitch 2012
Jul 29, 2013.
This article shows how to remove a Choice List in a table in LightSwitch using Visual Studio 2012.
Adding a Choice List in LightSwitch 2012
Jul 29, 2013.
Here we will see about how to Add Choice list in a Table in LightSwitch using Visual Studio 2012.
Table in LightSwitch 2012
Jul 29, 2013.
This article shows how to create a table in LightSwitch using Visual Studio 2012.
Adding Slider Control in LightSwitch 2012
Jul 26, 2013.
In this article we will see how to add a Slider Control to our application in LightSwitch 2012 using visual Studio 2012.
Types of Relationship in LightSwitch 2012
Jul 26, 2013.
Here we will see how to establish relationships between tables in LightSwitch Applications (Visual C#) in Visual Studio 2012.
How to Display Static Label Text on Screen in Lightswitch 2012
Jul 25, 2013.
This article shows how to display a Static Label Text on the screen using a LightSwitch Application (Visual C#) in Visual Studio 2012.
Setting Value in AutoCompleteBox Using Code in LightSwitch 2012
Jul 25, 2013.
This article shows how to set AutoCompleteBox values using code in a LightSwitch Application (Visual C#) in Visual Studio 2012.