If you heard about all the fuss around .Net Core but you didn’t use it on a project, or you think you didn’t squeeze everything out of the platform, then this workshop is for you.
In this workshop you’ll learn about the latest improvements in 2.2 version and how to build APIs using them, as well as the upcoming changes in 3.0
Prerequisite:
Familiarity with .Net and C#
Topics covered:
Requirements to attend the workshop:
Microservices should be autonomous and independent, but what happens when your business domain doesn’t allow it, and you need to get data from other microservices? You’ll soon realize that simple HTTP calls are not enough anymore, or that your app is more brittle than ever and then you switch to messaging. With messaging you need to have a different mindset and be willing to embrace new challenges.