|
You are here |
alexandrnikitin.github.io | ||
| | | | |
ayende.com
|
|
| | | | | Can you figure out why this is a horribly wrong thing to do? [ThreadStatic]private static readonly MySingleton mySingleton = CreateSingleInstance(); A ... | |
| | | | |
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);... | |
| | | | |
nodogmablog.bryanhogan.net
|
|
| | | | | Full source code here. Accessing generic methods by reflection is not easy. A while ago I needed to do just that and found relatively little information out there. So I dug in and figured it out for myself. | |
| | | | |
mozzy.dev
|
|
| | | How to configure Mediatr to help apply CQRS in your project. | ||