All | Series | TagsYears

 

All Posts Tagged "Cosmos DB" (3 Total)

Azure AD Secured Serverless Cosmos DB from Blazor WebAssembly

Learn how to configure a standalone Blazor WebAssembly app to securely connect to an Azure Functions endpoint using Azure AD to retrieve a Cosmos DB resource token. Use the resource token to connect to Cosmos DB directly from the Blazor client app through Entity Framework EF Core.

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

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 ]

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 ]