DDC2020: Von WPF nach Angular in 60 Minuten
Conference: .NET Developer ConferenceLocation: Cologn – GermanyWith Manuel Meyer Die ganze Welt spricht (fast) nur noch von Angular und es scheint, als kommt niemand an dem Framework vorbei. Einmal mehr sind die klassischen Windows Entwickler mit der Attraktivität der Web-Welt konfrontiert. Manch einem WPF oder…
DDC2020: Von WPF nach Angular in 60 Minuten
Die ganze Welt spricht (fast) nur noch von Angular und es scheint, als kommt niemand an dem Framework vorbei. Einmal mehr sind die klassischen Windows Entwickler mit der Attraktivität der Web-Welt konfrontiert. Manch einem WPF oder WinForms Entwickler graut es noch immer vor HTML &…
Azure Tip 10: Advanced Powershell Tricks (Web Services, StopWatch, Remoting, COM)
This post is a part of a series of posts on Azure Powershell: Azure Tip 10: Advanced Powershell Tricks (Web Services, StopWatch, Remoting, COM Interop)Azure Tip 9: More Azure Powershell (pipes, filters, output formatting, exporting)Azure Tip 8: Getting Started with Azure Powershell Calling WebServices with…
Azure Tip 9 – More Azure Powershell (pipes, filters, output formatting, exporting)
Powershell Pipelines An important concept in Powershell are pipelines. You can use the pipe operator to forward the results of the first cmdlet to the 2nd cmdlet. The following example consists of the following parts that are combined by pipe operators: Get files from a…
Azure Tip 8 – Getting Started with Azure Powershell
Now this is a blog post that I procrastinated on for years, so here we go: The different generations of Azure Powershell There are different generations of the Azure Powershell Modules and that is important for you to know: Generation: Use the “Azure“prefix. Example commands:…
WDC 2020: Angular Components erobern die (Web-)Welt!
Conference: Web Developer Conference 2020Location: Mainz – Germany Workshop / DevSession Mit Angular Elements bauen wir wiederverwendbare Komponenten, welche in beliebigen JavaScript Apps eingesetzt werden können. Nach einer kurzen Einführung zur Funktionsweise von Komponenten in Angular lernen die Teilnehmer in dieser DevSession, wie verschiedene Komponenten untereinander…
ExpertsLIVE Switzerland 2020: How not to get lost in Azure
I am sure that you already heard a couple of standard introductions to the Azure Platform. Usually they introduce the concepts of IaaS, PaaS, SaaS and maybe FaaS. Then they tell you that you can build stuff from so called “building blocks”.Full of motivation, you…
BASTA2020: Angular Animations – Und plötzlich ist meine App so richtig sexy!
Conference: Basta 2020Location: Mainz – Germany Bei der Gestaltung moderner Webanwendungen spielen Animationen eine tragende Rolle. Animationen ermöglichen dem Benutzer eine User Experience, die ansprechend ist und die Aufmerksamkeit des Users auf die relevanten Teile leitet. Gute Benutzeroberflächen wechseln reibungslos zwischen den Zuständen mit ineinanderfliessenden Animationen….
BASTA2020: Geheimniskrämerei in der Azure-Cloud mit dem Azure Key Vault
Das Speichern von Geheimnissen, die von einer Anwendung benötigt werden, war schon immer eine Herausforderung. Eigentlich ist es ja ganz simpel: Alles was geheim ist, wird verschlüsselt. Die Verfahren sind bekannt und erprobt. Doof ist nur, dass der Schlüssel ja auch ein Geheimnis ist. Was…
Azure Tip 7: Bulk Deleting and Purging Azure Resource Groups
During the delivery of my Azure training sessions, I often end up with a lot of resource groups. Deleting many resource groups at once would be a good tool. Here are 3 solutions: Delete multiple resource groups with Powershell Delete multiple resource groups with Azure…