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, May 10, 2008

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 > Visual Studio.Net
Search:
What's New - What's Hot
Listings for Assembly Assembly (10)
Listings for Bugs Bugs (5)
Listings for Debugging Debugging (9)
Listings for Deployment Deployment (3)
More Categories for Errors & Bugs Errors & Bugs (29)
Listings for General General (20)
Listings for Installation Installation (8)
More Categories for Management Instrumentation (WMI) Management Instrumentation (WMI) (0)
Listings for Oracle & .NET Oracle & .NET (3)
Listings for Web Forms Web Forms (3)
Listings for Web Services Web Services (9)
Listings for Windows Forms Windows Forms (9)
Listings for Windows Installer Windows Installer (1)
 

How To Deploy .NET Windows Application        
Total Hits: 3  |  Today: 0 Author: Bean Software       Rating:  
Read Reviews | Write Review |              Your Rating: 

Deployment is the process of distributing the files that make up an application to install it on the target computers. Here we will be learning the deployment using the Visual Studio .NET Deployment tools. Before the practical demo I must tell you the various project editors that used in for the deployment. Visual Studio .NET allows you to specify files to be included in a deployment project and to create registry entries when the application is deployed....

HOW TO: Create and Use a Meta Data Assembly        
Total Hits: 17  |  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 Check the Windows Identity in a Client Application in Windows .NET Framework        
Total Hits: 9  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article demonstrates how to use the classes in the System.Security.Principal namespace to check the user's Microsoft Windows user name and group memberships from a client application....

How to populate the datagrid on background thread with data binding by using Visual C#        
Total Hits: 13  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |              Your Rating: 

This step-by-step article shows you how to query a database on a background thread and use databinding to display the results in a DataGrid object.

When large queries to a database are executed, the application may become unresponsive for a long period of time. To avoid this behavior and decrease the waiting time of the user, the query can be executed on a background thread, releasing the application for other tasks until the data is returned from the database and databinding is performed...

Creating and opening ASP.NET projects in Visual Studio .NET        
Total Hits: 11  |  Today: 0 Author: Jerry Orman       Rating:  
Read Reviews | Write Review |              Your Rating: 

Welcome to the ASP.NET Support Voice column! My name is Jerry Orman. I have been with Microsoft over 5 years, and have spent most of my time focused on Web-related technologies such as Microsoft FrontPage and the new Microsoft SharePoint technologies. I have spent the last year working with Microsoft ASP.NET as a support engineer. This month in the Support Voice column, I am going to describe creating and opening ASP.NET projects in Microsoft Visual Studio .NET....

HOW TO: Create and Test an XML Web Service in Visual Basic .NET        
Total Hits: 18  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |              Your Rating: 

This step-by-step article describes how to create and test an XML Web service created using ASP.NET by using Visual Studio .NET, and how to test the XML Web service with a simple Microsoft Visual Basic .NET console client.

XML Web services are quickly becoming the preferred way to communicate with applications outside of the domain of the application. XML Web services enable clients to access component functionality across the Internet without configuring firewalls to allow access to inte...

How to store custom information to and retrieve custom information from an application configuration file by using Visual C++ .NET or Visual C++ 2005        
Total Hits: 7  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article describes how to store custom information in the configuration (.config) file of an application. This article also describes how an application can retrieve stored information from the associated configuration file during run time. The concepts that are described are helpful when you must define data that is associated with an application....

How to debug managed-client applications that are started by using a URL in Visual Studio .NET or in Visual Studio 2005        
Total Hits: 14  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article describes how to use the IEExec.exe application to debug managed-client applications that you start by using a URL in Microsoft Visual Studio .NET or in Microsoft Visual Studio 2005....

HOW TO: Use the IEHost Log to Debug .NET Object Hosting in Internet Explorer        
Total Hits: 13  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article describes how to activate extended error logging for IEHost.dll, the managed Common Language Run-time (CLR) host that runs inside Internet Explorer.

The Microsoft .NET Framework SDK documentation describes how to use Fuslogvw.exe to debug problems that may occur when you host a .NET module in Internet Explorer. "Fusion," from which this utility takes its name, is Microsoft's new zero-impact program-installation technology. Therefore, Fuslogvw.exe reports errors only in downlo...

How to dynamically add ActiveX controls that require run-time licenses in Visual C++ .NET or in Visual C++ 2005        
Total Hits: 13  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |              Your Rating: 

This step-by-step article describes how to manually add a run-time license to an ActiveX control that is dynamically created in Microsoft Visual C++ .NET or in Microsoft Visual C++ 2005. When a UserControl control contains one or more controls that require run-time licenses, the UserControl control implicitly becomes a licensed control (a control that requires a run-time license). In Microsoft Visual Basic 6.0, you can manually add licenses to the licenses collection by using the Licenses.Add() ...

How to install an assembly in the global assembly cache in Visual C++ .NET and in Visual C++ 2005        
Total Hits: 25  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article describes how to generate a strong name for an assembly, and how to install a DLL in the global assembly cache (GAC). With the global assembly cache, you can share assemblies across multiple applications. The .NET runtime automatically installs the global assembly cache. Components are typically stored in the WINDIR\Assembly folder, where WINDIR is the name of your windows folder....

How to write your own registry accessing functions by using the base class libraries in Visual C++ .NET or in Visual C++ 2005        
Total Hits: 11  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article describes how to use Microsoft Visual C++. NET or Microsoft Visual C++ 2005 to access the registry. To do this, write your own registry accessing functions by using the Base Class Libraries....



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