shinakuma

Stories submitted by shinakuma

Complex code isn't always better(blog.drunkirishcoder.com)

submitted by shinakumashinakuma(45) 1 year, 9 months ago

As a developer, I feel that we often have an aversion to code that feels or looks overly simple. If we don't inject a minimum level of complexity into the end result, somehow we are not justifying our worth. I know that deciding what is too complex is rather subjective, but it's a discussion worth having. On the team I work with, I always emphasize that the best code is the ones that require minimum amount of effort to understand... read more...

add a comment |category: |Views: 5

tags: another

NU - RubyGems package manager for .NET(blog.drunkirishcoder.com)

submitted by shinakumashinakuma(45) 1 year, 9 months ago

A .NET package manager leverage RubyGems. read more...

add a comment |category: |Views: 33

tags: another

.NET data serializers face off(blog.drunkirishcoder.com)

submitted by shinakumashinakuma(45) 1 year, 9 months ago

A performance benchmark test between different serialization methods, including WCF, Json.NET, Google Protocol Buffers and Binary Formatter. read more...

add a comment |category: |Views: 23

tags: another

Why can't the beginners and the elites co-exist?(blog.drunkirishcoder.com)

submitted by shinakumashinakuma(45) 1 year, 9 months ago

Thoughts on Microsoft.Data read more...

add a comment |category: |Views: 11

tags: another

Publisher-Subscriber Pattern using Duplex Channel(csharpie.blogspot.com)

submitted by shinakumashinakuma(45) 3 years, 9 months ago

Implementing a pub-sub pattern using WCF duplex channel. read more...

add a comment |category: |Views: 176

tags: another

Cross-cutting Dispatcher Invoke with PostSharp(csharpie.blogspot.com)

submitted by shinakumashinakuma(45) 3 years, 10 months ago

Compile time weaving with PostSharp to handle WPF thread affinity. read more...

add a comment |category: |Views: 48

tags: another