Introduction
Microsoft .NET Framework provides you with a set of class libraries that make it easy to work with internet services. These libraries allow you to easily integrate services with your applications. In this chapter, we will be using a few of these classes within the System.Net namespace. We will be looking at how to get these into a .NET Standard 2.0 library, and use it across different flavors of .NET applications.