I don't use Visual Studio's Edit menu enough, obviously: For some time there's been a Paste Special option on that menu that I didn't know about. It has up to two choices depending on what kind of ...
So I'm whipping up something quick and dirty for a work project. I've got a C# class that is all string types, nothing fancy, and once the item is created it gets serialized with the new ...
use JSON::Any; my $j = JSON::Any->new; my $json = $j->objToJson({foo=>'bar', baz=>'quux'}); my $obj = $j->jsonToObj($json); This module tries to provide a coherent ...
I had a conference call with a potential client 2 days ago, with a 3rd party that is in the running for handling my potential client's cloud-based database management. During the call, they mentioned ...