Tagged Questions
0
votes
2answers
189 views
Getting connection string from App.config and using it in a Linq dataContext
How should I extract the following connection string and apply it to my Linq context? I know the Linq portion, but am weak with the System.Configuration section.
<connectionStrings>
...
0
votes
1answer
567 views
HowTo: Detect .Net Configuration Section instance without Loading into memory?
Does anyone know how to detect if an instance of a configuration section exists in a .net configuration file without actually having to load the configuration section into memory, and without having ...