My Apps
-
Recent Posts
Archives
- March 2020
- June 2019
- May 2019
- August 2018
- September 2016
- August 2016
- July 2016
- April 2016
- September 2015
- May 2015
- April 2015
- June 2014
- April 2014
- March 2014
- June 2013
- February 2013
- January 2013
- December 2012
- September 2012
- August 2012
- July 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
Categories
Negative Eddy on Twitter
- yeah, this deserves a word cloud twitter.com/pennjillette/s… https://t.co/vVZb0NdjZ4 10 hours ago
- @jerrynixon @dotnet yeah this is where you have to understand that LINQ statements create "queries" not results. Th… twitter.com/i/web/status/1… 6 days ago
- on a long enough timeline, isn't all bitcoin currency doomed to be sucked into the "lost my wallet's key" black hol… twitter.com/i/web/status/1… 1 week ago
- RT @davidortinau: Stable #XamarinForms 5 is Here! devblogs.microsoft.com/xamarin/xamari… Live Community Standup starting in 5 minutes: https://t.co/CLZkX… 1 week ago
- some Bot Composer custom actions for Cosmos Db and Event Grid github.com/negativeeddy/b… hoping to add more to it soon #botframework 2 weeks ago
Meta
Category Archives: Programming
Using C# to build 35 year old tech is fun
I’ve always been a fan of Zork. If you’ve been playing games awhile (and I mean a whiiiile) then you probably are too. For those of you who aren’t familiar with it, its the original text adventure game. No graphics. … Continue reading
Posted in Dev Stuff, Programming, Tinkering, ZMachine, Zork
Leave a comment
Tasks are (still) not threads and async is not parallel
[cross posted from my MSDN blog] I talk to a lot of developers who are either new to .NET or are moving from an older version to the newer platform and tools. As such I’m always trying to think of … Continue reading
Posted in Dev Stuff, Programming
2 Comments
Visual Studio Tip #3: Use “Navigate To”
[cross posted from my MSDN blog] I spend a lot of time looking at other people’s code. That means a lot of time searching other people’s code. One of the main tools I use is not Search but “Navigate To”. … Continue reading