01.07.2020 |
- 10:30 Uhr
- Boris Wilhelms
Webinar: Azure Functions für .NET-Entwickler
Im Webinar am 01. Juli 2020 zeigte Boris Wilhelms, was das Serverless-Modell ist und wie wir als .NET-Entwickler Azure Functions nutzen können um Serverless-Code zu schreiben.
Das Serverless-Modell ist eine von vielen verschiedenen Möglichkeiten, Anwendungen für die Cloud zu entwickeln und zu betreiben. Es verspricht einen leichten Einstieg in die Entwicklung von Anwendungen und in den Betrieb eines Backends. Dabei ist leider nicht immer klar, wann und wie das Serverless-Modell sinnvoll genutzt werden kann.
Boris Wilhelms
Boris Wilhelms ist Consultant bei Thinktecture und hat sich auf .NET Core and Identity Management fokussiert.
Moderation
Gøran Homberg
Gøran Homberg ist Consultant bei Thinktecture und arbeitet mit unseren Kunden bzgl. deren Anforderungen, Projektansätzen und zugehörigem Projekt-Management.
Agenda
- Was ist Serverless?
- Was sind Azure Functions?
- Für was kann ich Azure Functions nutzen?
- Vor- und Nachteile von Azure Functions
- Ausblick
- Q&A
Recording des Webinars
Links aus dem Webinar:
Slidedeck zum Webinar
Die nächsten Webinare: jetzt kostenlos anmelden
Blazor WebAssembly: Performance-Optimierungen fürs UI
Patrick Jahr | 14.09.2022 | 10:30 Uhr
Aktuelle Webinar-Aufzeichungen
Sebastian Gingter | 06.07.2022 | 10:30 Uhr
Christian Weyer | 20.07.2022 | 10:30 Uhr
Weitere Artikel zu .NET Core, Azure
.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
Blazor WebAssembly vs. Blazor Server – Welche Unterschiede gibt es und wann wähle ich was?
Das Blazor Framework von Microsoft gibt es inzwischen in drei "Geschmacksrichtungen". Die erste ist Blazor WebAssembly, die zweite Blazor Server, und zu guter Letzt gibt es noch Blazor Hybrid. In diesem Artikel wollen wir uns die zwei "echten", also Browser-basierten, Web-Anwendungs-Szenarien WebAssembly und Server anschauen.
04.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
Incremental Roslyn Source Generators in .NET 6: Increasing Performance through Harnessing of the Memoization – Part 4
In Part 1 of this series we've implemented a simple Incremental Source Generator. Although we looked at all mandatory phases of an
IIncrementalGenerator
, still, the consideration was quite superficial. One of the biggest advantages of the new API, which makes the Source Generator an incremental one, is the built-in memoization, i.e. caching. To take full advantage from it, we have to make some preparations so Roslyn knows what to cache and how to compare the results of each phase.10.05.2022
.NET
Intro: Blazor WebAssembly für Angular-Entwickler – Teil 1 [Screencast]
Jahrelang gab es kein Framework von Microsoft, mit dem es möglich war, webbasierte Cross Plattform Applikationen zu erstellen. Und dann kam Blazor WebAssembly. Im ersten Teil dieser Screencast-Serie wird erklärt, worum es sich bei Blazor WebAssembly handelt.
05.05.2022
Azure
Cloud Security: The 4C’s Of Cloud-Native Security – Part 5
In the last part of the article series on the 4C's of cloud-native security, we will look at securing the cloud environment itself. Although actual steps to harden your cloud infrastructure differ based on the cloud vendor and the services used to architecture your cloud-native application, many concepts and methodologies are quite similar.
14.04.2022