11
1
using System;
2
using System.Text;
3
public class Program {
4
public static void Main() {
5
6
StringBuilder sb = new StringBuilder("Welcome to the C# Course!");
7
8
sb.Insert(0, "Hello user, ");
9
Console.WriteLine(sb.ToString());
10
}
11
}
Cached Result
People with role id 1:
Bill Gates (123)
Steve Jobs (456)
People with role id 2:
Agatha Christie (012)
People with role id 3:
Bill Gates (123)
Steve Jobs (456)
Elon Musk (789)
People with role id 4:
none
People with role id 5:
none
People with role id 6:
none
People with role id 7:
Elon Musk (789)
People with role id 8:
none
People with role id 9:
Bill Gates (123)
Bill Gates (123)
Steve Jobs (456)
People with role id 2:
Agatha Christie (012)
People with role id 3:
Bill Gates (123)
Steve Jobs (456)
Elon Musk (789)
People with role id 4:
none
People with role id 5:
none
People with role id 6:
none
People with role id 7:
Elon Musk (789)
People with role id 8:
none
People with role id 9:
Bill Gates (123)