当前位置:.Net技术首页 >> .NET Framework >>
-
[2004-10-01] 使用 .NET 框架类替代 API 调用 (二)
使用 System.Environment 类 System.Environment 类提供了若干不同的信息,如果没有这些信息,就需要进行多次 Windows API 调用。使用 System.Environment 可以检索: 有关可用驱动器的信息(GetLogicalDrives 方... -
[2004-10-01] 头一次手写这么长的代码,真累:(
public delegate void DataInputEventHandler(object sender,EventArgs e);//如果你不重载EventArgs,此处不必做委托,用Event就可以了。 public class EventSource() { public event D... -
[2004-10-01] 使用 .NET 框架类替代 API 调用 (一)
使用 .NET 框架类替代 API 调用 升级到 Microsoft .NET Ken Getz MCW Technologies 2002 年 2 月 摘要:通过学习 Microsoft .NET 框架中某些特定而有用的类,可以减少您对 Win32 API 调用的依赖。本文讨论的... -
[2004-10-01] ANN:Microsoft Releases Shared Source CLI and C# Implementation
昨天,3月27日,Redmond 宣布共享代码的 CLI 和 C# 实现发布。比起Netscape Navigator 5.0的17 million 行源代码来说它只有100多万行,但这一百万行代码足以满足C#爱好者内心深处的好奇心,并且他们会为此激动不已... -
[2004-10-01] Vs.NET IDE启动时"the application cannot start."的解决办法
Visual Studio .NET 启动时"the application cannot start."的解决办法 一般IDE不能启动有以下两种原因: 1.不能加载msxml3.dll 2.不能加载mso.dll *不能加载msxml3.dll 该种问题我相信最多,应该是... -
[2004-10-01] 让JAVA 和 .NET框架共存
原创作者:Ashish Banerjee 翻译整理:51DOTNET CLUB(WWW.51DOTNET.COM)SLASH 目的:对JAVA与.NET框架共存的可能性做一个评估 目标受众:JAVA程序员和系统工程师 提要:  ... -
[2004-10-01] .NET编码方法
编码方法合并了软件开发的许多方面。尽管它们通常对应用程序的功能没有影响,但它们对于改善对源代码的理解是有帮助的。这里考虑了所有形式的源代码,包括编程、脚本撰写、标记和查询语言。 不建议将这里定义的编... -
[2004-10-01] .NET 框架类库(下)
System.Runtime.Remoting.Contexts 包含定义所有对象所驻留的上下文的对象。上下文是一个有序的属性序列,用于定义其中的对象所处的环境。上下文是在对象的激活过程中创建的,这些对象被配置为要求某些自动服务... -
[2004-10-01] Microsoft .NET框架FAQ续
垃圾回收什么是垃圾回收? 垃圾回收是一种机制,它使计算机能够检测到对象何时不能再被访问。然后它自动释放该对象所使用的内存(同时调用由用户编写的称为“终结程序”的清理例程)。有些垃圾回收器(如 .NET ... -
[2004-10-01] .NET 框架类库(上)
.NET 框架类库是一个由 Microsoft .NET 框架 SDK 中包含的类、接口和值类型组成的库。该库提供对系统功能的访问,并且被设计为 .NET 框架应用程序、组件和控件的生成基础。 文档约定 用法 异常 线程安全 命... -
[2004-10-01] VisualStudio.Net三个版本的区别
From MSDN: http://msdn.microsoft.com/vstudio/prodinfo/purchase/features.asp A = Visual Studio .NET Enterprise Architect Edition D = Visual Studio .NET Enterprise Developer Edition&nbs... -
[2004-10-01] .Net正式版中的一些Bug及其解决方案
.Net正式版中的一些Bug及其解决方案 (原创) 作者: 飞刀 (1)Session的问题 问题: 在我的Windows.Net 3604 + .Net Framework正式版的编程环境中,.Net下的Session总是有问题,比... -
[2004-10-01] 精彩推荐:.Net编程的十个技巧
.NET编程的10点技巧 -------------------------------------------------------------------------------- 不管你是对Windows Forms, ASP .NET, Web Services感兴趣, 还是对 .NET Framework感兴趣,这些技巧帮助... -
[2004-10-01] UnicodeToUTF8
ConVertUnicodeToUTF8(const WCHAR *wstrIn, BYTE *buff,int vLen) { ASSERT(wstrIn); int wLen=wcslen(wstrIn); int i=0; #define p... -
[2004-10-01] J2EE vs. Microsoft.NET 之 Web Services
J2EE vs. Microsoft.NET 之 Web Services ——建置XML架构的Web Services之比较 作者:佚名 本... -
[2004-10-01] The following FAQ answers some of the most common questions about .NET Reflector.
Does Reflector support XML documentation viewing? Reflector actually includes an XML documentation viewer. Select a type, constructor, method, property, field or event and hit the F1 key. The pro... -
[2004-10-01] Creating Collection Classes in C#
Creating Collection Classes in C# Introduction Collection classes are used frequently in .NET. For example, classes like ArrayList, NamevalueCollection, HashTable are collection classes. One pec... -
[2004-10-01] Collection and Object Ordering
.Net SDK provides a number of collection classes in the System.Collections namespace. We use these collection classes to store objects inside them and perform some operation on them later on as p... -
[2004-10-01] Creating dynamic data structures(from flws)
Creating dynamic data structures. In the first part of this series - Creating custom collections - I showed how to wrap a .NET collection class to create a new enumerable collection with a custom ... -
[2004-10-01] Creating and displaying a DataSet in Dreamweaver MX
Creating and displaying a .Net dataset The new .Net server model in Dreamweaver MX lets you leverage the power of the .Net framework in a visual environment. Anyone that is familiar wit...

