課程資料
課程簡介
Leveraging ASP.NET Core and Visual Studio 17
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.
About The Author :
Fabian Gosebrink is a Software Engineer, Microsoft MVP, Microsoft Technology Ambassador and Microsoft Certified Specialist in web application development as well as a trainer and international speaker.
Fabian develops and teaches developing web applications with Angular, ASP.NET, ASP.NET Core and Typescript/Javascript.
課程章節
- 5 個章節
- 21 堂課
- 第 1 章 Basics
- 第 2 章 Exploring ASP.NET Core
- 第 3 章 Building the First Endpoint with ASP.NET Core
- 第 4 章 ASP.NET Core WebAPI – the Next Steps
- 第 5 章 ASP.NET Core WebAPI – Deploying the WebAPI
課程內容
- Explore basic REST principles
- Build an ASP .NET core project using Visual Studio 2017
- Work with different environments such as development and production
- Implement a service interface to read, manipulate, and delete data
- Extend API functionality with more features
- Deploy the WebAPI
此課程所涵蓋的技能
評價
-
JJeff Whitman
I like it when you have exercises to follow along. It uses a database that he didn't explain how to install. It's just talking about what needs to be done instead of showing like all the other good courses you usually have.
-
MMalkiel
The course is average, there are topics that not covered well. It doesn't supports a lot of code in dotnet core 3.1. The course is not upgraded. A lot of topics are not explained in details.
-
PPw Cloete
Enjoyed the course... Learned a lot in terms of API development. Hoewever, still very vague on the use of authentication, and deployment of services. Would like to see much more on this
-
XXavier Lujan
Is a good course overall but it is outdated as we are now on .NET Core 2 and some of the nugget packages are outdated as well such as the AutoMapper.