Recently when I needed to parse the twitter datetime format into a .Net DateTime I found this post on the web showing how to do it. However, the format string in the post is setup for non-us format so I thought I would share how to do it for US formatted datetime. const string format = "ddd...
Today I was trying to wrap one of our .dll projects in a wcf endpoint and ran into an odd issue that took 3 hours to resolve and the mad skills of my co-worker James to help resolve. Long story short, when I would F5 my web project which was hosting our WCF endpoints I would get the following message...
One of the thoughts I've been considering recently with chocolatey is consistency with packages and naming conventions as chocolatey continues to grow. It's fine to name packages by the app/tool name, that's both intuitive and expected. What I am more interested in is when an application...
That’s a quick one. There’s been a new release of log4net recently that’s signed with a new key, and therefore is incompatible with old version 1.2.10. Therefore, due to near-ubiquity of the library in .NET space, it may cause some problems if you happen to have a dependency (direct...
As software creators we don't get to decide what version of our tools / libraries that people use. If we try to force them, our users will go somewhere else. Update: What Type of Software This Applies To This post talks of tools, applications and libraries. Things that end up in the users hands....