
What is a Scoped .NET Dependency? When & Why to use them
- Frank
- July 24, 2022
- .NET
- asp.net core
- asp.net core dependency injection controller
- Blazor
- blazor dependency injeciton
- C#
- c# dependency injection
- c# dependency injection .net core
- c# dependency injection advantages
- c# dependency injection example
- c# dependency injection tutorial
- Dependency Injection
- dependency injection c# example for beginners
- dependency injection container c#
- dependency injection explained
- dependency injection tutorial
- di
- dotnet
- inversion of control
- scoped dependency
Just when you thought you knew everything about .NET Dependency Injection, Scoped dependencies comes along. I have covered transient and singleton, but what are scoped dependencies, when would you use them, and should you even care? This video breaks it all down.
Read More
Serverless Apps with Blazor WebAssembly and Azure Static Web Apps
Here’s an interesting talk about building a Blazor WebAssembly app, backed by several Azure Functions, a class library for sharing code, and an explosive combination of Github Actions deploying to an Azure Static Web App.
Read More
Real-time Data fetching with GraphQL and Blazor
GraphQL supports the ability to subscribe to event streams to enable somewhat real-time scenarios for both clients and servers. In this episode of the On .NET show, HotChocolate author Michael Staib returns to show us how to enable real-time data fetching with GraphQL using subscriptions . Video Contents [02:02] – What is real-time data fetching? […]
Read More
Free 7+ Hour Blazor Course
Blazor is a Single Page Application framework created by Microsoft. With Blazor, you write C# to generate dynamic content and with Blazor WebAssembly you can become a full stack developer with C# on both front end and back end. In this course by Frank Liu (via freeCodeCamp.org), you will learn about the architecture, how Blazor […]
Read More
ASP.NET Core Series: Blazor
ASP.NET Core is an open-source, cross-platform framework for building modern, cloud-enabled, Internet-connected apps. In this series of videos we’ll be cover many of the interesting features of the framework. There’s been ton of interest about Blazor in the community. In the video below, Dan Roth joins Jeremy to talk about how you can do Blazor […]
Read More
ML.NET End-to-End 3: Make Predictions in the Browser with Blazor
Jon Wood has posted the third video in the ML.NET end-to-end series shows how to use Blazor to call the ML.NET API to make predictions in a web page. Resource: Code – https://github.com/jwood803/MLNetWinePredictions-Blazor/tree/master/MLNetWinePredictions-Blazor ML.NET End-to-End Playlist – https://www.youtube.com/playlist?list=PLl_upHIj19ZxKToVL3vVfHOuGCilx0eMK ML.NET Playlist – https://www.youtube.com/watch?v=8gVhJKszzzI&list=PLl_upHIj19Zy3o09oICOutbNfXj332czx
Read More
Blazor Intro Talk
Here’s the intro talk from the recent Focus on Blazor event and, I have to tell you that it has me excited about writing front end applications again.
Read More
Building Serverless Web Applications with Blazor and Azure Functions
In this episode, Jeff Hollan from the Azure Functions team comes to discuss the benefits of pairing Blazor webassembly applications along with Azure Functions. Useful Links Learn about Blazor Blazor and Azure Functions for Serverless websites Get started with Azure Functions Jeff’s Blog
Read More
Hosting a C# SPA App as a Static Website in Azure Storage
Jeremy Likness joins Donovan Brown to show how Blazor enables C# and .NET SPA (single page application) apps to run in all modern browsers, even mobile browsers without plugins. Learn how you can host it using inexpensive Azure Storage, static websites, and an optional CDN.
Read More
Introduction to Blazor
At this talk from Øredev 2018, Steve Sanderson talks about Blazor and what it means for the future of web development.
Read More