All | Series | TagsYears

 

All Posts From 2020 (18 Total) Page 3 of 3

Deep Data Dive with Kusto for Azure Data Explorer and Log Analytics

Kusto is a service for storing and analyzing big data. It uses a unique syntax to analyze data. This post walks through how to craft a Kusto query by using Azure Data Explorer to analyze telemetry captured in Log Analytics from Application Insights.

Azure ] [ Data ] [ Kusto ] [ Application Insights ]

My New Role as Senior Program Manager for .NET Data

I recently accepted a new role at Microsoft as Senior Program Manager for .NET Data. This post explains the history behind the decision, what I'll be doing and how you can help.

Microsoft ] [ .NET ] [ Data ] [ SQL ] [ NoSQL ]

Build a Single Page Application (SPA) Site With Vanilla.js

Modern JavaScript has all of the capabilities and features necessary to build a complete Single Page Application (SPA) experience without relying on a framework. Learn how to use the latest language features like modules and web components to handle templates, animation, routing and databinding.

Vanilla.js ] [ JavaScript ] [ Databinding ] [ Web Components ]

Blazor State Management

Blazor Server and Blazor WebAssembly (client) don't store state by default, resulting in a subpar user experience. Learn what makes up state in Blazor apps and discover solutions implemented in shared, easy to use libraries that take advantage of browser cache and server persistence to solve Blazor state management.

Blazor ] [ .NET ] [ ASP.NET ] [ State ]

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 ]

Blazor: .NET in Your Browser

A quick hands-on video introduction to Blazor, a cross-platform full stack solution for creating Single Page Apps using C# and .NET.

Presentation ] [ Blazor ] [ .NET ] [ C# ]