Explore >> Select a destination


You are here

alexandrnikitin.github.io
| | ayende.com
4.4 parsecs away

Travel
| | Can you figure out why this is a horribly wrong thing to do? [ThreadStatic]private static readonly MySingleton mySingleton = CreateSingleInstance(); A ...
| | connorberry.com
5.0 parsecs away

Travel
| | 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
4.1 parsecs away

Travel
| | 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
28.0 parsecs away

Travel
| How to configure Mediatr to help apply CQRS in your project.