You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -385,9 +385,11 @@ To get started with Blazor, follow the instructions in the [Blazor Get Started](
385
385
*[Generators.Blazor](https://github.com/excubo-ag/Generators.Blazor) -  Generators.Blazor is a source generator for improving performance in Blazor. The project also contains analyzers to detect common issues in Blazor apps.
386
386
387
387
## Videos
388
+
*[Blazor Train: Adding Azure AD B2C to an existing app](https://www.youtube.com/watch?v=73qnhE9pW0E&feature=youtu.be) -  November 20, 2020 - Carl Franklin welcomes back Joel Hulen to demystify Azure AD B2C.
388
389
*[Blazor: .NET 5 JavaScript interop modules revisited](https://www.twitch.tv/videos/809561739) -  November 20, 2020 - Blazor: .NET 5 JavaScript interop modules revisited, by Ed Charbeneau.
389
390
*[Blazor: .NET 5 JavaScript interop modules](https://www.twitch.tv/videos/801598151) -  November 20, 2020 - Blazor: .NET 5 JavaScript interop modules, by Ed Charbeneau.
390
391
*[ASP.NET Community Standup - Unit Testing Blazor with bUnit](https://www.youtube.com/watch?v=LjGCPaP8DH8&list=PLdo4fOcmZ0oX-DBuRG4u58ZTAJgBAeQ-t&index=2) -  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) -  November 13, 2020 - Carl shows you how to use ASP.NET Core Identity for basic authentication and authorization in a Blazor WebAssembly app.
391
393
*[Building Real-time Applications with Blazor and GraphQL](https://www.youtube.com/watch?v=CrY8CF1gysA) -  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.
392
394
*[Application State in Blazor Apps](https://www.youtube.com/watch?v=GIupo55GTro) -  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.
393
395
*[From Web Forms to Blazor - Introducing the Blazor Web Forms Components](https://www.youtube.com/watch?v=ceGzm-pBhx4) -  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](
*[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).
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).
524
529
*[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) 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#.
525
530
*[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.
526
531
*[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).
@@ -532,6 +537,7 @@ To get started with Blazor, follow the instructions in the [Blazor Get Started](
532
537
*[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'.
533
538
*[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.
534
539
*[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).
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.
535
541
*[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.
536
542
*[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.
537
543
*[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).
0 commit comments