资源列表
[C#编程] Abstract-classes-convert-interface
说明:抽象类转换成接口 (1)要将抽象类改为接口,首先要改的就是将抽象类中的abstract class改成接口 的interface,同时,在类名前加I。 (2)接口中不需要虚方法,而且方法只要声明,所以,将抽象类中的虚方法中的关键字virtual删去,同时,接口中的方法只作声明。 (3)接口中,接口成员中的方法不需要覆盖,所以,将抽象类子类中所有的覆盖的方法中的关键字override删除,并在父类名前加I。 -Abstract classes convert interface<liyongsheng> 在 2025-06-28 上传 | 大小:12kb | 下载:0
[C#编程] MultipleInstanceService_src
说明:simple multipl. windows service.<Daniel> 在 2025-06-28 上传 | 大小:12kb | 下载:0
[C#编程] AssociationGrid_src
说明:Grid Control Showing Association, coded in C# language<HuangBingXiu> 在 2025-06-28 上传 | 大小:12kb | 下载:0
[C#编程] ChatSampleCS
说明:Chat ajax enabled web application Fast And Flixeble<fadel> 在 2025-06-28 上传 | 大小:12kb | 下载:0
[C#编程] csharp-registry-browser
说明:注册表浏览器,可以查看计算机注册表信息,为学习C SHARP注册表模块提供参考-Registry browser, you can view your computer' s registry information for learning C SHARP registry module to provide a reference<jake> 在 2025-06-28 上传 | 大小:12kb | 下载:0
[C#编程] RulesLogic
说明:RulesLogic. (.NET fr a mework 4.0/VS 2010) It allows simple rules creation and validation, like "(a = 3 or b = 4) and c = 7". Currently "and / or / = / != / () operators supported. The library can be extended with adding additional classes<agat> 在 2025-06-28 上传 | 大小:12kb | 下载:0
[C#编程] DownloadFileFromWeb
说明:这段代码演示如何使用C#中的URI类和WebClient类从网络上下载一个文件。这是常用的三种方法之一。-This demo shows how to use class URI and class WebClient in C# to download a file from web site.<Luke> 在 2025-06-28 上传 | 大小:12kb | 下载:0
[C#编程] Cpbcw_20111112104747
说明:C#实现FTP各种操作的封装类源码 很好,很方便-FTP operation to achieve a variety of C# wrapper class source very good, very convenient<shijunfengm> 在 2025-06-28 上传 | 大小:12kb | 下载:0