Week 29 of the year 2020
AdrienTorris
released this
13 Jul 09:43
·
1093 commits
to master
since this release
Special event: Blazor July 2020 Sprint (On July 16th, 2020)
- Interested in contributing a pull request (or two!) to Blazor?
- Join the Blazor team and community members on July 16th for the first-ever Blazor virtual sprint!
- Registration link and more info are available at https://github.com/dotnet/aspnetcore/wiki/Blazor-July-2020-Sprint.
- List of the community's Pull Requests: https://github.com/dotnet/aspnetcore/issues?q=label%3Acommunity-contribution
Special event: "An accessibility audit of .NET Blazor with Chris DeMars". [July, 9]
- Join Chris DeMars (@saltnburnem ), along with hosts Cam Soper, Scott Addie, David Pine for a captivating conversation about .NET.
- Live here: dotnetdocs.dev.
Special event: "ASPNET Community Standup: FAST Framework". [July, 8]
- Get ready for this week’s ASPNET Community Standup on the FAST Framework with @EisenbergEffect, @stevensanderson, and @danroth27. Check out how to use the new FAST Web Components with .NET and Blazor.
- 10:00 AM Pacific | 17:00 UTC
- Live here: live.dot.net, twitch.tv/visualstudio.
Added items
Samples
- TicTacToe - Tic Tac Toe game using blazor webassembly. Here is a Demo and a Blog post.
- ZXSpectrum - ZX Spectrum emulator running on Blazor WebAssembly. Demo.
Tutorials
- Simple RPG with .NET and Azure technologies - Follow along with the Simple RPG tutorials as we learn new areas of .NET and Azure technologies focused around Blazor client applications and Azure Functions for web service backends. Source code: https://dev.azure.com/d20Tek/SimpleRPG/_git/simple-rpg-game.
- Create a 2D game with Blazor - July 2020 - Part 1: Intro. Part 2: Canvas initialization. Part 3: Sprite rendering. Part 4: Moving a sprite. Source code .
- Build Tic Tac Toe game with Blazor WebAssembly - July 2020 - Build Tic Tac Toe game with Blazor WebAssembly. Source code . Demo.
Libraries & Utilities
- EventHorizon Blazor TypeScript Interop Generator - This project takes in a TypeScript type definition file and creates a .NET Core project that will work with the provided Interop abstraction project.
Videos
- Visual Studio Remote Office Hours - Blazor and ASP.NET - July 16, 2020 - Visual Studio Remote Office Hours - Blazor and ASP.NET, with Daniel Roth and Mads Kristensen. What is Blazor and what should I use it for? Dan Roth is here with answers and insights to share.
- Blazor Wasm Localization and Globalization - July 10, 2020 - Blazor Wasm Localization and Globalization, by Ed Charbeneau.
- An accessibility audit of .NET Blazor with Chris DeMars - July 9, 2020 - An accessibility audit of .NET Blazor with Chris DeMars, on The .NET Docs Show.
- Blazor & Electron.NET Managing Application Windows - July 9, 2020 - This video covers how to create a new windows and manage the window properties, retrieve windows and set the full screen mode.
- Blazor Web Bluetooth - July 1, 2020 - In this video Jimmy Engström demonstratres how to use Blazor and web bluetooth to controls a bluetooth robot.
Articles
- New experimental Razor editor for Visual Studio - July 15, 2020 - With the release of Visual Studio 2019 16.7 Preview 4, you can now try out our new experimental Razor editor for local development with MVC, Razor Pages, and Blazor.
- Blazor and Dragons: How to consume gRPC-web from Blazor - July 14, 2020 - Blazor and Dragons: how to consume gRPC-web from Blazor.
- How to Build a CORS Proxy for Client-side Blazor - July 13, 2020 - How to Build a CORS Proxy for Client-side Blazor.
- V-Drum Explorer: Blazor and the Web MIDI API - July 12, 2020 - Blazor and the Web MIDI API, a way of accessing local MIDI devices from a browser. Source code . Documentation.
- Understanding about Cascading Values and Cascading Parameters in Blazor - July 4, 2020 - Understanding about Cascading Values and Cascading Parameters in Blazor.
- Deploying a .NET Core Blazor App to Netlify using GitHub Actions - June 29, 2020 - Deploying a .NET Core Blazor App to Netlify using GitHub Actions.
Tooling
- WebCompiler - A dotnet global tool for compilation, minification, and compression of scss, css and js.