Showing tag results for interop

Apr 20, 2026
Post comments count12
Post likes count1

Writing Node.js addons with .NET Native AOT

Drew Noakes

The C# Dev Kit team replaced C++ Node.js addons with C# and Native AOT, removing a dependency on Python. This post walks through building a Node.js native addon entirely in C# using N-API, LibraryImport, and UnmanagedCallersOnly.

.NETC#Visual Studio Code
Sep 26, 2022
Post comments count10
Post likes count16

Use .NET from any JavaScript app in .NET 7

Pavel Šavara

Port of the famous TodoMVC to .NET on WASM. Showcase of the JavaScript interop and running .NET in the browser, with or without Blazor.

.NETC#Blazor