thirkcircus

Stories kicked by thirkcircus

Writing JSON to a file using Json.NET(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 3 years, 3 months ago

A couple of simple C# examples showing how to write JSON to a file using Json.NET. read more...

add a comment |category: |Views: 326

tags: another

Googleman - Quite possibly the best WPF application ever(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 3 years, 3 months ago

Googleman is a fun and pointless application for launching Google.com in the style of the Batman 60s TV show, complete with spinning Google logo and sound effects. Now when a friend or co-worker says “To Google!” you can open your favourite search engine in style. Googleman uses WPF and is written using the MVP pattern. read more...

1 comment |category: |Views: 1229

tags: another

Mocking the Linq To Sql DataContext(andrewtokeley.net)

submitted by sjclark76sjclark76(155) 3 years, 10 months ago

A generic solution to mocking the Linq To Sql DataContext and how you can test your linq queries against an in memory database. read more...

add a comment |category: |Views: 368

tags: another