Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
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 (23)
Listings for Components Components (6)
Listings for Errors & Bugs Errors & Bugs (128)
Listings for Garbage Collector Garbage Collector (3)
Listings for General Info Articles General Info Articles (164)
Listings for Passport Passport (0)
Listings for Security Security (47)
Listings for Service Packs Service Packs (5)


How To Modify and Save XML with the XmlDocument Class in the .NET Framework SDK     
Total Hits: 100  |  Today: 0Author: 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: 86  |  Today: 0Author: 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 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: 68  |  Today: 0Author: 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 run a user control assembly that is hosted on Internet Information Services (IIS) in Internet Explorer     
Total Hits: 87  |  Today: 0Author: 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....

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: 79  |  Today: 0Author: 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....

INFO: Deploy an Enterprise Security Policy Before You Install the .NET Framework     
Total Hits: 84  |  Today: 0Author: Microsoft      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article discusses information about deploying a Microsoft .NET Framework enterprise security policy before you install the .NET Framework. This article also describes issues that you may experience when you install the .NET Framework with a restrictive enterprise security policy....

How to back up and restore .NET Framework configuration and security policy files     
Total Hits: 59  |  Today: 0Author: Microsoft      Rating:  
Read Reviews | Write Review |  Your Rating: 

This step-by-step article describes how you must back up and restore .NET Framework configuration and security policy files. Security policies define the permissions that are assigned to .NET Framework applications. Configuration files define the environment that is presented to .NET applications. These configuration files affect the system resources that are available to applications. The configuration files also affect the level of administrative credentials that the applications receive. The ...

How To Save a DataSet Class as XML in .NET Framework SDK     
Total Hits: 43  |  Today: 0Author: 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 back up and restore .NET Framework configuration and security policy files     
Total Hits: 53  |  Today: 0Author: Microsoft      Rating:  
Read Reviews | Write Review |  Your Rating: 

This step-by-step article describes how you must back up and restore .NET Framework configuration and security policy files. Security policies define the permissions that are assigned to .NET Framework applications. Configuration files define the environment that is presented to .NET applications. These configuration files affect the system resources that are available to applications. The configuration files also affect the level of administrative credentials that the applications receive. The ...

A user receives a "security exception" error message while running user code that is based on the .NET Framework 1.1 in a partial trust environment     
Total Hits: 84  |  Today: 0Author: Microsoft      Rating:  
Read Reviews | Write Review |  Your Rating: 

If a user runs user code that is based on the Microsoft .NET Framework version 1.1 in a partial trust environment, a security exception error may occur. For example, when a Microsoft Windows Forms control is running in Microsoft Internet Explorer, the user may receive the following error message:...

How to: Use the DateTimePicker Class in the .NET Compact Framework     
Total Hits: 105  |  Today: 0Author: Microsoft Corporation      Rating:  
Read Reviews | Write Review |  Your Rating: 

The .NET Compact Framework version 2.0 supports the DateTimePicker class, but with only the members like CalendarFont property. CustomFormat property. Format property. The .NET Compact Framework supports all values of the DateTimePickerFormat enumeration. MaxDate property. MinDate property. ShowUpDown property. ValueChanged event. OnValueChanged method. Note that because OnValueChanged is provided, a derived class can use this method without having to connect an event handler delegate....

How to: Sort ListView Items     
Total Hits: 30  |  Today: 0Author: Microsoft Corporation      Rating:  
Read Reviews | Write Review |  Your Rating: 

The .NET Compact Framework does not support the Sort method for a ListView, but you can still sort items using the IComparer interface and use the Sort method on an ArrayList....

Controls in the .NET Compact Framework     
Total Hits: 24  |  Today: 0Author: Microsoft      Rating:  
Read Reviews | Write Review |  Your Rating: 

The table lists the controls, components, and types for developing Windows Forms applications that are provided by the .NET Compact Framework, with implementation notes where applicable. You can load and create instances of data and controls in the constructor of the form, but positioning the control and setting other properties is best performed in the load function. The .NET Compact Framework version 2.0 added support for the BackColor property on most common controls....

.Net Application Development Services     
Total Hits: 68  |  Today: 0Author: ctgroup      Rating:  
Read Reviews | Write Review |  Your Rating: 

Learn how to Design and develop web applications, Smart Clients and Web Services in Microsoft .Net Framework....

Differences Between Listening Socket Reuse Behavior in Windows 2000 and Windows NT 4.0 (Q307175)      
Total Hits: 193  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article describes the differences between the listening socket reuse behavior in Windows 2000 and in Windows NT 4.0....

PRB: Slower Performance of .NET Connected Applications After You Install Service Pack 1 for the .NET Framework     
Total Hits: 135  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

On a computer running Microsoft Windows NT, Windows 2000, or Windows XP, after you install Service Pack 1 (SP1) for the .NET Framework, you may experience slower performance when you run applications that were created by using ASP.NET and Visual Studio .NET...

Code Access Security and Distribution Features in .NET Enhance Client-Side Apps     
Total Hits: 320  |  Today: 0Author: Jason Clark      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article, Jason Clark enumerates the pertinent features of .NET that will allow you to build safe, easily deployable controls. The features discussed include managed code, code access security, versioning control, Windows Forms classes, and isolation.....

INFO: .NET Framework Change in Default Machine Level Security Policy (Q317399)      
Total Hits: 208  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

When you install Microsoft .NET Framework Service Pack 1 (SP1), this automatically sets a new default security policy, replacing the previous security policy that was in effect. The change in default security policy disallows managed code downloaded from the Internet zone from running (as configured on the Security tab under Internet Options in Microsoft Internet Explorer). Previously, this code was allowed to run with a limited set of permissions roughly analogous to the permissions that script...

INFO: Determining Whether Service Packs Are Installed on .NET Framework (Q318785)      
Total Hits: 364  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article explains how to determine whether service packs are installed for your .NET Framework installation....

INFO: How to Obtain the Latest .NET Framework Service Pack (Q318836)      
Total Hits: 201  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

Service packs are the means by which Microsoft distributes bug fixes. Service packs keep a product current. Service packs include updates and may include system administration tools, drivers, and additional components, which are conveniently bundled for easy downloading. Service packs are cumulative; each new service pack contains all the fixes that are in previous service packs, as well as any new fixes. You do not need to install a previous service pack before you install the latest one....



Disclaimer - Privacy
© 2002-2012 DevASP.net