I recently came across requirement where user asked to perform complex validation before query is fired to return search screen data. So here is my code snippet you can call inside yourqueryname_ProcessQuery Create stored procedure for validation First thing we …

How to call StoredProcedure in LightSwitch for custom search screen validation Read more »

If you want to ask user before deleting record then write the following code in your screen code editor. Namespace LightSwitchApplication Public Class EditableCustomersGrid Private Sub gridDeleteSelected_Execute() ' Write your code here. If ShowMessageBox("Are you sure you want to delete …

How to show delete confirmation in LightSwitch Read more »

I get this question many times. And this question starts religious war… My language is better than yours !!! Lets not get into what language is better than other.  Lets talk whats the strategy Microsoft’s Compiler  Services division heading towards Microsoft …

VB.net or C# – Which language should you pick for future Read more »