Query Tags in EF Core for ASP .NET Core 3.1 Web Apps
https://wakeupandcode.com/query-tags-in-ef-core-for-asp-net-core-3-1-web-apps/
https://wakeupandcode.com/query-tags-in-ef-core-for-asp-net-core-3-1-web-apps/
Wake Up And Code!
Query Tags in EF Core for ASP .NET Core 3.1 Web Apps
This is the seventeenth of a new series of posts on ASP .NET Core 3.1 for 2020. In this series, we’ll cover 26 topics over a span of 26 weeks from January through June 2020, titled&n…
Aggregation extensions in OData ASP.NET Core
https://devblogs.microsoft.com/odata/aggregation-extensions-in-odata-asp-net-core/
https://devblogs.microsoft.com/odata/aggregation-extensions-in-odata-asp-net-core/
Microsoft News
Aggregation extensions in OData ASP.NET Core
$select and $filter, as well as other OData query options, are an excellent way to receive only data that you need. However, they might not be the best option for reporting and analytical applications. If you want to get total sales to the particular customer…
Blazor WebAssembly 3.2.0 Release Candidate now available
https://devblogs.microsoft.com/aspnet/blazor-webassembly-3-2-0-release-candidate-now-available/
https://devblogs.microsoft.com/aspnet/blazor-webassembly-3-2-0-release-candidate-now-available/
.NET Blog
Blazor WebAssembly 3.2.0 Release Candidate now available
The Blazor WebAssembly Release Candidate is here! This release contains all of the features and improvements that we expect to release for the upcoming Blazor WebAssembly release. There are no more breaking changes planned at this point. Please give the Blazor…
Quickly transform any mockup or design into a working Blazor prototype
https://jonhilton.net/build-anything-using-blazor-components/
https://jonhilton.net/build-anything-using-blazor-components/
jonhilton.net
Quickly transform any mockup or design into a working Blazor prototype
Even complicated applications can be broken down into small components, making them much less daunting to build.
ASP.NET Blog | Blazor WebAssembly 3.2.0 now available
https://devblogs.microsoft.com/aspnet/blazor-webassembly-3-2-0-now-available/
https://devblogs.microsoft.com/aspnet/blazor-webassembly-3-2-0-now-available/
Microsoft News
Blazor WebAssembly 3.2.0 now available
Blazor WebAssembly is now officially released! This is a fully-featured and supported release of Blazor WebAssembly that is ready for production use. Full stack web development with .NET is now here!
Minesweeper in Blazor WebAssembly Part 1: C# Implementation
https://exceptionnotfound.net/minesweeper-in-blazor-webassembly-part-1-csharp-implementation/
https://exceptionnotfound.net/minesweeper-in-blazor-webassembly-part-1-csharp-implementation/
Dapper in ASP.NET Core with Repository Pattern – Detailed
https://www.codewithmukesh.com/blog/dapper-in-aspnet-core/
https://www.codewithmukesh.com/blog/dapper-in-aspnet-core/
Mukesh Murugan - Helping you Become a Better .NET Developer
Dapper in ASP.NET Core with Repository Pattern - Detailed - codewithmukesh
In this article, we will learn all about Dapper in ASP.NET Core and make a small implementation to understand how it works. Let's not limit it just to Dapper. We will build an application that follows a very simple and clean architecture. In this implementation…
👍2