一周最新示例代码回顾 (3/19–3/25)

回顾上周微软一站式示例代码库最新发布的7篇示例代码:

[Sample of Mar 25th] LINQ to Objects Demo 
该示例演示了LINQ to Objects基础。适合于刚刚接触LINQ的开发人员学习。

[Sample of Mar 24th] XML Serialization 
该示例演示了如何通过xml serialization 技术将内存中的.NET对象序列化到xml文件中,以及从xml文件反序列化成.net对象。

[Sample of Mar 23th] Use SMTP to send emails 
该示例演示如何使用SMTP发送邮件。其中支持发送附件以及attach图片。

[Sample of Mar 22th] Auto-complete textbox in WPF 
该示例演示如何在WPF中实现textbox的auto-complete提示功能

[Sample of Mar 21th] Socket communication in C# and VB 
该示例演示了.NET Socket编程完成进程间通信。

[Sample of Mar 20th] Set DNS SRV Record entry in Domain Naming Server 
该示例演示了如何在DNS server上以编程方式设置DNS SRV 记录。

[Sample of Mar 19th] Enable NetBIOS over TCP/IP 
该网络编程实例演示了如何通过TCP/IP enable NetBIOS。

你可以通过我们的“每日一例”即使了解到更多的示例代码。每日一例,练就编程高手!

Homepage Microsoft All-In-One Code Framework
Sample of the Day RSS Feed
 
 

一周最新示例代码回顾 (3/12–3/18)

2012-03-19 10:03 by Jialiang, 1465 visits, 收藏编辑

回顾上周微软一站式示例代码库最新发布的7篇示例代码:

[Sample of Mar 18th] Create a low-integrity process in C# and VB 
该示例演示了如何使用C#,VB语言创建一个UAC环境下low-integrity 的进程

[Sample of Mar 17th] Excel automation in C++, C# and VB 
该示例演示如何通过C++, C# 或VB代码自动化Excel创建和操作Excel 表单。

[Sample of Mar 16th] Master-detail databinding in WPF 
该示例演示如何在WPF中实现主从关系的数据绑定

[Sample of Mar 15th] Load JavaScript Resources on-demand in ASP.NET 
该示例演示如何在ASP.NET中按需加载JavaScript资源

[Sample of Mar 14th] Printing Windows Forms DataGridView 
该示例演示如何在Windows Forms应用程序中打印DataGridView控件。

[Sample of Mar 13th] Track the system CPU usage 
该示例演示如何通过performance monitor跟踪CPU的使用情况,并通过图表将CPU的使用显示在屏幕上。

[Sample of Mar 12th] Check whether a file is in use or not 
该示例演示如何以编程方式判断一个文件是否正在被使用。

你可以通过我们的“每日一例”即使了解到更多的示例代码。每日一例,练就编程高手!

Homepage Microsoft All-In-One Code Framework
Sample of the Day

RSS Feed

一周最新示例代码回顾 (3/19–3/25)

2012-03-26 09:55 by Jialiang, 907 visits, 收藏编辑

回顾上周微软一站式示例代码库最新发布的7篇示例代码:

[Sample of Mar 25th] LINQ to Objects Demo 
该示例演示了LINQ to Objects基础。适合于刚刚接触LINQ的开发人员学习。

[Sample of Mar 24th] XML Serialization 
该示例演示了如何通过xml serialization 技术将内存中的.NET对象序列化到xml文件中,以及从xml文件反序列化成.net对象。

[Sample of Mar 23th] Use SMTP to send emails 
该示例演示如何使用SMTP发送邮件。其中支持发送附件以及attach图片。

[Sample of Mar 22th] Auto-complete textbox in WPF 
该示例演示如何在WPF中实现textbox的auto-complete提示功能

[Sample of Mar 21th] Socket communication in C# and VB 
该示例演示了.NET Socket编程完成进程间通信。

[Sample of Mar 20th] Set DNS SRV Record entry in Domain Naming Server 
该示例演示了如何在DNS server上以编程方式设置DNS SRV 记录。

[Sample of Mar 19th] Enable NetBIOS over TCP/IP 
该网络编程实例演示了如何通过TCP/IP enable NetBIOS。

你可以通过我们的“每日一例”即使了解到更多的示例代码。每日一例,练就编程高手!

Homepage Microsoft All-In-One Code Framework
Sample of the Day RSS Feed
原文地址:https://www.cnblogs.com/Leo_wl/p/2418088.html