About the course
In this course, students will learn how to design and develop services that access local and remote data from various sources. Students will also learn how to develop and deploy services to hybrid environments, including on-premises servers and Microsoft Azure.
Objectives
After completing this course, students will be able to:
Describe the basic concepts of service development and data access strategies using the .NET platform.
Describe the Microsoft Azure cloud platform and its compute, data, and application hosting offerings.
Design and develop a data-centric application using Visual Studio 2017 and Entity Framework Core.
Design, implement, and consume HTTP services using ASP.NET Core.
Extend HTTP services using ASP.NET Core.
Host services on-premises and in Microsoft Azure.
Deploy services to both on-premises and cloud environments and manage the interface and policy for their services.
Choose a data storage solution, cache, distribute, and synchronize data.
Monitor, log, and troubleshoot services.
Describe claim-based identity concepts and standards, and implement authentication and authorization with Azure Active Directory.
Create scalable service application
Prerequisite Knowledge
Before attending this course, students must have:
Experience with C# programming, and concepts such as lambda expressions, LINQ, and anonymous types
Understanding the concepts of n-tier applications
Experience with querying and manipulating data with ADO.NET