You are here |
gist.github.com | ||
| | | |
druss.co
|
|
| | | | C# 6.0 become more asynchronous-friendly than before. Finally, you can use await keyword in catch and finally blocks | |
| | | |
connorberry.com
|
|
| | | | Language Comparison Perl: while (<>) { print "$. : $_" } Perl: while (<>) { print "$. : $_" } CSharp: using System; using System.IO; class App { public static void Main(string[] args) { int line_number = 1; foreach (string arg in args) { foreach (string line in File.ReadLines(arg)) { Console.WriteLine(line_number + ":" + line);... | |
| | | |
www.github.com
|
|
| | | | My online resume and blog, created with 11ty, Sass, and JavaScript. - Update about page · AleksandrHovhannisyan/aleksandrhovhannisyan.com@c95b575 | |
| | | |
www.neilmacy.co.uk
|
|
| | A great new feature from WWDC 2023. |