logo

目录

Lightman Wang
Reviewer: Lightman WangFounder of JR Academy (Ex-Microsoft)
Coding Challenge and Answers
Coding Challenge and Answers

Coding Challenge and Answers

 
 
Build a simple API in .Net Core
Build a simple console application in Net Core that uses the API above to generate hourly report.

Answers:

 
创建一个新的ASP.NET Core Web API项目:
notion image
 
定义模型:Car.cs
notion image
本章目录