All | Series | TagsYears

 

All Posts (130 Total) Page 6 of 22

Build Data-Driven Web Apps Blazing Fast with Blazor and OData

Build data-driven .NET applications with seamless client-server communication using fluent C# LINQ over OData (like GraphQL but without the JSON).

.NET Core ] [ OData ] [ Blazor ] [ Web Development ] [ GraphQL ]

Introducing Durable Entities for Serverless State

Learn how durable entities provide explicit management of state in serverless applications and guarantee operations are safe to execute without concurrency conflicts.

Software architecture ] [ Concurrency ] [ Serverless ] [ Distributed transactions ] [ Azure Functions ]

Implement a Progressive Web App (PWA) in your Static Website

Step-by-step guide to turn your static website into a Progressive Web App (PWA) including icons, manifest, and service worker code with examples using Hugo.

Hugo ] [ Progressive Web App ] [ PWA ] [ JavaScript ] [ Static Website ]

Create an Article Preview in Hugo

Generate a thumbnail for your Hugo posts on the fly, then create a custom short code that uses thumbnails and page data like title and description to embed a post preview to interlink documents.

Hugo ] [ Static website ] [ Go ]

Create a Content Security Policy (CSP) in Hugo

A Content Security Policy (CSP) helps prevent a variety of attacks on your site. This article describes how to implement one for a static website when you don't control the headers.

Hugo ] [ Content Security Policy ] [ CSP ] [ XSS ] [ Security ]

Using LINQ to Query Dynamic Schema-less Cosmos DB Documents

A look at the latest Azure SDKs for .NET with a sample .NET Core app that uses the Cosmos DB SDK and LINQ to iterate over documents with a dynamic schema.

Azure ] [ Cosmos DB ] [ NoSQL ] [ .NET ] [ .NET Core ]