- Loading...
Sponsored by Dometrain Courses—Get 30% off Dometrain Pro with code ANDREW30 and access the best courses for .NET Developers

My new book ASP.NET Core in Action, Third Edition is available now! It supports .NET 7.0, and is available as an eBook or paperback.

Running .NET in the browser without Blazor
In this post I show how to run .NET in your browser without using Blazor, and instead rely on lower-level abstractions provided by [JSImport] and [JSExport]…

Running an ASP.NET Core app inside IIS in a Windows container
In this post I describe how to run an ASP.NET Core app inside IIS in a Windows Docker container…

Preventing client-side cross-site-scripting vulnerabilities with Trusted Types
In this post I describe how the Trusted Types Content-Security-Policy feature can protect you against cross-site-scripting attacks.…

Avoiding CDN supply-chain attacks with Subresource Integrity (SRI)
In this post I discus the recent pollyfill.io supply-chain attack and describe how to protect against similar attacks using Subresource Integrity (SRI)…

Hacking together an AsciiMath parser for .NET
In this post I describe how I hacked together an AsciiMath parser for .NET. I also show the existing implementations available and how I chose between them…

Rendering Math in HTML: MathML, MathML Core, and AsciiMath
In this post I discuss how you can render math in the browser using MathML and MathML Core elements, and show AsciiMath as an easier way of writing equations…
in Front End

