摘要:
figure 2.3
the new project dialog box.
if you examine the visual basic project types, you’ll see that many of them are dif-ferent
from what you are used to with vb6. some of the major project ......
摘要:
如果你以前经常使用visual basic的话,你会发现visualbasic .net有点熟悉,又有一点陌生。在可以利用许多以前就具备的技巧和知识的同时,仍然有很多东西要学。
许多公司花费了大笔的资金投资于visual basic6.0编写的软件,这些公司将面临如何处理这些已存在的软件的问题。我在介绍visual basic .net新特点的同时,将会介绍影响把代码移植到vis......
Chapter4BuildingClassesandAssemblieswithVB.NET
building classes and
assemblies with vb.net
during the last three or so years, most vb developers have
spent a great percentage of their time building com compo-nents.
these components are used as the middle-tier compo-nents
in n-tier systems. the benefits of building n-tier
applications are well known, and include:
• code reuse
• elimination of many or all distribution headaches
• encapsulation of business logic to control business
processes and access to databases
not surprisingly, vb.net lets you build components, but
they are no longer com components. com components
have certain elements such as class ids (s), type
libraries, a...
下一页 摘要:
对于.net,人们比web应用程序投入了更大的关注。vb第一次承诺,可以额外提供对控制台程序以及windows服务的支持。因为这一点,rob macdonald回过头来问:用vb.net究竟可以做什么?换一句话说,vb.net是否适合你?
目前为止,许多软件公司(包括microsoft)都将他们的产品压缩在一个安装包里提供给开发人员。我们就一直忍受着那些令人头痛的配置和版本匹配的问......