News

Microsoft’s new C# Dev Kit extension for Visual Studio Code turns the programmer’s editor into a complete development environment for .NET.
I can't reuse C# objects in TypeScript, of course, but it would be great if I could just copy and paste my C# class from into my TypeScript code. Which is exactly what TypeScriptSyntaxPaste does.
Choosing between Visual Studio Code and Visual Studio may depend as much on your work style as on the language support and features you need. Here’s how to decide.
However, my Blazor-world and JavaScript-world code didn't interact much (for example, I was only able to call static C# Blazor methods from my JavaScript code). In this column, I'm going to go beyond ...