Skip to content

Commit 8877c6e

Browse files
authored
Update README.md
1 parent 9b9e7a4 commit 8877c6e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,9 +385,11 @@ To get started with Blazor, follow the instructions in the [Blazor Get Started](
385385
* [Generators.Blazor](https://github.com/excubo-ag/Generators.Blazor) - ![last commit](https://img.shields.io/github/last-commit/excubo-ag/Generators.Blazor?style=flat-square&cacheSeconds=86400) Generators.Blazor is a source generator for improving performance in Blazor. The project also contains analyzers to detect common issues in Blazor apps.
386386

387387
## Videos
388+
* [Blazor Train: Adding Azure AD B2C to an existing app](https://www.youtube.com/watch?v=73qnhE9pW0E&feature=youtu.be) - ![duration](https://img.shields.io/badge/Duration:%20-48%20min-%230094FF?style=flat-square&cacheSeconds=maxAge&logo=youtube) November 20, 2020 - Carl Franklin welcomes back Joel Hulen to demystify Azure AD B2C.
388389
* [Blazor: .NET 5 JavaScript interop modules revisited](https://www.twitch.tv/videos/809561739) - ![duration](https://img.shields.io/badge/Duration:%20-151%20min-%230094FF?style=flat-square&cacheSeconds=maxAge&logo=twitch) November 20, 2020 - Blazor: .NET 5 JavaScript interop modules revisited, by Ed Charbeneau.
389390
* [Blazor: .NET 5 JavaScript interop modules](https://www.twitch.tv/videos/801598151) - ![duration](https://img.shields.io/badge/Duration:%20-95%20min-%230094FF?style=flat-square&cacheSeconds=maxAge&logo=twitch) November 20, 2020 - Blazor: .NET 5 JavaScript interop modules, by Ed Charbeneau.
390391
* [ASP.NET Community Standup - Unit Testing Blazor with bUnit](https://www.youtube.com/watch?v=LjGCPaP8DH8&list=PLdo4fOcmZ0oX-DBuRG4u58ZTAJgBAeQ-t&index=2) - ![duration](https://img.shields.io/badge/Duration:%20-66%20min-%230094FF?style=flat-square&cacheSeconds=maxAge&logo=youtube) November 17, 2020 - On this month's Blazor Community Spotlight, we'll be talking to Egil Hansen about unit testing Blazor components with bUnit.
392+
* [Blazor Train: Basic Authentication and Authorization in Blazor Web Assembly](https://www.youtube.com/watch?v=I3A1R-oBK7c&feature=youtu.be) - ![duration](https://img.shields.io/badge/Duration:%20-16%20min-%230094FF?style=flat-square&cacheSeconds=maxAge&logo=youtube) November 13, 2020 - Carl shows you how to use ASP.NET Core Identity for basic authentication and authorization in a Blazor WebAssembly app.
391393
* [Building Real-time Applications with Blazor and GraphQL](https://www.youtube.com/watch?v=CrY8CF1gysA) - ![duration](https://img.shields.io/badge/Duration:%20-28%20min-%230094FF?style=flat-square&cacheSeconds=maxAge&logo=youtube) November 12, 2020 - Come see how Blazor and GraphQL combined will revolutionize how we build rich SPA applications with .NET. [.NET Conf 2020](https://www.dotnetconf.net/), Day #3.
392394
* [Application State in Blazor Apps](https://www.youtube.com/watch?v=GIupo55GTro) - ![duration](https://img.shields.io/badge/Duration:%20-30%20min-%230094FF?style=flat-square&cacheSeconds=maxAge&logo=youtube) November 12, 2020 - Carl shows you the benefits of keeping application data outside components and pages, how to do cross-component change notifications, and how to persist that AppState to localstorage. [.NET Conf 2020](https://www.dotnetconf.net/), Day #3.
393395
* [From Web Forms to Blazor - Introducing the Blazor Web Forms Components](https://www.youtube.com/watch?v=ceGzm-pBhx4) - ![duration](https://img.shields.io/badge/Duration:%20-29%20min-%230094FF?style=flat-square&cacheSeconds=maxAge&logo=youtube) November 12, 2020 - There are millions of ASP.NET Web Forms applications out there. How do you migrate them to .NET Core? With Blazor of course! In this talk, learn about the easy steps you can take to successfully migrate your application to Blazor with the BlazorWebFormComponents. [.NET Conf 2020](https://www.dotnetconf.net/), Day #3.
@@ -521,6 +523,9 @@ To get started with Blazor, follow the instructions in the [Blazor Get Started](
521523
* [Archives](https://github.com/AdrienTorris/awesome-blazor/tree/master/Archives) - [2020](https://github.com/AdrienTorris/awesome-blazor/blob/master/Archives/2020.md#videos), [2019](https://github.com/AdrienTorris/awesome-blazor/blob/master/Archives/2019.md#videos), [2018](https://github.com/AdrienTorris/awesome-blazor/blob/master/Archives/2018.md#videos), [2017](https://github.com/AdrienTorris/awesome-blazor/blob/master/Archives/2017.md#videos).
522524

523525
## Articles
526+
* [A Localization sample using Blazor WebAssembly](https://www.learmoreseekmore.com/2020/11/blazorwasm-localization.html) - November 24, 2020 - A Localization sample using Blazor WebAssembly
527+
* [Custom Validation in Blazor WebAssembly](https://code-maze.com/custom-validation-in-blazor-webassembly/) - November 24, 2020 - This article is about custom form validation in Blazor WebAssembly. It shows how to add custom validation attributes and use them for our model objects. Also, it shows how to customize our error messages and how to customize the style of the input elements on the form. [Source code](https://github.com/CodeMazeBlog/blazor-wasm-custom-validation) ![stars](https://img.shields.io/github/stars/CodeMazeBlog/blazor-wasm-custom-validation?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/CodeMazeBlog/blazor-wasm-custom-validation?style=flat-square&cacheSeconds=86400).
528+
* [Running a console application directly in your browser](https://plbonneville.com/blog/running-a-console-application-directly-in-your-browser/) - November 22, 2020 - Running a console application directly in your browser. [Source code](https://github.com/plbonneville/blog-examples/tree/master/running-a-console-application-directly-in-your-browser) ![stars](https://img.shields.io/github/stars/plbonneville/blog-examples?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/plbonneville/blog-examples?style=flat-square&cacheSeconds=86400).
524529
* [Library Interop Generator 1.0 Release](https://codyanhorn.tech/blog/blazor/2020/11/19/Blazor-Library-Interop-Generator.html) - November 19, 2020 - The [Library Interop Generator](https://github.com/canhorn/EventHorizon.Blazor.TypeScript.Interop.Generator) ![stars](https://img.shields.io/github/stars/canhorn/EventHorizon.Blazor.TypeScript.Interop.Generator?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/canhorn/EventHorizon.Blazor.TypeScript.Interop.Generator?style=flat-square&cacheSeconds=86400) is quite simple to grasp, you give it a TypeScript definition file and it will create a C# interop library for easier usage with ASP.NET Core Blazor. You can see a working site at [Pirate Fort](https://wonderful-pond-05f7b3b10.azurestaticapps.net/pirate-fort), it includes click action callbacks, animations, pixel system running, and sounds, all triggered from C#.
525530
* [Step Into .NET 5 with Telerik UI for ASP.NET Core Components](https://www.telerik.com/blogs/step-into-dotnet-5-telerik-ui-for-asp-dotnet-core-components) - November 18, 2020 - .NET 5 is here, and Telerik UI for ASP.NET Core is fully compatible. Check out what's new in .NET 5 and how you can take advantage today.
526531
* [Write a WordPress blog with Blazor](https://www.davideguida.com/write-a-wordpress-blog-with-blazor/) - November 18, 2020 - Write a WordPress blog with Blazor. [Source code](https://github.com/mizrael/BlazorWPBlog) ![stars](https://img.shields.io/github/stars/mizrael/BlazorWPBlog?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/mizrael/BlazorWPBlog?style=flat-square&cacheSeconds=86400).
@@ -532,6 +537,7 @@ To get started with Blazor, follow the instructions in the [Blazor Get Started](
532537
* [Communicating between .NET and JavaScript in Blazor with in-browser samples](https://swimburger.net/blog/dotnet/communicating-between-dotnet-and-javascript-in-blazor-with-in-browser-samples) - November 5, 2020 - The success of Blazor relies heavily upon how well it can integrate with the existing rich JavaScript ecosystem. The way Blazor allows you to integrate, is by enabling you to call JavaScript functions from Blazor and .NET functions from JavaScript. This is also referred to as 'JavaScript interoperability'.
533538
* [Sending IoT Hub telemetry to a Blazor Web App](https://sandervandevelde.wordpress.com/2020/11/04/sending-iot-hub-telemetry-to-a-blazor-web-app/) - November 4, 2020 - Integrate Azure Functions and Blazor Web App using an API Controller. Use it together with IoT Hub routing.
534539
* [Implement a Blazor full text search using Azure Cognitive Search](https://damienbod.com/2020/11/02/implement-a-blazor-full-text-search-using-azure-cognitive-search/) - November 2, 2020 - This article shows how to implement a full text search in Blazor using [Azure Cognitive Search](https://docs.microsoft.com/en-us/azure/search/). The search results are returned using paging and the search index can be created, deleted from a Blazor application. [Source code](https://github.com/damienbod/AspNetCoreAzureSearch) ![stars](https://img.shields.io/github/stars/damienbod/AspNetCoreAzureSearch?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/damienbod/AspNetCoreAzureSearch?style=flat-square&cacheSeconds=86400).
540+
* [Exploring lighter alternatives to Electron for hosting a Blazor desktop app](https://blog.stevensanderson.com/2019/11/01/exploring-lighter-alternatives-to-electron-for-hosting-a-blazor-desktop-app/) - November 1, 2020 - Can we get the benefits of Electron for desktop apps built with web technology, with far less resource consumption? By Steve Sanderson.
535541
* [Unified Blazor UI in the Mobile Blazor Bindings Preview 5](https://devblogs.microsoft.com/aspnet/unified-ui-mobile-blazor-bindings-preview-5/) - October 30, 2020 - Unified Blazor UI in the Mobile Blazor Bindings Preview 5.
536542
* [Should your enterprise pick Angular, React or Blazor?](https://www.telerik.com/blogs/should-enterprise-pick-angular-react-blazor) - October 27, 2020 - Should your enterprise pick Angular, React or Blazor, by Jon Hilton for Progress Telerik.
537543
* [Blast Off with Blazor: Get to know Blazor and our project](https://daveabrock.com/2020/10/26/blast-off-blazor-intro) - October 26, 2020 - Building a website from the ground up with no Blazor experience required. All you’ll need is a passing knowledge of C# and .NET. [Source code](https://github.com/daveabrock/NASAImageOfDay) ![stars](https://img.shields.io/github/stars/daveabrock/NASAImageOfDay?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/daveabrock/NASAImageOfDay?style=flat-square&cacheSeconds=86400).

0 commit comments

Comments
 (0)