Quantcast
Channel: Go4Expert
Viewing all articles
Browse latest Browse all 1994

Understanding of Asp.Net core Project Files

$
0
0
If you are using C# as a primary programming language then your project file extension is .csproj and if you are using VB as the primary language the .vbproj as a solution.

In the previous version, if we want to modify our project solution file we need to unload the project then perform edit and then save and after this, we need to open this. But in this core, we no need to unload project and then edit you can directly do so.

In the previous version whatever you add in your...

Understanding of Asp.Net core Project Files

Viewing all articles
Browse latest Browse all 1994

Trending Articles