Program.cs is the entry point for the app that starts the server andwhere you configure the app services and middleware.
请问:
1. that 和 where 引导的定语从句都修饰的是 the entry point 还是 the entry point for the app?
2. 修饰的不同,意义是不是有不同?假如不同,不同在哪儿呢?
注:Program.cs 是一个文件名。
文中的Program.cs应该是某个app的配置文件,所以结合语境来看that与where分别引导的两个定语从句的先行词只能是the entry point。