Search - Articles - Dev Forums - Favorites - Member Login  
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Monday, March 15, 2010

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 > 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 (5)
More Categories for Errors & Bugs Errors & Bugs (29)
Listings for General General (35)
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: Create Remote IIS Web Sites    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

A remote IIS Web site is an Internet Information Services (IIS) Web application that is running on another computer. Visual Web Developer communicates with the Web site by using the HTTP protocol and FrontPage Server Extensions from Microsoft.

To create a remote IIS Web site requires the following:

*

The remote computer must be running the .NET Framework version 2.0.
*

The remote computer must have IIS version 5.0 or later installed and running....

How to: Display Hidden Information in Design View    Version: 0.00       Price: $0.00   
Total Hits: 5  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

To help you edit, Design view in Visual Web Developer can display glyphs and borders to mark elements on the page. In addition to helping you see where the elements are, using these features can help you avoid inadvertently deleting non-graphic elements (such as div, span, form, and script elements) from your page while editing....

Code Snippet Functions    Version: 0.00       Price: $0.00   
Total Hits: 6  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

There are three functions available to use with Visual C# code snippets. Functions are specified in the Function Element (IntelliSense Code Snippets) element of the code snippet. For information on creating code snippets, see Creating and Using IntelliSense Code Snippets....

How to: Create a New Snippet with Imports and References    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

If you create a Visual Basic code snippet, you have the ability to specify the necessary references and Imports statements required for your code to run. When the code snippet is inserted, Visual Studio 2005 will add the specified references and Imports statements to the project....

How to: Create a New Snippet with Replacements    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

You may have portions of code snippets that you want to be replaced by the person inserting them. This is useful if you want to reference a specific variable or object, and want the user to be able to replace the variable or object with one in his or her project. IntelliSense Code Snippets provide this ability with the Literal and Object elements....

How to: Package Community Components to Use the Visual Studio Content Installer    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

You can create and share items for use in Visual Studio. Types of items can include starter kits, macros, code snippets, or add-ins, among others. To make it easier for other developers to use your item within Visual Studio, you can package the item in a .vsi file, which is typically referred to as a community component, so that it can be installed by using the Visual Studio Content Installer. The Visual Studio Content Installer automatically copies the items in community components to the corre...

How to: Package and Install Custom Controls for the Toolbox    Version: 0.00       Price: $0.00   
Total Hits: 3  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

Visual Studio includes many Toolbox controls. If these controls do not meet your needs, you can search for additional controls online or create your own custom controls for use in Visual Studio. For more information about how to locate Toolbox controls online, see How to: Find Community Components....

How to: Publish Code Snippets    Version: 0.00       Price: $0.00   
Total Hits: 6  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

For a code snippet to appear in the code editor on a user's computer, it must be installed on the computer and imported into Visual Studio by using the Code Snippet Manager. To make this process easier, you can put your snippet file in a Visual Studio Installer (.vsi) file, which a user can put in the correct location by using the Visual Studio Content Installer. The .vsi file can then be easily shared with other developers throughout the community....

How to: Launch Specific Files When Opening Templates    Version: 0.00       Price: $0.00   
Total Hits: 1  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

When you open a project template in the development environment, you may also want to display a specific source file. For example, when you create a Windows application, you might want to display a blank form or the default Windows form as a starting point for development....

How to: Manually Create Item Templates    Version: 0.00       Price: $0.00   
Total Hits: 1  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

The process for creating a custom item template is fairly simple. The required items for a project item template are as follows:

*

The metadata file (*.vstemplate) that Visual Studio uses to define how to display the project item in the development environment and, if you have specified the appropriate properties, to customize how the project item is created.
*

The code file, such as a Windows form, Web form, class file, or resource file....

How to: Create Multi-file Item Templates    Version: 0.00       Price: $0.00   
Total Hits: 1  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

Item templates may only specify one item, but sometimes the item is made up of multiple files. For example, Windows forms item templates require the following three files:

*

A .vb file that contains the code for the form.
*

A .designer.vb file that contains the designer information for the form.
*

A .resx file that contains the embedded resources for the form....

How to: Create Item Templates for Specific Project Types    Version: 0.00       Price: $0.00   
Total Hits: 1  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

The development environment enables you to make project items available from the Add Item dialog box for certain projects. Use this procedure to make custom items available for Windows, Web, Office, Smart Device, or database projects.
To display item templates for specific project types

1.

Locate the ProjectType element in the .vstemplate file for the item template.
2.

Add a ProjectSubType element immediately after the ProjectType element....



DevASP.Net - Disclaimer - Privacy
© 2002-2010 DevASP.net