Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Configuration   (RSS)
Sorry, but there are no more tags available to filter with.
Using System.Configuration.ConfigurationManager Example (VB.NET)
Imports System Imports System.Collections.Generic Imports System.Linq Imports System.Text Imports System.Configuration Imports System.Collections Imports System.Collections.Specialized Imports System.Diagnostics ' The following example shows how to use Read More...
Configuration API: Using System.Configuration.ConfigurationManager
Introduction This post shows a console application that uses the ConfigurationManager class. The code example extends what is already in the current documentation to demonstrate the use of this class. The example has been built using Microsoft Visual Read More...
Using System.Configuration.ConfigurationManager Example (C#)
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Configuration; using System.Collections; using System.Collections.Specialized; using System.Diagnostics; // The following example shows how to use the ConfigurationManager Read More...
Page view tracker