一周最新示例代码回顾 (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
原文地址:https://www.cnblogs.com/Jialiang/p/2417431.html