I am one of the co-founders and the CTO of Thinktecture AG. As a Microsoft MVP, RD and Google GDE, I have spoken at a wide variety of software conferences and events around the world for over two decades - with passion and commitment, especially for distributed application architectures and cross-platform solutions. I really like to think and talk about both deeply technical facts as well as the real purpose of technologies.
In dieser Session zeigt .NET- und Web-Veteran Christian Weyer anhand praktischer Beispiele was mit Blazor WebAssembly in .NET 5 möglich ist, vor allem hinsichtlich "Full Stack"-Programmierung für End-to-End Web-Anwendungen. Ein realistischer Blick auf die Grenzen der Technologie…
In unserem Recommended Reading teilen unsere Experten aktuelle Inhalte die sie in den letzten Tagen und Wochen entdeckt haben und empfehlen können.
Dieses Mal ist Blazor-Experte Christian Weyer an der Reihe. Zum nach wie vor top aktuellen aber auch heiß diskutierten Thema .NET…
In diesem Webinar zeigte Christian Weyer am 09. Dezember 2020 auf gewohnt pragmatische Art, was alles neu ist im .NET-5- Release und wie diese Features einzuordnen sind. Recording des Blazor-WebAssembly-Webinars Inhalte Maßnahmen für bessere Laufzeit-Performance Verbesserungen…
Recording des Blazor-gRPC-Webinars Inhalte gRPC & gRPC-Web als mögliche Alternative zu Web-APIs gRPC-Services mit ASP.NET Core – Code- & Contract-first gRPC-Web-Clients mit Blazor WebAssembly Q&A Code Sample Slidedeck zum Blazor-gRPC-Webinar
When people talk about WebAssembly and .NET Core these days, they immediately think about Blazor WebAssembly. But there is more to it. Actually, Blazor WebAssembly currently does not run our code as a WebAssembly (WASM) module, but rather runs the .NET CLR (or a Mono version of…
Single-Page Applications (SPAs): bisher implementierte man sie vornehmlich mit JavaScript oder TypeScript, oft im Rahmen eines SPA Frameworks wie Angular oder React. Mittlerweile können nun durch den WebAssembly-Standard theoretisch beliebige Sprachen genutzt werden. Mit dem…
As already outlined in my previous article, a Blazor application almost always has to integrate with the JavaScript world, and especially with the DOM layer in the browser.
In this article, I am going to quickly show you how to transform your Blazor WebAssembly application into a…
Microsoft's Blazor WebAssembly toolkit is one of the new kids on the block in WebAssembly land. For many developers WebAssembly (or WASM) is the origin for a new revolution in the web. We can finally(?) use other languages and frameworks than JavaScript to run applications in a…