Tanzu Tuesdays - Getting Started with Steeltoe and .NET Microservices with David Dieruf

August 10, 2020

If you are creating new .NET microservices for the cloud, modernizing existing applications for the cloud, or just plain moving apps to containers, Steeltoe is here to make things much easier. There is a list of things every microservice on a cloud platform should be good at. Unlike IIS on virtual machines an application running in a container is ephemeral - it could be run here today or there tomorrow. Microservices need to be resilient to this change but developers shouldn’t spend loads of time coding for this. The Steeltoe project aims to help you get the most out of the cloud, with very little code. By taking advantage of .NET Core’s dependency injection and middleware pipeline, it gives developers instant best practices. Steeltoe also helps legacy .NET Framework apps become instantly modern and make best friends with containers. === David Dieruf David is a part of the tech marketing team within VMware Tanzu, bringing a focus of .NET related technologies. He has been writing C# for as long as it’s been a thing. In his spare time he enjoys breaking things, only to fix them. Prior to Pivotal, David has a wide background ranging for making things go fast, to building computers, to writing bad code.

Previous
Tanzu Tuesdays - 15 Factor Applications on Kubernetes with DaShaun Carter
Tanzu Tuesdays - 15 Factor Applications on Kubernetes with DaShaun Carter

Perhaps you have heard of 12-factor apps, cloud-native, or 15-factor apps. Maybe you have wondered if cloud...

Next Video
Managing Global Python Packages Like A Pro
Managing Global Python Packages Like A Pro

Keeping your Python system free of clutter is an essential skill if you're keen to avoid package management...