Script language


11 comments:

  1. Software tester should be familiar with those scripting language to master automation of software testing.

    ReplyDelete
  2. http://www.csharp-station.com/Tutorial/CSharp/Lesson01

    ReplyDelete
  3. // Namespace Declaration
    using System;

    // Program start class
    class WelcomeCSS
    {
    // Main begins program execution.
    static void Main()
    {
    // Write to console
    Console.WriteLine("Welcome to the C# Station Tutorial!");
    }
    }

    ReplyDelete
  4. C# lecture

    http://www.hoons.kr/Lecture/LectureMain.aspx?idx=7

    ReplyDelete
    Replies
    1. http://msdn.microsoft.com/ko-kr/library/0cs3416d(v=vs.80).aspx

      MS C# programming Guide

      Delete
  5. C# 언어입문

    ㅊ# 프로그램 내부 (Visual C#)
    http://msdn.microsoft.com/ko-kr/library/6c70zway(v=vs.90).aspx

    ReplyDelete
  6. http://msdn.microsoft.com/en-us/aa336742.aspx

    ReplyDelete
  7. http://code.msdn.microsoft.com/Visual-Studio-2010-Samples-31b491f3

    ReplyDelete