Week 48 of the year 2020
·
787 commits
to master
since this release
Event: "Unit Testing Blazor with bUnit" (November 17, 2020).
- Unit Testing Blazor with bUnit, with Egil Hansen and Safia Abdalla.
- Watch on YouTube.
Event: ".NET Conf" .NET 5 launch (November 10-12, 2020).
- .NET Conf is a free, three-day, virtual developer event co-organized by the .NET community and Microsoft. This year .NET 5.0 will launch at .NET Conf 2020! Come celebrate and learn about the new release. We're also celebrating our 10th anniversary and we're working on a few more surprises. You won't want to miss this one.
- Agenda.
- Replay on YouTube.
Added items
Samples
- TonClientBlazor -
Free TON network client, Demo.
Videos
- [How to Create RDLC Report in Blazor](<https://www.youtube.com/watch?v=JSauWc5rauA) -
November 24, 2020 - This video is about how to Create RDLC Report in Blazor Server application, how to use RDLC (.rdlc) report in Blazor.
- Blazor Train: Adding Azure AD B2C to an existing app -
November 20, 2020 - Carl Franklin welcomes back Joel Hulen to demystify Azure AD B2C.
- Blazor: .NET 5 JavaScript interop modules revisited -
November 20, 2020 - Blazor: .NET 5 JavaScript interop modules revisited, by Ed Charbeneau.
- Blazor: .NET 5 JavaScript interop modules -
November 20, 2020 - Blazor: .NET 5 JavaScript interop modules, by Ed Charbeneau.
- ASP.NET Community Standup - Unit Testing Blazor with bUnit -
November 17, 2020 - On this month's Blazor Community Spotlight, we'll be talking to Egil Hansen about unit testing Blazor components with bUnit.
- Blazor Train: Basic Authentication and Authorization in Blazor Web Assembly -
November 13, 2020 - Carl shows you how to use ASP.NET Core Identity for basic authentication and authorization in a Blazor WebAssembly app.
- Building Real-time Applications with Blazor and GraphQL -
November 12, 2020 - Come see how Blazor and GraphQL combined will revolutionize how we build rich SPA applications with .NET. .NET Conf 2020, Day #3.
- Application State in Blazor Apps -
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, Day #3.
- From Web Forms to Blazor - Introducing the Blazor Web Forms Components -
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, Day #3.
- Components in Blazor -
November 12, 2020 - Blazor is the blazing word in the Microsoft Tech stack at the moment because you can run C# on the client. In this session, I will talk about what Razor components are, talk about their lifecycle, event handling, and how to pass information between Blazor Components. .NET Conf 2020, Day #3.
- Trailblazor: Building Dynamic Applications with Blazor -
November 12, 2020 - Underpinning Blazor's ability to create interactive web UIs using C# instead of JavaScript is a robust component model which offers exciting new opportunities for developers to create dynamic web applications. In this session we will explore a modular application framework for Blazor called Oqtane. .NET Conf 2020, Day #3.
- Microfrontends with Blazor: Welcome to the Party! -
November 12, 2020 - In this talk, microfrontends expert Florian Rappl introduces an established architecture for a creating modular frontend applications. He will show how this architecture can be implemented together with Blazor to create dynamic user experiences. .NET Conf 2020, Day #3.
- Getting Started With Blazor -
November 12, 2020 - In this session, we will introduce the core concepts for Blazor development, both client and server side. Then we will dive in to a Blazor Web Assembly example and look at how we can build rich client side apps in C#. .NET Conf 2020, Day #3.
- Blazor: Client Side vs. Server Side: Hands on Development and Deployment -
November 11, 2020 - We will look at the main differences between Client Side Blazor, and Server Side Blazor. We will discuss situations and scenarios in which one should be favored over the other. We will develop a small app & deploy it twice on Azure: As a Client Side Blazor App, and as a Server Side Blazor App. .NET Conf 2020, Day #2.
- Migrating a Windows Forms App to Blazor: The Amazing and True Story of GIFBot -
November 11, 2020 - In this talk, I will discuss the migration steps undertaken to go from a complex Desktop application to a robust ASP.NET-backed website with a Blazor front-end. The talk will highlight the ease at which I was able to translate functionality as a developer with very outdated web development skills. .NET Conf 2020, Day #2.
- Modern Web Development with Blazor & .NET 5 -
November 10, 2020 - Blazor isn't just for new apps! Blazor in .NET 5 is integrated seamlessly with ASP.NET Core to enable modern full stack web development with .NET. In this session we'll show you how you can use Blazor and ASP.NET Core together to add rich client-side interactivity to both new and existing apps. You'll learn how to use Blazor components from your existing MVC views and Razor Pages, handle server-side prerendering, setup authentication & authorization, improve load time performance, and then deploy your app into production. .NET Conf 2020, Day #1.
- A talk for trailblazers: Blazor in .NET 5 -
November 10, 2020 - Wondering what's in store for Blazor in .NET 5? Wonder no more! This talk features the latest and greatest features to arrive in Blazor as part of .NET 5. From improved APIs for working with the browser to CSS isolation to a variety of performance improvements, you'll leave this presentation with rundown of everything you'll be able to do in the latest version of Blazor. .NET Conf 2020, Day #1.
Articles
- 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
.
- Running a console application directly in your browser - November 22, 2020 - Running a console application directly in your browser. Source code
.
- 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.
- ARC-8: devlog #2 - Blazor - October 29, 2020 - This article is about how to implement the graphics, sound, input, and log systems for Blazor.