Dmitry Pavlov

@dmitry-pavlov.bsky.social

World-class #ASPNETCore #Blazor http://Coding-Machine.NET converting #c0ffee ☕ to #c0de 👨‍💻 // all opinions are your own 😁 #PunksNotDead 🤘

Blogged: Automatic CSRF protection based on Fetch Metadata headers - Exploring the .NET 11 preview andrewlock.net/exploring-th... In this post I describe the new Cross-Site Request Forgery protection added to ASP.NET Core that uses Fetch Metadata headers instead of tokens #aspnetcore #security

Automatic CSRF protection based on Fetch Metadata headers: Exploring the .NET 11 preview - Part 6

In this post I describe the new Cross-Site Request Forgery protection added to ASP.NET Core that uses Fetch Metadata HTTP headers instead of antiforgery tokens

andrewlock.net

[New Post]🪄Opening Pandora's Box in Blazor! Call any DOM method (scrollIntoView, click, select...) from your .razor file, with zero external JavaScript files. The trick is the browser's built-in Object() function. Power and peril, both unlocked 👇 dev.to/j_sakamoto/o... #Blazor

Opening Pandora's Box: How to Unlock Direct DOM Method Calls in Blazor, No External JS File Needed

🔰 Referencing and operating DOM elements in Blazor In Blazor, you can reference a DOM...

dev.to

Blogged: Running background tasks in Blazor with Web Workers - Exploring the .NET 11 preview - Part 1 andrewlock.net/exploring-th... In this post I discuss the new Web Worker template available in .NET 11 for running CPU intensive tasks without blocking the UI #dotnet #blazor

Running background tasks in Blazor with Web Workers: Exploring the .NET 11 preview - Part 1

In this post I discuss the new Web Worker template available in .NET 11 for running CPU intensive tasks without blocking the UI

andrewlock.net