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

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?

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

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

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

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

Suppress runtime relinking at publishing Blazor WebAssembly apps

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

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

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"

10
Comments 8
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

2
Comments 2
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"?

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#

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

Build client web apps with "Prolog"

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

11
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

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

21
Comments 10
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

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?

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?

20
Comments 5
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.

19
Comments 2
3 min read
CSS live reloading on Blazor

CSS live reloading on Blazor

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.

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.

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?

15
Comments 29
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)?

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)?

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.

20
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

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?

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.

10
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.

15
Comments
1 min read
loading...