Skip to content

Basic UWP: Virtual Pet Setup

Learn basic UWP skills. This walk through shows how to start a simple UWP project, and covers some of the fundamental elements you might need in an application. We'll use a 'Virtual Pet' setup as our example topic. TextBlock and TextBox Buttons and event handlers Change an element's color New Project Launch Visual Studio and ...continue reading "Basic UWP: Virtual Pet Setup"

Example of UML for a trivia game

A simple introduction to UML (Unified Modeling Language) Unified Modeling Language UML (Unified Modeling Language) is an industry-standard modeling language used to describe the structure and behavior of software systems. It can be used to better understand objects and object-oriented programming, and to make it easier to conceptualize programming objects - the UML diagrams act ...continue reading "UML Introduction"