一周最新示例代码回顾 (3/26–4/1)

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

[Sample of Mar 26th] Basic ASP.NET Menu control demo 
该实例演示了基础的ASP.NET 菜单控件的绑定和使用。适合于ASP.NET初学者。

[Sample of Mar 27th] Basic ASP.NET master page demo 
该实例演示了基础的ASP.NET master page的使用。同样适合于ASP.NET初学者

[Sample of Mar 28th] Customize Visual Studio Tool Window 
该实例演示如何通过Visual Studio Extensibility 编程接口自定义Visual Studio Tool Window

[Sample of Mar 29th] Shut down a computer using .NET 
该实例演示如何通过.NET编程关闭计算机。

[Sample of Mar 30th] Merge the Config file for Referenced Managed DLL 
该实例演示了如何将被引用的.NET 类库中的config文件merge到主应用程序的config中

[Sample of Mar 31st] Dynamically Load Native Library from .NET 
该实例演示如何动态地在.NET项目中加载native C++类库。

[Sample of Apr 1st] Excel Automation AddIn 
该实例演示如何制作一个Excel Automation Addin 扩展Excel的函数。

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

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