-
Using Scripting for Working with SQL Server in C#
Last updated: Tuesday, June 8, 2021
Published in: CODE Magazine: 2021 - May/June
Vassili demonstrates how to use scripting in C# projects with SQL Server; learn advantages to write less code. Works well for macOS setup.
-
Using a Scripting Language to Develop Native Windows WPF GUI Apps
Last updated: Tuesday, March 9, 2021
Published in: CODE Magazine: 2020 - July/August
Vassili Kaplan describes how using CSCS (Customized Scripting in C#) can save time creating WPF applications.
-
Compiling Scripts to Get Compiled Language Performance
Last updated: Monday, March 15, 2021
Published in: CODE Magazine: 2020 - January/February
You can improve the compiler performance of a scripting language by splitting the script into functions. This article uses CSCS (Customized Scripting in C#) as a sample scripting language.
-
Five PowerShell cmdlets for Beginners
Last updated: Thursday, April 1, 2021
Published in: CODE Magazine: 2019 - May/June
The sheer number of PowerShell cmdlets that come straight out of the box with Microsoft products these days can be bewildering. Dan provides a handy guide to the most important ones.
-
Developing Cross-Platform Native Apps with a Functional Scripting Language
Last updated: Tuesday, May 11, 2021
Published in: CODE Magazine: 2017 - November/December
Vassili extends his own custom scripting language for mobile development and makes creating and placing widgets fast and easy.