Zero Trust is the buzzword currently on the Cloud. In a world where nobody can be trusted, all should be secure and verified… But how? Really how? Does it mean that I have to encrypt all things? Or use In this talk I’ll build an enterprise grade web application based on a Zero Trust Architecture. […]
Did you ever have a discussion with your team mates on whether to use Azure Service Bus? And do some team members mainly see the decoupling benefits, while others fear that messaging makes everything way more complicated than REST? In this talk, I look back on some experiences I had with development teams that were […]
Getting real-time information on processes and operations is essential when creating convenient, user-friendly web systems. With Web PubSub, Microsoft took the next step by enabling your to leverage real-time communication right from your browser. In this session, I will show you how to use Web PubSub and discover some advanced scenarios using alternative protocols, that […]
v.NET has a long history on AWS. It is supported for more than 11 years. The AWS SDK for .NET has been the first AWS SDK released. When it comes to building cloud native applications with .NET, you can expect to use the full breadth and depth of AWS services to build modern applications. In […]
As a developer, have you ever had to implement an architecture thought up by an architect not in your team? Have you worked in an environment where you needed to propose changes in a CAB? Do you have architects in your organization who don’t code? If you answer yes to any of the questions this […]
Full title: Securing and migrating older projects to newer technologies Every year innovative technologies and frameworks are emerging in the Information Technology industry. Additionally, security is becoming a vital requirement and new precautions need to be taken to safeguard personal data and protect users from cyber-attacks in applications. Applying new security measures and using new […]
Blazor enables building client-side web UI with .NET, but sometimes you need more than what the web platform offers. Sometimes you need full access to the native capabilities of the device. You can now host Blazor components in .NET MAUI apps to build cross-platform native apps using web UI. The components run natively in the […]
Ten years ago, only Linux kernel committers and other early adopters used Git. Almost everyone else used Subversion. Ten years later, Git is the most popular product. Which makes me wonder: what will we use another ten years from now? And what would YOU want from your version control software in 2032? More speed? Better […]
In a fast-moving software project, the demands that your application poses on its infrastructure might change often and drastically. Are you also fed up with having to apply infrastructure changes by hand? Not to worry! In Azure, there is the Azure Resource Manager, a unified API for managing all your Azure services in a declarative […]