-
Building Cross-Platform High-Performance Apps Using WASM and .NET
Last updated: Monday, August 24, 2026
Published in: CODE Magazine: 2026 - September/October
Joydip describes that WebAssembly and .NET let developers build one secure, portable codebase that can run in the browser, on servers, and beyond, while still delivering high performance for compute-heavy tasks. He explains how Blazor WebAssembly, AOT compilation, WASI, interop with JavaScript, and patterns like hybrid apps, micro frontends, and PWAs fit together, then demonstrates them through a MiniCommerce e-commerce application. The central message is that WASM is ideal when you need cross-platform consistency, strong sandboxing, offline support, and efficient execution, provided you manage trade-offs like download size and interop overhead.
-
Using Scripting for Working with SQL Server in C#
Last updated: Friday, December 26, 2025
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.
-
Developing Cross-Platform Native Apps with a Functional Scripting Language
Last updated: Friday, December 26, 2025
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.
-
Cross-Platform Mobile Applications with React Native
Last updated: Friday, December 26, 2025
Published in: CODE Magazine: 2017 - January/February
These days, you can’t build apps for a single platform. Jason shows you how to use Facebook’s open source tool React Native to save wear and tear on development teams and the bottom line.

