David Ferguson (@somecodeguy) 's Twitter Profile
David Ferguson

@somecodeguy

Leah, Aria, Jasmine, cowpig, c#, programming, violin, way too many other things

ID: 147348649

linkhttp://www.somecodeguy.com calendar_today23-05-2010 22:31:00

458 Tweet

49 Followers

171 Following

Paul Wagenseil (@snd_wagenseil) 's Twitter Profile Photo

Bloomberg bopinion I'm reluctant to criticize another journalist's work, but this is an ill-informed, deliberately contrarian and possibly dangerous take. It's basically telling you that locking your front door is pointless because evil weasels could come up through the sewer pipes.

Jon Skeet (@jonskeet) 's Twitter Profile Photo

Top tip! Tired of C# not having a good inverse of "if (x is null)"? Just add "using notNull = System.Object;" at the start of your file, then you can use "if (x is notNull)" anywhere you want.

Maoni Stephens (@maoni0) 's Twitter Profile Photo

new diagnostics work in preview 6 of #coreclr - GC perf counters are now available; dotnet-dump does both dump generation (using createdump so you don't get a giant dump on linux) and analysis

Ed Snider (@edsnider) 's Twitter Profile Photo

Honored to be awarded 3rd year in a row! It continues to be a privilege to be part of this awesome developer community! Congrats to all the other MVP awardees! #mvpbuzz

Honored to be awarded 3rd year in a row! It continues to be a privilege to be part of this awesome developer community! Congrats to all the other MVP awardees! #mvpbuzz
Shahed Chowdhuri (@shahedc) 's Twitter Profile Photo

Great choice for Web API devs: “The HTTP Read-Eval-Print Loop (REPL) is a lightweight, cross-platform command-line tool that's supported everywhere .NET Core is supported and is used for making HTTP requests to test ASP .NET Core web APIs and view their results.”

The ASP.NET Team (@aspnet) 's Twitter Profile Photo

Get ready for this week's #ASPNET Community Standup this Tuesday at 10 AM Pacific / 17 UTC 🚀IdentityServer with Dominick Baier + Brock Allen + Javier Calvarro Nelson live.asp.net / twitch.tv/visualstudio

Get ready for this week's #ASPNET Community Standup this Tuesday at 10 AM Pacific / 17 UTC

🚀IdentityServer with 
<a href="/leastprivilege/">Dominick Baier</a> + <a href="/BrockLAllen/">Brock Allen</a>
 + Javier Calvarro Nelson

live.asp.net / twitch.tv/visualstudio
Lee (P )?Richardson 🚨 (@lprichar) 's Twitter Profile Photo

New blog post about providing strongly typed, cross platform, dependency managed access to all 2,935 Azure CLI commands in #csharp via Cake Build with a new plugin I just published leerichardson.com/2020/02/strong…

David Ferguson (@somecodeguy) 's Twitter Profile Photo

.Miguel de Icaza ᯅ🍉 In the docs for nuint at docs.microsoft.com/en-us/dotnet/a… shouldn't the remarks indicate that this is an integer value and not floating point? The remarks also references nfloat, so I'm guessing this is a copy paste error?

David Ferguson (@somecodeguy) 's Twitter Profile Photo

Love the new tailwindcss/jit Adam Wathan! Curious if there are docs on how to use it when compiling your own utility and component classes to apply tw classes. We do that to make the markup more concise. My first stab at getting it to work (non-spa .net core app) didn't work.