当前位置:编程学习 > C#/ASP.NET >>

现在想自学C#,高手给个示例自己练习下,谢谢

现在想自学C#,高手给个示例自己练习下,谢谢 --------------------编程问答-------------------- 同求啊,UP --------------------编程问答--------------------
namespace SampleApp
{
    using System;

    class Program
    {
        static void Main(string[] args)
        {
            // put your code here:
            // e.g.
            // Console.WriteLine("Hello C#!");
        }    
    }
}
--------------------编程问答-------------------- C# 

....... --------------------编程问答-------------------- 哥,还有其他的吗。。。这个太。。。。。
引用 2 楼 caozhy 的回复:
C# code
namespace SampleApp
{
    using System;

    class Program
    {
        static void Main(string[] args)
        {
            // put your code here:
            // e.g.
           ……
补充:.NET技术 ,  非技术区
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,