DEV Community

jsakamoto profile picture

jsakamoto

Microsoft MVP for Visual Studio and Development Tech. (prefer C#, .NET Core, ASP.NET Core, Azure Web Apps, TypeScript, and Blazor WebAssembly App!)

Creating chip-tuned square & triangle wave sounds on web browsers with Blazor WebAssembly

Creating chip-tuned square & triangle wave sounds on web browsers with Blazor WebAssembly

Reactions 2 Comments
4 min read

Want to connect with jsakamoto?

Create an account to connect with jsakamoto. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
How to install a ".xpi" browser extension through remote session of Selenium WebDriver C# binding for testing it.

How to install a ".xpi" browser extension through remote session of Selenium WebDriver C# binding for testing it.

Comments
3 min read
Why can't your Blazor WebAssembly PWA with offline support update even though you reload it?

Why can't your Blazor WebAssembly PWA with offline support update even though you reload it?

Reactions 3 Comments
4 min read
3 reasons why I've created yet another library for the downloading on Blazor apps

3 reasons why I've created yet another library for the downloading on Blazor apps

Reactions 7 Comments
3 min read
Run JavaScript unit tests for a Razor Class Library on Visual Studio 2022 Test Explorer

Run JavaScript unit tests for a Razor Class Library on Visual Studio 2022 Test Explorer

Reactions 10 Comments
6 min read
Use Selenium to automate IE mode in Microsoft Edge on Windows 11

Use Selenium to automate IE mode in Microsoft Edge on Windows 11

Reactions 3 Comments
3 min read
Suppress runtime relinking at publishing Blazor WebAssembly apps

Suppress runtime relinking at publishing Blazor WebAssembly apps

Reactions 6 Comments
2 min read
How to get rid of unused .dll from loading contents on Blazor WebAssembly apps

How to get rid of unused .dll from loading contents on Blazor WebAssembly apps

Reactions 6 Comments
2 min read
Pre-render Blazor WebAssembly on static web hosting at publishing time

Pre-render Blazor WebAssembly on static web hosting at publishing time

Reactions 15 Comments 1
8 min read
[C #] Some scenarios for deserializing a JSON to a type with read-only properties by "System.Text.Json"

[C #] Some scenarios for deserializing a JSON to a type with read-only properties by "System.Text.Json"

Reactions 9 Comments 7
3 min read
How to shut the warning up when using the combination of Blazor code-behind, property injection, and C# nullable reference types

How to shut the warning up when using the combination of Blazor code-behind, property injection, and C# nullable reference types

Reactions 2 Comments 1
5 min read
How to implement a Material Designed <input type='file'> field built on "MudBlazor"?

How to implement a Material Designed <input type='file'> field built on "MudBlazor"?

Reactions 6 Comments
4 min read
The difference in parallelization of each unit test frameworks in C#

The difference in parallelization of each unit test frameworks in C#

Reactions 4 Comments
3 min read
Build client web apps with "Prolog"

Build client web apps with "Prolog"

Reactions 10 Comments 1
5 min read
The easier way to publish your Blazor WebAssembly app for GitHub Pages

The easier way to publish your Blazor WebAssembly app for GitHub Pages

Reactions 10 Comments 3
4 min read
Render a Blazor component to HTML string for Blazor WebAssembly app's search engine optimization that is hosted on GitHub Pages

Render a Blazor component to HTML string for Blazor WebAssembly app's search engine optimization that is hosted on GitHub Pages

Reactions 9 Comments 1
3 min read
Implement the "download file" feature on a Blazor WebAssembly app

Implement the "download file" feature on a Blazor WebAssembly app

Reactions 19 Comments 8
4 min read
How to deal with the "HTTP 404 '_content/Foo/Bar.css' not found" when using Razor component package on ASP.NET Core Blazor app

How to deal with the "HTTP 404 '_content/Foo/Bar.css' not found" when using Razor component package on ASP.NET Core Blazor app

Reactions 16 Comments 4
5 min read
How to send HTTP requests to public API without access token on an authentication enabled Blazor Wasm App?

How to send HTTP requests to public API without access token on an authentication enabled Blazor Wasm App?

Reactions 8 Comments 6
5 min read
How can I protect static files with authorization on ASP.NET Core?

How can I protect static files with authorization on ASP.NET Core?

Reactions 19 Comments 4
4 min read
Writing a NuGet package release notes in an outside of a .csproj file.

Writing a NuGet package release notes in an outside of a .csproj file.

Reactions 19 Comments 2
3 min read
CSS live reloading on Blazor

CSS live reloading on Blazor

Reactions 10 Comments 6
4 min read
Yet another way to changing the page title in Blazor, and more.

Yet another way to changing the page title in Blazor, and more.

Reactions 14 Comments 3
4 min read
Build CSS class string dynamically, based on boolean switch values, in Blazor App.

Build CSS class string dynamically, based on boolean switch values, in Blazor App.

Reactions 10 Comments 2
3 min read
How to localize texts in your client-side Blazor WebAssembly App?

How to localize texts in your client-side Blazor WebAssembly App?

Reactions 15 Comments 28
7 min read
[Workaround] How to resolve local time zone on Blazor SPA (v.0.5.x)?

[Workaround] How to resolve local time zone on Blazor SPA (v.0.5.x)?

Reactions 9 Comments 1
4 min read
[Workaround] How to two-way data binding of radio button input with Blazor SPA (v.0.5.x)?

[Workaround] How to two-way data binding of radio button input with Blazor SPA (v.0.5.x)?

Reactions 12 Comments 2
2 min read
Ctrl + C is ignored in the PowerShell console launched from Visual Studio IDE.

Ctrl + C is ignored in the PowerShell console launched from Visual Studio IDE.

Reactions 18 Comments 3
3 min read
The npm package of my best choice for QR code decoding on Angular SPA

The npm package of my best choice for QR code decoding on Angular SPA

Reactions 16 Comments 3
4 min read
Selenium Testing - How to sign in to Two-factor authentication?

Selenium Testing - How to sign in to Two-factor authentication?

Reactions 25 Comments 27
2 min read
How to get the actual table name from DbSet in EntityFramework Core 2.0.

How to get the actual table name from DbSet in EntityFramework Core 2.0.

Reactions 9 Comments 1
2 min read
How to get a DbContext from a DbSet in EntityFramework Core 2.0.

How to get a DbContext from a DbSet in EntityFramework Core 2.0.

Reactions 15 Comments
1 min read
loading...