Dave Glick (Page 15)

2015 In Review

A personal look back (and an important announcement).

A lot happened in 2015, both in terms of global news stories and in our little world of Microsoft developers. But it was also a very special and productive year for me personally. I'd like to take a moment to look back at what happened and what I accomplished in my own life.

Read more...

WrappingStringBuilder

A small utility class for wrapping strings at predefined points based on line length.

I've been working on a Roslyn-powered documentation generator built on top of Wyam for a little while, but recently ran into an area that's taken a lot longer than I thought it would. I've been trying to generate syntax strings that look like the ones on the MSDN site.

Read more...

Announcing @dotnetissues

A Twitter bot to keep you up to date with important .NET repositories.

As more and more of the .NET framework, runtime, etc. get put in the open on GitHub, the community has the opportunity to participate in the day-to-day evolution of core parts of our platform. However, given the large number of projects (which is great!) and the volume of interaction, it can be hard to keep up. This is especially true because of the all-or-nothing notification model in GitHub. If you watch a repository, you will get notified of every since action including comments, commits, etc. What I wanted was a way to get notified of new issues so that I could keep an eye on things and then elect to subscribe to additional notifications for just the ones that interested me.

Read more...