摘要:
visual studio .net 有三个可用的版本:visual studio 专业版、visual studio 企业级开发人员版和 visual studio 企业级结构设计人员版。另外,visual studio 附带的核心语言——visual basic .net、visual c++ .net 和 visual c# .net 每个都以单独的版本提供。
下表列出了随各......
摘要:
用vb.net打造namespace
(王天 2001年11月05日 18:53)
自从微软公司发布了.net 框架过以后,作为.net中的一个重要程序开发语言--vb.net,就开始让那些以前对vb有偏见的人大吃一惊。虽然说vb.net是vb的一个后继版本,但二者之间的差别是十分巨大的。以前版本的vb虽然号称自己是一种oop(面向对象)编程语言,但却不是一个地地道道的oop编程......
给开心的:VisualStudio.NETCustomWizards
visual studio .net supports a number of built in project types and wizards that generate skeleton projects and solutions depending on the type of application the developer intend to build. these project templates are an excellent way to automate the basic plumbing required for very common project types, such as windows applications, class libraries and web services. however, visual studio .net supports only those basic project types that are extremely common across the developer community. given the wide diversity and disparity of developer needs, visual studio .net (and for that matter, previous versions of visual studio as well) expose an extensible architecture, where developers can write their own custom project types and wizards. this is an excellent feature that allows developers to write canned skeleton code that can be generated automatically, without having to resort to the infamous "copy-paste" anti-pattern. one of the strongest motivations for writing custom wizards is to write skeleton code once, and have it automatically customized, generated, and added to further projects. in this article, we will explore visual studio .nets support for building custom wizards, and discuss how developers can create their own wizards and project templates. further, we will build a sample wizard that generates a class that main...
下一页 摘要:
华盛顿州redmond 6月22日消息 -- 微软公司今天在论坛2000上发布了名为microsoft .net的新一代平台。有了它,以新网络工具和可编程网络服务的有力组合为特征的第三代因特网将可以让所有的开发商、公司用户和消费者都得到更多的益处。基于诸如xml和soap等因特网标准的microsoft .net融合了当今最优秀的计算和通信方案,能够促进因特网从基于html协议的单纯......