C#编程资料,编程资料分享-爱资料
分类:
C#语言初级入门(1)

C#语言初级入门(1)

栏目分类:C# 浏览次数:253 发布时间:2015-09-26

本文来源于阿里西西WEB开发社区http://www.alixixi.com收集整理,欢迎访问。 导读 C#是Microsoft开发的一种新语言,它和C/C++一样强大,和Java一样提供丰富的网络编程支持和自动内存管理,和...

TAG:
如何使用C#访问POP3服务器(转)

如何使用C#访问POP3服务器(转)

栏目分类:C# 浏览次数:247 发布时间:2015-09-26

//希望通过这篇文章,你可以用C#写出自己的Email客户端程序 This is a follow up to my SMTP example that shows how to access your POP3 server. This program connects and logs on to your POP3 server, and checks to see how ma...

TAG:
《A Programmers Introduction to C#》 by Eric Gunnerson

《A Programmers Introduction to C#》 by Eric Gunnerson

栏目分类:C# 浏览次数:253 发布时间:2015-09-26

国内最大的酷站演示中心! 点击看优秀酷站设计... 好书推荐 Written for those who have some previous C/C++ or Java experience, A Programmer's Introduction to C# is a fast-moving and smart tutorial for using Microsoft's ne...

TAG:
c#写的五子棋程序,供学习WinForms的鼠标事件和使用GDI+,源码下载。

c#写的五子棋程序,供学习WinForms的鼠标事件和使用GDI+,源码下载。

栏目分类:C# 浏览次数:196 发布时间:2015-09-26

前几天没事,写了一个小程序,可以用于学习C#。 程序使用了VS.NET环境编译,你的机器只要安装了.NET Framework SDK就可以运行。 源码和执行文件可以下载 你不想下载也可读一下源码(图...

TAG:
WebGain and HP Collaborate to Bridge Java and .NET Environments

WebGain and HP Collaborate to Bridge Java and .NET Environments

栏目分类:C# 浏览次数:201 发布时间:2015-09-26

[阿里西西]网站运营reg; .NET platform and the Sun Microsystems Enterprise Java platform by integrating XML standards and technologies. WebGain plans to develop versions of VisualCafé Enterprise Edition, WebGain Studio TopLink and Ap...

TAG:
转阿土伯找到的文章:C# Coding Examples

转阿土伯找到的文章:C# Coding Examples

栏目分类:C# 浏览次数:217 发布时间:2015-09-26

阿里西西下载中心 - 最新优秀源码下载 C# Codeing Examples -------------------------------------------------------------------------------- Provided by Jeffrey Richter Jeffrey Richter (JeffreyRichter.com) is a cofounder of Wint...

TAG:
SUNWEN教程之

SUNWEN教程之

栏目分类:C# 浏览次数:179 发布时间:2015-09-26

SUNWEN教程之----C#进阶 (七) mrfat@china.com 大家好,我是武汉华师的SUNWEN.现在是五月四日中午,昨天一天由于在搞自己的技术网站,叫鬼子山技术站,(嘿嘿,有点恐怖吧!)所以没有写.等这个站建...

TAG:
用Visual C#调用Windows API函数(转)

用Visual C#调用Windows API函数(转)

栏目分类:C# 浏览次数:181 发布时间:2015-09-26

用Visual C#调用Windows API函数 北京机械工业学院研00级(100085)冉林仓 Api函数是构筑Windws应用程序的基石,每一种Windows应用程序开发工具,它提供的底层函数都间接或直接地调用了Windo...

TAG:
String类使用的例子(2)

String类使用的例子(2)

栏目分类:C# 浏览次数:190 发布时间:2015-09-26

Console.Write(Enter the string array length : ); string strArr=Console.ReadLine(); int intArr=int.Parse(strArr); for (int i=0;iintArr;i++) Console.Write(Enter string + i + : ); strTempArr[i]=Console.ReadLine(); Console.WriteLine(the Concate...

TAG:
String类使用的例子(3)

String类使用的例子(3)

栏目分类:C# 浏览次数:197 发布时间:2015-09-26

if (first==strFL) Console.WriteLine(The index value returned is : + objString.str.IndexOfAny(c,intStart)); else Console.WriteLine(The index value returned is : + objString.str.LastIndexOfAny(c,intStart)); break; case 3: Console.Write(Enter...

TAG: