I See London I See France

Buy Me a Coffee
Illustration of a bird flying.
  • Testing Private Methods in Static Classes: The Not-So-Easy Way

    I had a problem with testing a method: The method is intentionally private, as exposing it public wouldn’t benefit anyone and it merely reduces code-overhead for repeated operations – given ‘x’ condition. In this case, it was if the product of two numbers was greater than nine, then take those numbers and add them together…

    June 9, 2019
  • Apt-Get: Viewing Release Notes on Packages Updated and/or Installed

    Subjectively speaking, you might want to see release notes for packages, whether you’re installing them or updating them. (If this isn’t down your avenue of caring or you’re looking for a more exciting post, then, you can probably just skip this rest of this, altogether. True story.)

    May 21, 2019
  • Azure: Enabling Function Apps to Access Microsoft Graph

    With Azure Functions, it’s even easier to code to Azure; however, with such portability comes a little bit of pain to the growing processes. It used to be (and still is, frankly) that you had to register a full-blown application in Azure Active Directory to grant your application read access to other resources, such as…

    May 10, 2019
  • DLNA: Network Shares Cause Blocking Threads in Windows Explorer During Copying Events

    TL;DR – DLNA shares have a bug which can cause Explorer to stop copying data across the share, nigh indefinitely. The easiest work-around is to restart Windows Explorer, delete the target file in the previous copy operation, and start anew. I’ve discovered a bug that I can’t seem to get addressed because the assembly isn’t…

    May 2, 2019
  • Ubuntu 18.04 LTS: Changing the Login Screen Background

    Tired of seeing the purple background when you’re entering your password? Well, you can change that! The first thing that you’ll want to do is move the picture (FWIW, I’ve had no luck with copying) to a readable location. In this instance, Ubuntu already comes with one; so, we’ll move the photo to there. sudo…

    March 11, 2019
  • Outlook.com: Leveraging O365’s Geo-DNS for Outlook Accounts

    If you’ve ever used Office 365, then you’ll be aware of how the Geo-DNS feature and protocol proxy can benefit users, when connecting to their mailboxes from different regions than where the tenant resides. I don’t want to rehash what’s already been written, so if you’re not familiar with Geo-DNS, I suggest perusing

    December 27, 2018
  • Windows PowerShell: Discovering and Resolving Neighbours in Your Network

    Have you ever wanted to find out which computers are on your local network, what their IP addresses are (if you’re using DHCP), and what their hostnames are? Well, I’ve written a PowerShell script to do just that! You can find it on GitHub,

    October 31, 2018
  • How msExchRecipientDisplayType and msExchangeRecipientTypeDetails Relate to Your On-Premises

    Updated 22 Jan 2019: In order to foster open community knowledge and growth, I’ve moved the values to being listed in GitHub, here. You’re more than welcome to make a pull-reque

    August 1, 2018
  • WPForms Preview

    This is the WPForms preview page. All your form previews will be handled on this page. The page is set to private, so it is not publicly accessible. Please do not delete this page 🙂 .

    May 29, 2018
  • Windows 10: Removing Groove, Facebook, and Other Unwanted Apps

    NOTE: This post – drafted, composed, written, and published by me – originally appeared on https://blogs.technet.microsoft.com/johnbai and is potentially (c) Microsoft. A few months ago, someone very dear to me asked why they couldn’t remove unwanted apps from Windows 10 – mainly over privacy and right to decline concerns. I took it up as a…

    December 27, 2017
←Previous Page
1 2 3 4
Next Page→

I See London I See France

Proudly powered by WordPress