Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Saturday, November 22, 2008

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Knowledge Base > .NET Framework
Search:
What's New - What's Hot
Listings for Assembly Assembly (12)
Listings for Components Components (6)
Listings for Errors & Bugs Errors & Bugs (125)
Listings for Garbage Collector Garbage Collector (3)
Listings for General Info Articles General Info Articles (83)
Listings for Passport Passport (0)
Listings for Security Security (13)
Listings for Service Packs Service Packs (6)


How to add your application to Windows Startup        
Total Hits: 9  |  Today: 0 Author: Sandeep Aparajit       Rating:  
Read Reviews | Write Review |   Your Rating: 

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...

How to: Configure Credentials on a Federation Service        
Total Hits: 18  |  Today: 0 Author: msdn.microsoft       Rating:  
Read Reviews | Write Review |   Your Rating: 

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 ...

How to: Audit Windows Communication Foundation Security Events        
Total Hits: 14  |  Today: 0 Author: msdn.microsoft       Rating:  
Read Reviews | Write Review |   Your Rating: 

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....

HOW TO: Modify XML Data by Using DOM in .NET Framework with Visual C# .NET        
Total Hits: 78  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |   Your Rating: 

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 ...

How To Modify and Save XML with the XmlDocument Class in the .NET Framework SDK        
Total Hits: 30  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article was previously published under Q301233
This article refers to the following .NET Framework Class Library namespace:
• System.XML...

Information about the new GetMinThreads method and the new SetMinThreads method of the ThreadPool class in the .NET Framework 1.1        
Total Hits: 27  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |   Your Rating: 

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....

HOW TO: Create and Use a Meta Data Assembly        
Total Hits: 26  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |   Your Rating: 

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....

How to run a managed assembly from a local intranet share and how to make security changes if the assembly requires more permissions in the .NET Frame        
Total Hits: 23  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |   Your Rating: 

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....

How To Read XML Data from a Stream in .NET Framework SDK        
Total Hits: 32  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |   Your Rating: 

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....

HOW TO: Set Up a COM Component to Be Used from a .NET Client Across Computer Boundaries        
Total Hits: 30  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |   Your Rating: 

This step-by-step article explains how to use a COM dynamic-link library (DLL) from a .NET client across computer boundaries....

How To Save a DataSet Class as XML in .NET Framework SDK        
Total Hits: 33  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |   Your Rating: 

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....

How to run a user control assembly that is hosted on Internet Information Services (IIS) in Internet Explorer        
Total Hits: 25  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article discusses how to run a user control assembly that is hosted on Microsoft Internet Information Services (IIS) in Microsoft Internet Explorer....



DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net