Book Image

RESTful Web services with ASP.NET Core [Video]

By : Fabian Gosebrink
Book Image

RESTful Web services with ASP.NET Core [Video]

By: Fabian Gosebrink

Overview of this book

REST is an architectural style that tackles the challenges of building scalable web services. In today's connected world, APIs have taken a central role on the web. APIs provide the fabric through which systems interact, and REST has become a common style for APIs. The depth, breadth, and ease of use of ASP.NET Coremake it a breeze for developers to work with it to build robust Web APIs. This video course takes you through designing RESTful web services and leverages the ASP.NET Core to implement these services. Starting from the basic philosophy behind REST, you'll go through the first steps of designing and implementing an enterprise-grade RESTful web service. Taking a practical approach, each chapter provides code samples that you can apply to your own circumstances. It brings forth the power of the latest .NET Core release, working with ASP.NET Core. It then goes beyond the use of the framework to explore approaches to tackling resilience, security, and scalability concerns. You will start with the basics of REST and end with building a .NET Application for your RESTful web service. All the resource files are added to the GitHub repository at: https://github.com/packtpublishing/restful-web-services-with-asp.net-core
Table of Contents (5 chapters)
Chapter 1
Basics
Content Locked
Section 4
Exploring the .NET Command-line Interface
In this video, you will learn how to use the .NET command-line interface to create an ASP.NET core application. We will use the cli and Visual Studio 2017 to start it. - Download the.NET core - Use the .NET command-line interface to create and start ASP.NET core applications. - Start the ASP.NET Core Solution in Visual Studio 2017