WunderVision
Home
Blog
Projects
Tags
.NET (1)
3DGraphics (2)
AI (1)
Algorithms (2)
Android (3)
AR (1)
Arduino (7)
ASP.Net (4)
Azure (1)
BabylonJS (2)
Backend (1)
Bitcoin (1)
Blender (1)
C# (24)
C++ (4)
Cesium (1)
ComputerVision (4)
Crypto (1)
Database (1)
ESP8266 (1)
Flask (1)
GameDevelopment (2)
GameUI (1)
HTML (4)
Hugo (3)
IOT (4)
Javascript (10)
MachineLearning (6)
NodeJS (3)
Photogrammetry (1)
Python (8)
RaspberryPi (4)
React (2)
Robotics (1)
Sockets (3)
SoftwareDesign (2)
SQL (2)
Tutorials (1)
Typescript (3)
UI (5)
Unreal (6)
WebDev (14)
Win32 (1)
WPF (11)
C#
Bing Copilot
2024-02-02
I used the Bing Copilot to help code and it was impressive
WPF FunKey Viewer
2024-01-27
A simple WPF key viewer to display the keys I press during video demos
WPF Dijkstra's Algorithm Part 4
2024-01-12
Implementing Styles, Animations and Day/Night mode
WPF Dijkstra's Algorithm Part 3
2024-01-11
Using Commands and implementing Undo/Redo
WPF Dijkstra's Algorithm Part 2
2024-01-10
Overview of main UI elements of the WPF Dijkstra Application
WPF Dijkstra's Algorithm Part 1
2024-01-08
A WPF application to create graphs and visualize Dijkstra’s shortest path algorithm
WPF Time Keeper
2023-11-03
A Basic Charge Code Time Keeper written in WPF
ASP.Net Blog - Add Edit
2023-05-22
Part 3) Adding and Editing posts using a frontend rather than manual SQL
ASP.Net Blog - Razor Pages
2023-05-21
Part 2) Using Razor pages to display data from the database
ASP.Net Blog - Setting up EF Core
2023-05-20
Part 1) Before I discovered Hugo, I was going down the route of building a blog using ASP.Net with Razor and EF Core. I learned more about Razor and building a database
Youtube Playlist WPF
2023-05-19
This is a WPF implementation of a YouTube Playlist creator and player
Youtube Playlist Project
2023-02-09
I am implenting the same app in several languages and frameworks (Desktop and Web) to learn new things and explore what is possible.
Interfacing with Azure SQL Server
2022-09-10
I wanted to access a list of dance music for an dance music playlist site so I had to learn about setting up a database.
Parsing JPEG EXIF Data
2021-02-20
After discovering some interesting image rotation issues, I decided to dig a little deeper into the EXIF image header information.
C# GZip Multiple Files
2019-09-15
Using C# quickly Compress and Decompress multiple files without the use of 3rd party libraries!
C# Xml Easy Read and Write
2019-09-06
Use C# to easily read and write XML files.
Basic WPF Thermometer
2019-08-25
Create a basic thermometer control using WPF xaml and C#
Simple WPF Compass Control
2019-08-24
Create a simple WPF Compass Control
UWP vs .Net Framework File Access
2019-06-24
For better or worse I started working on a UWP (Universal Windows P…
.NET Standard Simple HTTP Server
2019-03-09
Like the title suggests, we are going to build a simple HTTP Server
.NET Standard Simple HTTP Server: Websockets
2019-03-09
Adding basic Websocket capability to our simple HTTP Server..
Write your own HTTP Server?
2019-03-09
Writing a barebones http server from scratch in C#
WPF C# Drag and Drop Icon (Adorner)
2018-09-15
Quick demonstration and explanation of Drag and Drop Icons (Adorners) in WPF
Gravity Paint
2014-12-20
Draw a picture and then watch it get destroyed by gravity!!! Written in C#. Still some glitches, and not really reflective of real life g…