Alternative vs.net Resources

Source: Internet
Author: User
Tags command line extend net command net command line object model switches unsupported visual studio
Alternative vs.net Resources

Stingy God, 2001.08.25

Suddenly found himself IE favorites in the dotnet link slowly more, from the beginning of the one or two to now more and more links. I think it's because more and more people are starting to be interested in dotnet, such as C #, Web Service, XML. I like the IDE now vs.net, in addition to need more memory, function is rich, and more and more intelligent. But in addition to MS website instructions, it is difficult to find other information and resources, I found and collected some, hope to be useful to you:

Codeswap:

Today I installed this little thing so that I can publish my code to the network, and anyone who has the software installed can find and share the code. Just like looking for mp3 songs, I entered an "API" that really has such a headline article in it, and even you can vote for your opinion. The most interesting thing is that it is also a web Service, the current collection of articles is not a lot, but this kind of peer-to-peer mode so that I have a different way of communication.
You can go to the following Web site to see or download directly, only the index on the site, when you have completed the installation, you can download and use the code in the Vs.net.
Url:
Http://www.vscodeswap.net
Http://www.vscodeswap.net/codeswapaddin.msi


Vs.net Beta2 add-in:

Many foreign companies are doing MS programming tools add-in or assistive tools, MS has also published the vs.net of the Dia SDK, the earliest Beta1 published when the visual XSLT Add-in,beta2 when Crystal Reports The default option is installed in the vs.net. According to MS, some examples of automation samples are missing from visual Studio. NET Beta 2 Professional edition, but I don't seem to find them in the Enterprise Edition, But I found these examples and other interesting things here, including some examples of dotnet on MS Web sites such as: Vbcsharpwalkthroughs, IBuySpy, worth download of course including a Viso help zip. Ms's Directory doesn't have any instructions, I came with instructions in the back, so you know roughly what those zip bags are all about. Remind you to go quickly, has been a period of time, I do not know if MS will change password.
http://beta.visualstudio.net/
If you need to login then you can access this URL
ftp://vstudio:7^qs4*!8@transfer1.microsoft.com/betadownload/vstudio/

Automation Samples list:
Spell Check Macro
This is a macro that does spell-checking uses Word and C # Windows Forms for
The UI.

ToolWindow Add-ins
This is collection of three add-ins demonstrates how to create toolwindows in
C #, Visual Basic. NET and C + +.

Postbuildrules add-in
This add-in allows the "user to create rules" are applied after the
Solution build completes. This Visual Basic. NET Add-in demonstrates the use
The events and the Globals object in the Visual Studio. NET Automation Model.

Prebuildrules add-in
This is add-in allows the user to create rules that are applied before the
Solution build starts. This C # add-in demonstrates the use of events and the
Globals object in the Visual Studio. NET Automation Model.

Solution Extender add-in
This sample demonstrates the ' use of ' automation extenders to ' extend '
Existing Visual Studio objects with new properties and methods. You can
Extend property grid display objects as automation objects
More methods and properties are available to the caller. This sample extends
Both the Solution property grid display object as "the" DTE. Solution
Automation object.

WSH Script
The Wsh-vs.js sample demonstrates using Windows scripting Host to launch
Visual Studio. It'll create an instance of VS, and add a task item. To use
This sample, just double click on it from Explorer, or type wsh-vs.js at a
Windows command Prompt.

Scripthost add-in
Scripthost hosts the VBScript engine, and allows you-run VBS macros from
VC6 in the VS7 IDE. You don't need to make no syntatical changes to your
The code except for Method/property calls the are not available in V7.

Web App Provider add-in
This sample are the source code to the Web App Provider add-in that allows
You are upload your website to Hosting Providers from the homepage.

Generatehtml add-in
The generatehtml add-in takes the current selection in the TextEditor and
Generates colorized HTML with the proper formatting

Unsupported Tools
This is archive contains unsupported tools to is used with the Visual Studio
Object model. The following items are currently Available:ExtBrws.dll:To
Use it, regsvr32 the DLL, then load it from the VS or VBA add-in Manager
Dialog. Click the item on the Tools menu to bring up a dialog that displays
All the late bound objects available under DTE, DTE. Events, or
DTE. Properties. GenerateIcoData.exe:This is a program that would generate
Data that can is entered into the registry settings for a add-in that
Displays help about information. When generating the registry keys for help
About information, an icon are needed for display. To generate the binary
Data for the registry, would create a binary value, and copy the hex
information into this value. This is tool generates this information.

Simple Add-ins
The add-in'll display a message Box as all member of IDTExtensibility2 is
Called. It'll also add a button to the Tools menu, which when clicked
Displays a message. The Button that's added is do using the old style
Office CommandBars, rather than AddNamedCommand.

RegExplore add-in
RegExplore is a add-in that emulates Registry Editor, but as a tool
window within the environment. Some of the object model functionality
Demonstrated includes: (13)


Web Service Searching:

I remember in an article about Web service, I wrote in the future, there will be a Web service like the current portal portal site, one months ago I found this site, when it was recorded in the Visualstudiowire headlines, At present it collects many aspects of the Web Serveice, of course, from the perspective of the future or too little. What's even more interesting is that you select the ADD Web Reference in the Project menu in Vs.net Beta2, and then enter it directly in the dialog box that pops up http://www.salcentral.com/dotne.asp you find these Web The service can be used directly in your application.
The website collects Web service at a rate that is soaring, and many people are upload their Web service. You can go to the following website to find out the specific content:
Http://www.salcentral.com/dotnet/dnover.htm
Http://www.salcentral.com/salnet/webserviceswsdl.asp


Vs.net command line start:

A person accustomed to using the command line is difficult to use the graphical interface, VS98 when there are many prawns in the command line to compile their code written in Notepad, In the vs.net era I think these people still exist, and MS Internal also there are many, so the command line will be preserved, the following is some command-line parameters, perhaps the software is precisely because of these command switches to appear magical and interesting, and the graphical interface has always been a symbol of fools (hahaha)

Available Command Line switches:

/build build the specified solution configuration
/PROJECT Specifies the project to build instead of solution
Must specify/build to Use/project
/PROJECTCONFIG Specifies project configuration to build
Must specify/project to Use/projectconfig
/out write build output to specified file
/rebuild Like/build But forces a clean a
/clean Clean up build outputs
/deploy build the specified solution configuration and then deploy it
/run run the specified solution configuration
/runexit run the specified solution configuration and then terminate
/command executes the specified internal command line after startup
/mditabs Use Tabbed Documents interface
/mdi Use MDI interface
/FN use specified font name
/fs use specified font size
/LCID Use specified language ID
/NOVSIP disables VSIP developers license key for VSIP testing
/SafeMode only default environment and services load for stability
/resetskippkgs allow VSPackages once flagged for loading to
Load again

Product-specific switches:

/debugexe Open The specified executable to be debugged. The
Remainder of the command line are passed to this
Executable as its arguments.
/useenv use PATH, INCLUDE, libpath, and LIB environment variables
Instead of IDE paths for VC + + builds.



Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.