Using ObjectReferences to Embed a JavaScript Text Editor in Blazor
ObjectReferences provide bi-directional communication between C# and JavaScript, allowing JS libraries to be wrapped and consumed in Blazor.
ObjectReferences provide bi-directional communication between C# and JavaScript, allowing JS libraries to be wrapped and consumed in Blazor.
Post Updated to reflect the rebranding and latest version of GeoBlazor 12/10/22 In my previous post, I showed how to call the ArcGIS JavaScript API using the IJSRuntime from Asp.NET Blazor. Today, I’m happy to announce a free, open-source NuGet package for accessing ArcGIS directly in Blazor components, no JavaScript required! To get started, create …
ArcGIS in Asp.NET Blazor – No JavaScript Required! Read More »
The graphical internet is nearly 3 decades old (Mosaic was released in 1993). For most of that time, JavaScript has been the standard for web development as the only language that could run inside a web browser. Even our GIS partner, Esri, who has written numerous applications and APIs in .NET for desktop and mobile platforms, …