About

…1996: Completed my Bachelor of Technology degree majoring in Information and Communication Systems 1997: Built my first social website described by LookSmart as “impressive” 1998: Built a packaged eCommerce shopping…

Installing Power BI Desktop

…submitted to the Ideas section of the Power BI forums – see here). To install the tool, go to https://powerbi.microsoft.com/en-us/desktop/ and download the latest application. You have 2 options to…

Using GitHub with Visual Studio

…to enter a comment, then click Commit All: Commit 327c9509 created locally. Sync to share your changes with the server: Go to Sync: We see the outgoing commit. Click Push:…

Dynamics CRM Custom Code Validation Tool 2013

The Custom Code Validation Tool is useful to determine if customizations can be upgraded. To download the tool, go here: https://www.microsoft.com/en-au/download/details.aspx?id=30151 Click to install: You will see: Import the solution:…

Using Live Server in Visual Studio Code

…using Live Server, do the following. Type CTRL-SHIFT-P and search for Live Server: Open with Live Server: Your web browser will open to the test.html page using live server:  …

C# – Classes

…an example. First, create a C# project for a class library called “Transportation”. Also, let’s create a new console application called Carl.TestTransportation. We will use that to test our class…