All | Series | TagsYears

 

All Posts Tagged "EF Core" (14 Total) Page 2 of 3

Build an Azure AD Secured Blazor Server Line of Business App

Build a Blazor Server line of business app on top of an existing set of libraries with Azure Active Directory authentication. Features sorting, filtering, auditing, optimistic concurrency and more, with a control UI that is shared between client and server projects.

WebAssembly ] [ EF Core ] [ Blazor ] [ .NET Core ]

Build a Blazor WebAssembly LOB App Part 4: Make it Blazor-Friendly

Part 4 of the series that describes a fully functional real-world project built in Blazor WebAssembly with EF Core. Part 4 explains how the app was refactored to current state in order to take advantage of more built-in Blazor features..

WebAssembly ] [ EF Core ] [ Blazor ] [ .NET Core ]

Build a Blazor WebAssembly Line of Business App Part 3: Query, Delete and Concurrency

Part 3 of the series that describes a fully functional real-world project built in Blazor WebAssembly with EF Core. Part 3 focuses on querying, delete, update and optimistic concurrency.

WebAssembly ] [ EF Core ] [ Blazor ] [ .NET Core ]

Build a Blazor WebAssembly Line of Business App Part 2: Client and Server

Part 2 of the series that describes a fully functional real-world project built in Blazor WebAssembly with EF Core. Part 2 focuses on the Web API, shadow properties, automation of audit, and the repository implementation.

WebAssembly ] [ EF Core ] [ Blazor ] [ .NET Core ]

Build a Blazor WebAssembly Line of Business App Part 1: Intro and Data Access

Describes a fully functional real-world project built in Blazor WebAssembly with EF Core that demonstrates authentication, logging, shadow properties, auditing, optimistic concurrency, entity validation, paging/sorting/filtering and more.

WebAssembly ] [ EF Core ] [ Blazor ] [ .NET Core ]

Dynamically Build LINQ Expressions

If you want to master Language Integrated Query (LINQ), you first need to understand the expressions it is based on. This blog post demonstrates how to dynamically build a LINQ expression tree with multiple nested conditions, use the compiled query to filter an in-memory list, then reuse the expression query a relational database.

LINQ ] [ EF Core ] [ Data ] [ .NET Core ]