Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Try-Catch-TaskRun
//Rextester.Program.Main is the entry point for your code. Don't change it. //Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text.RegularExpressions; using System.Threading; using System.Threading.Tasks; namespace Rextester { public class Program { public static void Main(string[] args) { try { Task.Run(() => Run()); } finally { Console.WriteLine("Main thread - Finally"); } } public static void Run() { Thread.Sleep(100); Console.WriteLine("New thread"); } } }
run
|
edit
|
history
|
help
0
Get Error Message Based on String
Check if string is palindrome
Command design pattern
Testing 003
Raise Meldings logikk
ray's 2nd test
Order of Ops Decimals 5.1 (changed result.ToString(fmt2))
SortedDictionary<TKey, TValue> クラス
Demonstration await Control returned to the Caller
enum flag comparison