08.02.2023 |
- 10:30 Uhr
- Patrick Jahr
Webinar: Blazor WebAssembly: Das ist neu in .NET 7.0
.NET 7 ist hier: das neue Release unserer Lieblingsplattform. Vor allem im Bereich Blazor WebAssembly gab es wieder einige Verbesserungen und Neuerungen, die es lohnen, sich genauer anzuschauen.
In diesem Webinar zeigt Patrick Jahr anhand von Beispielen eine Auswahl der wichtigsten Blazor-WASM-Features in .NET 7 und wie diese angewendet werden können.
Melden Sie sich jetzt kostenlos zum Webinar an. Wir freuen uns auf Sie!
Patrick Jahr
Patrick Jahr ist Architekt bei Thinktecture. Sein Fokus liegt auf Backend-Systemen mit .NET Core und der Frontend-Entwicklung mit Angular.
Moderation
Marco Frodl
Marco Frodl ist Consultant bei der Thinktecture AG und versteht sich als ein IT-Dolmetscher zwischen Developern und Anwendern.
Agenda
- Übersicht
- Endlich leere Templates
- Model Binding Updates
- QuickGrid
- Updates rund um das Navigieren
- Custom Elements
- Q&A
Kommende Webinare
Web-Apps mit Angular: Animationen als letzten Schliff für Angular-Apps
Sascha Lehmann
20.01.2023
11:19
Jetzt anmelden >
Weitere Artikel zu .NET Core, Blazor, WebAssembly
.NET
Blazor WebAssembly in Practice: Maturity, Success Factors, Showstoppers
ASP.NET Core Blazor is Microsoft's framework for implementing web-based applications, aimed at developers with knowledge of .NET and C#. It exists alongside other frameworks such as ASP.NET Core MVC. About two and a half years after the release of Blazor WebAssembly and based on our experiences from many customer projects at Thinktecture, we want to have a close look at the following questions: What is the current state of the framework? How can you successfully use Blazor? And where does it have limitations?
24.11.2022
.NET
Blazor WebAssembly: Debugging gRPC-Web with Custom Chrome Developer Tools
If you are working with Blazor, gRPC is a big issue for transferring data from APIs to clients. One issue of developing with gRPC-Web is debugging the transmitted data because the data is in an efficient binary message format. In this article, I will show you how to solve this problem with the help of my NuGet.
17.11.2022
.NET
Entity Framework Core: User-defined Fields and Tables
The requirement to store additional fields, unknown at development time, in a relational database is not new. Nonetheless, none of the projects I know of are willing to change the database structure at runtime. What if there is a project which needs dynamically created fields and doesn't want or cannot use entity–attribute–value model or switch to No-SQL databases?
20.09.2022
.NET
Incremental Roslyn Source Generators in .NET 6: Adapt Code Generation Based on Project Dependencies – Part 5
The Roslyn Source Generator, implemented in the previous articles of the series, emits some C# code without looking at the dependencies of the current .NET (Core) project. In this article our
DemoSourceGenerator
should implement a JsonConverter
, but only if the corresponding library (e.g. Newtonsoft.Json) is referenced by the project.08.07.2022
.NET
Dependency Injection Scopes in Blazor
The dependency injection system is a big part of how modern ASP.NET Core works internally: It provides a flexible solution for developers to structure their projects, decouple their dependencies, and control the lifetimes of the components within an application. In Blazor - a new part of ASP.NET Core - however, the DI system feels a bit odd, and things seem to work a bit differently than expected. This article will explain why this is not only a feeling but indeed the case in the first place and how to handle the differences in order to not run into problems later on.
31.05.2022
.NET
Asynchrone Operationen: Blazor WebAssembly für Angular-Entwickler – Teil 5 [Screencast]
Eine Webanwendung will natürlich auch mit Daten gefüttert werden. Doch diese müssen irgendwo her kommen. Nichts liegt näher als diese von einer Web API zu laden. Dieser Screencast zeigt, wie asynchrone Operationen in Blazor funktionieren und welche gravierenden Unterschiede es zu Angular gibt.
26.05.2022