AboutContactProjectsBlog

Blog.

WPF Masterclass

calculator
By
Noah Day

While working with WinForm at my current job, I decided to take a supplementary course to help refresh and sharpen my experience with WPF and bindings with C#. I enrolled in a Windows Presentation Foundation course through Udemy, where I built some of the following projects:

  • Calculator App
  • A simple calculator app that performs basic operations
  • Contacts App (using SQLite)
  • Simple Contact app that allows the user to store contact information in a local SQL database
  • LandmarkAI App (using Azure and Custom Vision API)
  • This app allows the user to input images into an Azure machine learning module that would allow the user to train the module and identify landmarks
  • Weather App
  • Using the Accuweather API, this app allows users to search for the weather at a location.
  • Evernote Clone
  • This note-taking app allows users to create and save notes and notebooks (similar to note-taking apps such as OneNote or Evernote). Users are Authenticated through Google Firebase, and data is stored on a Firebase database for real-time access and stored long-term on Azure blob storage.