Now that we have our additional tools installed, we can start with the actual development for Microsoft Teams. Let’s start with a basic application and continue to build on top of this. In this chapter, we will take our first steps into becoming a Teams developer, and when this chapter is complete, we will already have an app running in Teams.
Starting development
Like I already mentioned, you can pick your poison when building Teams applications. So, for the most part, I will explain both the Node.js way to achieve something and the .NET way to create the same. Since nothing ...