Program.cs is the entry point for the app that starts the server and where 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。