Frontend web developer, turned engineering manager.| nooshu.com
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]| Andrew Lock | .NET Escapades
Learn about caveats of full stack web frameworks like Reflex, which allow backend developers to build web apps, including the frontend, using backend languages.| AugmentedMind.de
LiveView 1.0 is out!| www.phoenixframework.org
Blazorized in a Windows-focused box, starting with a website written using the Blazor .NET framework. I’ll reverse a DLL that comes from the server to the browser to find a JWT secret and use it to get access to the admin panel. There I’ll abuse SQL injection to get execution and a shell. To pivot to the next user, I’ll abuse the WriteSPN privilege to perform a targeted Kerberoast attack. Then I’ll abuse permissions to write another user’s login script. Finally, I’ll abuse the Get...| 0xdf hacks stuff
Blazor is a shiny new and competent web framework from Microsoft that helps one create web applications that are interactive and are developed with the AID of C# and .NET| Apiumhub
A recent article on WebAssembly Garbage Collection (WasmGC) explains at a high level how the Garbage Collection (GC) proposal aims to better support GC languages in Wasm, which is very important given their popularity. In this article, we will get into the technical details of how GC languages such as Java, Kotlin, Dart, Python, and C# can be ported to Wasm. There are in fact two main approaches:| v8.dev
Build web apps and services that run on Windows, Linux, and macOS using C#, HTML, CSS, and JavaScript. Get started for free on Windows, Linux, or macOS.| Microsoft
In the previous post I shared my first experience with the teams toolkit. For the Teams Hacktogether, we started our Teams Tab in Blazor. What is Blazor, what flavours are there and what about hosting your app?| svrooij.io
Exploring the Teams Tab Toolkit| svrooij.io