摘要: 大家都知道asp.net提供了一个webapplication的配置文件web.config,让我们可以很方便地设置web应用程序,另外还可以在appsettings节中增加一些我们常要使用的单元,如数据库连接串等,利用system.configuration.configurationsetting类我们可以很容易读取这些单元的值,但是要改变这些值就需要一些技巧了,下面我就来告诉大家如何在运行......
摘要:类库....................zxit.com.email.dll版本....................1.0.0.3发布日期................2002年3月1日授权方式................免费共享功能....................smtp支持email格式...........纯文本、html编码方式................asci......
Microsoft发布Rotor,一场SharedSource对OpenSource的速度比赛上一页 ...microsoft不是一家小公司,所以他不会轻易的接近gpl,以免只要有一样接触到gpl,那么所有的产品都可能会变成gpl的 (don box说gpl是一种“viral licences”)如果说为研究学习与进步的需要公开源代码,microsoft一般会选择shared source.window ce.net与这一次shared source cli等等,甚至windows 2000/xp/.net server都是这样.尽管microsoft被他的对手认为是极其无赖的,但本质上他符合美国商业最基本的一条规则:你可以选择不玩这个游戏,但只要你进入,那么你必须遵守这个游戏中的所有规则.
好了,先不管为什么不是“open source”的原因与可能的争论, 看看这个11m的软件包中有些什么,能干什么吧.(不喜欢翻译所以不翻译了,见谅) 【程序编程相关:
小偷程序(ASP.NET+c#)
】
【推荐阅读:
C#和SQL数据浏览分页
】
有什么特色? 【扩展信息:
Autodesk官方最新的.NET教程】
the shared source cli archive contains the following technologies in source code form:
l an implementation of the runtime for the common language infrastructure (ecma-335) that builds and runs on windows xp and freebsd
l compilers that work with the shared source cli for c# (ecma-334) and jscript
l development tools for working with the shared source cli such as assembler/disassemblers (ilasm, ildasm), a debugger (cordbg), metadata introspection (metainfo), and other utilities
l the platform adaptation layer (pal) used to port the shared source cli from windows xp to freebsd
l build environment tools (nmake, build, and others)
l documentation for the implementation
l test suites used to verify the implementation
我能用它做什么?there is a wealth of programming language technology in the shared source cli. it is likely to be of interest to a wide audience, including: ...
下一页 摘要:microsoft .net 中的基类继承 升级到 microsoft .net paul d. sheriffpdsa, inc. 2001 年 12 月
摘要:本文介绍了继承,说明了如何继承基类,并且介绍了 microsoft .net 中的实现继承和接口继承。
目标
继承概述
了解如何继承基类
了解接口继承
了解实现继承
前提条件
要彻底理解本文内容,需要......