in Uncategorized

Blogging Comeback 2013…?

Wow, last post was about RTM of VS2010! Where have I been? Well, I got married, moved across the country (from NYC to SEA) and had two baby boys (ages 2.5yrs and 2mos). So you’ll have to forgive me for the lack of blogging. 😉

I’m still working at Mimeo with all the latest and greatest Microsoft tech and am looking forward to getting back into writing about it and sharing my experiences. In the interim I’ve been fulfilling my love of problem solving and knowledge sharing by answering questions over on StackOverflow.

Tech wise, most recently I’ve been doing a lot of work with:

  • ASP.NET WebAPI – the best framework if you’re building HTTP/REST based services in today’s day and age (and who isn’t?)
  • Task Parallel Library (TPL)  – so much more pleasant with async/await in 4.5!
  • TPL Dataflow – awesome library for asynchronous processing
  • Windows Azure – storage, compute, service bus, the whole nine yards
  • Reactive Extensions (Rx) – just scratching the surface with this now and am at all times in awe of anything @xpaulbettsx ever writes with it

I plan to try and carve out time at least one day a week to sit down and write a post or two. In this day and age of low signal to noise I’m not even sure if it will be as worthwhile as it used to be, but at least I’ll enjoy it. 🙂

Leave a comment

Comment

  1. Please do start blogging again – I found you blog from a search on DependencyObject / DependencyProperty – I have just started studying WPF I think your observations are interesting. I would be especially interested in your observations on Rx – As somebody who would give anything to live in NYC, I am not sure why you would move from there- but I do understand Seattle is nice. Maybe you like Starbucks 🙂

    • If you’re looking for a subject for your next post, a write-up of your LocalDBCreateInstance.cs class for non-PInvoke-literal users could be a great place to start. If you Google LocalDBCreateInstance PInvoke today, there are only five responses: one is your class and the other four point to the same StackOverflow question. Few of us like writing documentation but this is an area that no-one else has visited, so far. What would I like to understand better? How to use it, of course but, also, the PInvokes I’ve seen have tended to be DLLImports for public static extern blah. You haven’t taken that approach. Could you have done? If so, why did you choose this route.