March 28, 2024

WordPress Fix

As a technology professional, I hate to admit this, but one of the reasons I quit posting here at MooreDynasty is that my WordPress install suddenly stopped allowing me to upload images using Microsoft Live Writer, my favorite blogging tool. (The real reason is that Facebook became the friend/family gathering …

Git/BitBucket Cheatsheet

I use BitBucket for some low-key ASP.NET and Objective C source control needs. This is a cheatsheet of some of the things I do on an irregular basis. New ASP.NET Project Startup Usually about this time I’ll wonder if source control really is worth the hassle. Eventually I’ll decide (again) …

C# Interview Questions

Here are some good, quick C# interview questions/answers gleaned from various sources: What’s the implicit name of the parameter that gets passed into a property’s set method? Value, and it’s datatype depends on whatever variable we’re changing. How do  you handle multiple inheritance in C#? MI is not supported.  You …