InterviewSolution
| 1. |
Talk About New .csproj File? |
|
Answer» .csproj file is now USED as a place where we manage the NuGet packages for your application. File explorer and project explorer are now in sync. For .NET Core PROJECTS, you can easily drop a file from file explorer into a project or delete it from the file SYSTEM and it will be gone from the project. No more source files in a .csproj file. You can now edit the .csproj file DIRECTLY WITHOUT unloading the project. .csproj file is now used as a place where we manage the NuGet packages for your application. File explorer and project explorer are now in sync. For .NET Core projects, you can easily drop a file from file explorer into a project or delete it from the file system and it will be gone from the project. No more source files in a .csproj file. You can now edit the .csproj file directly without unloading the project. |
|