News

The LightSwitch developer can store sensitive information in the database in encrypted form with no more effort than selecting the "Encrypted String" data type when designing the table. Figure 1 shows ...
It is possible to change all letters in a string to either upper- or lowercase. This can be very useful, for example when checking possible inputs. topic = "Computer Science".topic = topic.lower ...