路漫漫其修远兮!
专注于Windows API、.NET、虚拟化、企业信息化及网络技术。

随笔分类 -  .NET

c#&.NET3.0高级程序设计-02 Enum Demo
摘要:Enum 实例 using System; using System.Collections.Generic; public class MyClass { enum EmpType { Manager,Grunt,Contractor,VP } static void AskForBonus(Em 阅读全文
posted @ 2016-04-06 21:00 艺歆 阅读(140) 评论(0) 推荐(0)
Pro C# with .NET 3.0 -01
摘要:C#与.NET3.0高级程序设计美 Andrew Troelsennamespace liujietest{ public class ConsoleTest { void sayHello() { System.Console.Write("\nHello,C#"); } public override string ToString() { return "This is liujie test!"; } public static vo... 阅读全文
posted @ 2013-04-12 15:34 艺歆 阅读(144) 评论(0) 推荐(0)
Programming Windows-01
摘要:学习Windows开发,参考 Chales Petzold 《Programming Windows 6th Edition》,基于XAML编程。此为系列文章,争取坚持下去。 阅读全文
posted @ 2013-04-12 15:33 艺歆 阅读(112) 评论(0) 推荐(0)