Saturday 25 July 2015

app.config Quiz -BASIC LEVEL - What is the TOP-LEVEL element of an app.config file for a .NET application?

This is a test for the .NET app.config aficionado.

The ROOT element in EVERY configuration file used by the .NET runtime i.e. EVERY app.config,  is <configuration>. After the OPENING XML ELEMENT, the next most likely thing you'll see is  <configuration>.  And at the end, the most likely thing you'll see is </configuration>.

No comments: