D
Daniel Xiao
As we know, a App.config file can be specified in a C# project in the
.Net IDE. However, how to specify the App.config file for a C# program
independent of any C# project? For example, a.cs is such a C# program
that it can only be compiled by the following command line under Windows
console:
c:> csc a.cs
Seek for your guide.
.Net IDE. However, how to specify the App.config file for a C# program
independent of any C# project? For example, a.cs is such a C# program
that it can only be compiled by the following command line under Windows
console:
c:> csc a.cs
Seek for your guide.