Many times we want our programs to run as soon as windows start or as soon as the user logs on to the machine. This can be accomplished in various ways such as: 1.Modifying registry settings. 2.Writing to the startup files. A list of registry keys that can start a program when Windows boots-up and some of the file to be modified is given below. You can add the programs to the below given keys, as required. In the article I have frequently used two root keys i.e. HKEY_LOCAL_MACHINE...
In Windows Communication Foundation (WCF), creating a federated service consists of the following main procedures: 1. Configuring a WSFederationHttpBinding or similar custom binding. For more information about creating an appropriate binding, see How to: Create a WSFederationHttpBinding. 2. Configuring the IssuedTokenServiceCredential that controls how issued tokens presented to the service are authenticated. This topic provides details about the second step. For more information ...
Windows Communication Foundation (WCF) allows you to log security events to the Windows event log, which can be viewed using the Windows Event Viewer. This topic explains how to set up an application so that it logs security events. For more information about WCF auditing, see Auditing Security Events....
This step-by-step article describes how to use the System.Xml.XmlDocument class and the related classes to programmatically modify XML documents.
XML content can be classified broadly into a collection of nodes and attributes of the nodes. You can modify the content by modifying the nodes or the attributes. The System.Xml.XmlDocument class implements the core XML Document Object Model (DOM) parser of the Microsoft .NET Framework. This class is compliant with the World Wide Web Consortium ...
The Microsoft .NET Framework 1.1 adds two new methods that follow: • SetMinThreads • GetMinThreads These two new methods are for the ThreadPool class. The SetMinThreads method is used to increase the number of idle Worker threads or the number of I/O completion threads that the ThreadPool class maintains. The GetMinThreads method is used to obtain the current settings....
This step-by-step article describes what meta data assemblies are and in what scenarios you can use them. This article also explains how to use the Soapsuds tool with the nowrappedproxy flag to generate a meta data assembly....
This article discusses the following subjects: • How to run a managed assembly that resides on a local intranet share. • How to avoid the security-related exception messages that may occur when the assembly requires more permissions....
This article demonstrates how to use the XmlTextReader class to read Extensible Markup Language (XML) from a stream. The stream can come from a variety of sources, such as a byte stream from a server, a file, or a TextReader class....
This document illustrates how to save relational data that is loaded into a DataSet class to a file as Extensible Markup Language (XML). This demonstrates the transition between relationally mapped data and XML data....
This article discusses how to run a user control assembly that is hosted on Microsoft Internet Information Services (IIS) in Microsoft Internet Explorer....