Creating a documentation system - Part 1

5 min read
A while ago we started revamping the documentation of RavenDB. The work on that resulted in quite a nice documentation system that will be described in general in this post, and more posts will follow as we make more progress and introduce new features to it. For some time now it was clear that much...

Whose bug is it anyway? Google vs Microsoft

2 min read
Consider the following code (.NET): [code lang="csharp"] public static IEnumerable<SyndicationItem> ReadFeed() { IEnumerable<SyndicationItem> ret; using (var reader = XmlReader.Create(ListAtomUrl)) { var feed = SyndicationFeed.Load(reader); if (feed == null) return null; ret = feed.Items...

Showing 2 posts out of 2 total, page 1