分享
 
 
 

另类的VS.NET 的资源

王朝c#·作者佚名  2006-01-08
窄屏简体版  字體: |||超大  

另类的VS.NET 的资源

小气的神 2001.08.25

突然发现自己IE的Favorites中有关dotnet的链接慢慢的多起来,从开始的一两个到现在越来越多的链接。我想,是因为有越来越多的人开始对dotnet感兴趣了,比如C#、Web Service、XML。我很喜欢现在VS.NET的IDE,除了需要更多的内存外,功能很丰富,而且越来越智能。但除了MS网站上的说明,很难找到其他的信息和资源,我找到和收集了一些,希望对你有用:

CodeSwap :

今天我安装了这个小东东,这样我可以将自己的代码发布到网络中,而且所有安装了这个软件的人都可查找和共享这些代码。就像找寻mp3歌曲一样,我输入了一个“API”果然有这样标题的文章存在,甚至你可以投票表示你的意见。最有意思的是它也是一个Web Service ,目前收集的文章还不是很多,但这种类似P2P的模式让我有一种不同的沟通方式。

你可以去下面的网址去看看或直接下载,网站上只有索引,当你安装完成之后,就可以在VS.NET中下载和使用这些代码了。

URL:

http://www.vscodeswap.net

http://www.vscodeswap.net/codeswapaddin.msi

VS.NET beta2 Add-in:

国外有许多公司在做MS编程工具的Add-in或辅助工具,MS也很早发表了VS.NET的DIA SDK,最早在Beta1发表时就看到了Visual XSLT 的Add-in,Beta2的时候Crystal Reports 成了缺省的选项被安装在VS.NET中。据MS的资料显示说有一些有关Automation samples的例子在Visual Studio .NET Beta 2 Professional Edition中是被遗漏了,但我在企业版中似乎也没有发现这些例子,不过我在这里发现这些例子和另外一些有趣的东西,里面还包括一些MS网站上dotnet的例子比如:VBCSharpwalkthroughs、IBuySpy,值得Download当然也包括一个Viso的帮助zip。MS的目录中没有任何说明,我附带了说明在后面,这样你大致知道那些Zip包都是干什么的了。提醒你要去赶快去,已经有一段时间了,不知MS会不会改Password。

http://beta.visualstudio.net/

如果需要你登陆那么你可以访问这个URL

ftp://vstudio:7^Qs4*!8@transfer1.microsoft.com/BetaDownload/vstudio/

Automation samples 清单:

Spell Check Macro

This is a macro that does spell-checking uses Word and C# Windows Forms for

the UI.

ToolWindow Add-ins

This 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 that are applied after the

solution build completes. This Visual Basic .NET add-in demonstrates the use

of events and the globals object in the Visual Studio .NET Automation Model.

PreBuildRules Add-in

This 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 well as automation objects so that

more methods and properties are available to the caller. This sample extends

both the Solution property grid display object as well as the DTE.Solution

automation object.

WSH Script

The wsh-vs.js sample demonstrates using Windows Scripting Host to launch

Visual Studio. It will 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 to run VBS macros from

VC6 in the VS7 IDE. You do not need to make any syntatical changes to your

code except for method/property calls that are not available in V7.

Web App Provider Add-in

This sample is the source code to the Web App Provider Add-in that allows

you to 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 archive contains unsupported tools to be 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 will generate

data that can be entered into the registry settings for an Add-in that

displays Help About information. When generating the registry keys for Help

About information, an icon is needed for display. To generate the binary

data for the registry, you would create a binary value, and copy the hex

information into this value. This tool generates this information.

Simple Add-ins

The Add-in will display a Message Box as each member of IDTExtensibility2 is

called. It will also add a button to the Tools menu, which when clicked

displays a message. The Button that is added is done using the old style

Office CommandBars, rather than AddNamedCommand.

RegExplore Add-in

RegExplore is an Add-in that emulates the Registry Editor, but as a tool

window within the environment. Some of the object model functionality

demonstrated includes: (13个)

Web Service Searching:

记得以前我在一篇有关Web Service的文章中写过,以后会有一个象现在门户网站一样的Web Service的门户网站,一个月前我发现了这家网站,当时它被记载在VisualstudioWire的Headlines中,目前它收集了许多方方面面的Web Serveice,当然从未来的眼光来看还是太少太少。更有趣的是你在VS.NET beta2中选择Project 菜单中的 Add Web Reference...,然后在弹出的对话框中直接输入http://www.salcentral.com/dotne.asp你发现这些Web Service直接就可以使用在你的应用程序中。

这家网站收集Web Service的速度还在飞涨,许多人都在Upload自己的Web Service。你可以去下面的网址了解具体的内容:

http://www.salcentral.com/dotnet/dnover.htm

http://www.salcentral.com/salnet/webserviceswsdl.asp

VS.NET 的命令行启动:

一个习惯了用命令行方式的人很难会去使用图形界面,VS98时就有许多大虾在用命令行方式编译他们那些用Notepad写的代码,到了VS.NET时代我想这些人还一样存在,而且MS内部也大有人在,所以命令行方式一定会保留下来,下面就是一些命令行参数,也许软件正是因为这些命令开关才显得神奇和有趣,而图形界面一直是傻瓜的象征(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 first

/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 failures to

load again

Product-specific switches:

/debugexe Open the specified executable to be debugged. The

remainder of the command line is passed to this

executable as its arguments.

/useenv Use PATH, INCLUDE, LIBPATH, and LIB environment variables

instead of IDE paths for VC++ builds.

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
2023年上半年GDP全球前十五强
 百态   2023-10-24
美众议院议长启动对拜登的弹劾调查
 百态   2023-09-13
上海、济南、武汉等多地出现不明坠落物
 探索   2023-09-06
印度或要将国名改为“巴拉特”
 百态   2023-09-06
男子为女友送行,买票不登机被捕
 百态   2023-08-20
手机地震预警功能怎么开?
 干货   2023-08-06
女子4年卖2套房花700多万做美容:不但没变美脸,面部还出现变形
 百态   2023-08-04
住户一楼被水淹 还冲来8头猪
 百态   2023-07-31
女子体内爬出大量瓜子状活虫
 百态   2023-07-25
地球连续35年收到神秘规律性信号,网友:不要回答!
 探索   2023-07-21
全球镓价格本周大涨27%
 探索   2023-07-09
钱都流向了那些不缺钱的人,苦都留给了能吃苦的人
 探索   2023-07-02
倩女手游刀客魅者强控制(强混乱强眩晕强睡眠)和对应控制抗性的关系
 百态   2020-08-20
美国5月9日最新疫情:美国确诊人数突破131万
 百态   2020-05-09
荷兰政府宣布将集体辞职
 干货   2020-04-30
倩女幽魂手游师徒任务情义春秋猜成语答案逍遥观:鹏程万里
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案神机营:射石饮羽
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案昆仑山:拔刀相助
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案天工阁:鬼斧神工
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案丝路古道:单枪匹马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:与虎谋皮
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:李代桃僵
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:指鹿为马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:小鸟依人
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:千金买邻
 干货   2019-11-12
 
推荐阅读
 
 
 
>>返回首頁<<
 
靜靜地坐在廢墟上,四周的荒凉一望無際,忽然覺得,淒涼也很美
© 2005- 王朝網路 版權所有