All | Series | TagsYears

 

All Posts Tagged "WebAssembly" (16 Total) Page 2 of 3

EF Core and Cosmos DB with Blazor WebAssembly

With Blazor WebAssembly it is possible to use EF Core to access Cosmos DB directly from the browser. This post explores why, how, and what security implications and considerations exist.

Data ] [ EF Core ] [ Blazor ] [ Cosmos DB ] [ WebAssembly ]

Explore WebAssembly System Interface (WASI for Wasm) From Your Browser

WebAssembly now lives outside of the browser thanks to the WebAssembly System Interface (WASI) and runtimes like Wasmer and Wasmtime. Learn how to build and run your own WASI modules without leaving your favorite browser.

WebAssembly ] [ Wasm ] [ WASI ] [ Wasmer ] [ Wasmtime ]

The Year of Angular on .NET Core, WebAssembly, and Blazor: 2019 in Review

An in-depth analysis of goals (personal and professional) for 2019, along with statistics across social media, blogs, and my link tracker.

Azure ] [ Technology ] [ WebAssembly ] [ Blazor ]

Advanced Blazor: Shared Assemblies and Debugging from Edge

Advanced Blazor techniques covered such as sharing Razor class libraries between a Blazor WebAssembly project and Blazor server-side. Shows how to reference embedded resources like JavaScript libraries, debug on server-side then deploy as client-side and debug in the browser.

Blazor ] [ WebAssembly ] [ Web Development ] [ Debugging ] [ Edge ]

Webassembly for C, Rust, Go, and C# in 45 Minutes

A 45 minute video presentation that walks through the history of WebAssembly starting with asm.js then demonstrates examples of apps using C, Go, Rust, and C# Blazor.

WebAssembly ] [ Blazor ] [ Rust ] [ Go ]

Deploy WebAssembly from GitHub to Azure Storage Static Websites with Azure Pipelines

Learn how to create automated builds and deployments for CI/CD of your open source WebAssembly projects (C, C#, Go, or Rust) on GitHub.

Docker ] [ Github ] [ DevOps ] [ Azure Pipelines ] [ Webassembly ]